Skip to content

Commit b449e06

Browse files
authored
[cherry-pick] Update Kubernetes v1.18.9 dependencies (#543) (#545)
/cherry-pick Signed-off-by: 1gtm <1gtm@appscode.com>
1 parent 43651d6 commit b449e06

Some content is hidden

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

45 files changed

+3542
-987
lines changed

go.mod

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ require (
77
github.com/Azure/go-autorest/autorest v0.10.2 // indirect
88
github.com/Azure/go-autorest/autorest/adal v0.8.3 // indirect
99
github.com/appscode/go v0.0.0-20200928211031-cc0c23082d91
10-
github.com/codeskyblue/go-sh v0.0.0-20190412065543-76bd3d59ff27
10+
github.com/codeskyblue/go-sh v0.0.0-20200712050446-30169cf553fe
1111
github.com/go-openapi/spec v0.19.8
1212
github.com/go-openapi/swag v0.19.9 // indirect
1313
github.com/gogo/protobuf v1.3.1
@@ -21,11 +21,10 @@ require (
2121
github.com/konsorten/go-windows-terminal-sequences v1.0.2 // indirect
2222
github.com/kr/pretty v0.2.0 // indirect
2323
github.com/mailru/easyjson v0.7.1 // indirect
24-
github.com/mattn/go-colorable v0.1.6 // indirect
2524
github.com/mitchellh/mapstructure v1.2.2 // indirect
2625
github.com/pkg/errors v0.9.1
2726
github.com/prometheus/client_golang v1.6.0 // indirect
28-
github.com/spf13/cobra v1.0.0
27+
github.com/spf13/cobra v1.1.1
2928
github.com/yudai/gojsondiff v1.0.0
3029
go.bytebuilders.dev/license-verifier/kubernetes v0.3.0
3130
go.uber.org/atomic v1.6.0 // indirect
@@ -42,10 +41,12 @@ require (
4241
k8s.io/client-go v12.0.0+incompatible
4342
k8s.io/kube-openapi v0.0.0-20200410145947-61e04a5be9a6
4443
k8s.io/utils v0.0.0-20200414100711-2df71ebbae66 // indirect
45-
kmodules.xyz/client-go v0.0.0-20201027113349-01a6d453d836
44+
kmodules.xyz/client-go v0.0.0-20201105071625-0b277310b9b8
4645
kmodules.xyz/crd-schema-fuzz v0.0.0-20200922204806-c1426cd7fcf4
47-
kmodules.xyz/custom-resources v0.0.0-20201008012351-6d8090f759d4
48-
kmodules.xyz/offshoot-api v0.0.0-20201027212804-f5e6dc573558
46+
kmodules.xyz/custom-resources v0.0.0-20201105075444-3c6af51b4f79
47+
kmodules.xyz/objectstore-api v0.0.0-20201105133858-cbb2af88d50a // indirect
48+
kmodules.xyz/offshoot-api v0.0.0-20201105074700-8675f5f686f2
49+
kmodules.xyz/prober v0.0.0-20201105074402-a243b3a27fd8 // indirect
4950
kubedb.dev/apimachinery v0.14.0-beta.2
5051
sigs.k8s.io/yaml v1.2.0
5152
stash.appscode.dev/apimachinery v0.11.3

go.sum

Lines changed: 46 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/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.

vendor/github.com/spf13/cobra/CHANGELOG.md

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

0 commit comments

Comments
 (0)