Skip to content

Commit 00cd391

Browse files
authored
Update Kubernetes v1.18.9 dependencies (#9)
/cherry-pick Signed-off-by: 1gtm <1gtm@appscode.com>
1 parent aea5290 commit 00cd391

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
-845
lines changed

go.mod

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,23 +4,25 @@ go 1.12
44

55
require (
66
github.com/appscode/go v0.0.0-20200928211031-cc0c23082d91
7-
github.com/codeskyblue/go-sh v0.0.0-20190412065543-76bd3d59ff27
7+
github.com/codeskyblue/go-sh v0.0.0-20200712050446-30169cf553fe
88
github.com/go-openapi/spec v0.19.8
99
github.com/gogo/protobuf v1.3.1
1010
github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b
1111
github.com/google/gofuzz v1.1.0
12-
github.com/spf13/cobra v0.0.5
12+
github.com/spf13/cobra v1.1.1
1313
github.com/yudai/gojsondiff v1.0.0
1414
go.bytebuilders.dev/license-verifier/kubernetes v0.3.0
1515
k8s.io/api v0.18.9
1616
k8s.io/apiextensions-apiserver v0.18.9
1717
k8s.io/apimachinery v0.18.9
1818
k8s.io/client-go v0.18.9
1919
k8s.io/kube-openapi v0.0.0-20200410145947-61e04a5be9a6
20-
kmodules.xyz/client-go v0.0.0-20201027113349-01a6d453d836
20+
kmodules.xyz/client-go v0.0.0-20201105071625-0b277310b9b8
2121
kmodules.xyz/crd-schema-fuzz v0.0.0-20200922204806-c1426cd7fcf4
22-
kmodules.xyz/custom-resources v0.0.0-20201008012351-6d8090f759d4
23-
kmodules.xyz/offshoot-api v0.0.0-20201027212804-f5e6dc573558
22+
kmodules.xyz/custom-resources v0.0.0-20201105075444-3c6af51b4f79
23+
kmodules.xyz/objectstore-api v0.0.0-20201105133858-cbb2af88d50a // indirect
24+
kmodules.xyz/offshoot-api v0.0.0-20201105074700-8675f5f686f2
25+
kmodules.xyz/prober v0.0.0-20201105074402-a243b3a27fd8 // indirect
2426
sigs.k8s.io/yaml v1.2.0
2527
stash.appscode.dev/apimachinery v0.11.3-0.20201012035827-8f31689080d6
2628
)

go.sum

Lines changed: 90 additions & 4 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)