Skip to content

Commit 856fea8

Browse files
authored
[cherry-pick] Update Kubernetes v1.18.9 dependencies (#384) (#393)
/cherry-pick Signed-off-by: 1gtm <1gtm@appscode.com>
1 parent 51324d8 commit 856fea8

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

51 files changed

+4440
-849
lines changed

go.mod

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ require (
99
github.com/NYTimes/gziphandler v1.1.1 // indirect
1010
github.com/appscode/go v0.0.0-20200928211031-cc0c23082d91
1111
github.com/blang/semver v3.5.1+incompatible // indirect
12-
github.com/codeskyblue/go-sh v0.0.0-20190412065543-76bd3d59ff27
12+
github.com/codeskyblue/go-sh v0.0.0-20200712050446-30169cf553fe
1313
github.com/go-openapi/spec v0.19.8
1414
github.com/go-openapi/swag v0.19.9 // indirect
1515
github.com/gogo/protobuf v1.3.1
@@ -24,11 +24,9 @@ require (
2424
github.com/konsorten/go-windows-terminal-sequences v1.0.2 // indirect
2525
github.com/kr/pretty v0.2.0 // indirect
2626
github.com/mailru/easyjson v0.7.1 // indirect
27-
github.com/mattn/go-colorable v0.1.6 // indirect
2827
github.com/mitchellh/mapstructure v1.2.2 // indirect
2928
github.com/prometheus/client_golang v1.6.0 // indirect
30-
github.com/spf13/cobra v0.0.5
31-
github.com/stretchr/testify v1.5.1 // indirect
29+
github.com/spf13/cobra v1.1.1
3230
github.com/yudai/gojsondiff v1.0.0
3331
go.bytebuilders.dev/license-verifier/kubernetes v0.3.0
3432
go.uber.org/atomic v1.6.0 // indirect
@@ -45,10 +43,12 @@ require (
4543
k8s.io/client-go v0.18.9
4644
k8s.io/kube-openapi v0.0.0-20200410145947-61e04a5be9a6
4745
k8s.io/utils v0.0.0-20200414100711-2df71ebbae66 // indirect
48-
kmodules.xyz/client-go v0.0.0-20201027113349-01a6d453d836
46+
kmodules.xyz/client-go v0.0.0-20201105071625-0b277310b9b8
4947
kmodules.xyz/crd-schema-fuzz v0.0.0-20200922204806-c1426cd7fcf4
50-
kmodules.xyz/custom-resources v0.0.0-20201008012351-6d8090f759d4
51-
kmodules.xyz/offshoot-api v0.0.0-20201027212804-f5e6dc573558
48+
kmodules.xyz/custom-resources v0.0.0-20201105075444-3c6af51b4f79
49+
kmodules.xyz/objectstore-api v0.0.0-20201105133858-cbb2af88d50a // indirect
50+
kmodules.xyz/offshoot-api v0.0.0-20201105074700-8675f5f686f2
51+
kmodules.xyz/prober v0.0.0-20201105074402-a243b3a27fd8 // indirect
5252
sigs.k8s.io/yaml v1.2.0
5353
stash.appscode.dev/apimachinery v0.11.3
5454
)

go.sum

Lines changed: 90 additions & 6 deletions
Large diffs are not rendered by default.

vendor/github.com/appscode/go/homedir/README.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

vendor/github.com/appscode/go/homedir/homedir.go

Lines changed: 0 additions & 47 deletions
This file was deleted.

vendor/github.com/codeskyblue/go-sh/test.go

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/coreos/pkg/capnslog/init.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/google/uuid/README.md

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/google/uuid/marshal.go

Lines changed: 4 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/google/uuid/version1.go

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/google/uuid/version4.go

Lines changed: 6 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)