Skip to content

Commit 27fcbdb

Browse files
authored
[cherry-pick] Update Kubernetes v1.18.9 dependencies (#507) (#510)
/cherry-pick Signed-off-by: 1gtm <1gtm@appscode.com>
1 parent 6827655 commit 27fcbdb

File tree

244 files changed

+43768
-582
lines changed

Some content is hidden

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

244 files changed

+43768
-582
lines changed

go.mod

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,21 +3,45 @@ module stash.appscode.dev/mongodb
33
go 1.12
44

55
require (
6+
cloud.google.com/go v0.56.0 // indirect
7+
github.com/Azure/go-autorest/autorest v0.10.2 // indirect
8+
github.com/Azure/go-autorest/autorest/adal v0.8.3 // indirect
69
github.com/appscode/go v0.0.0-20200928211031-cc0c23082d91
710
github.com/codeskyblue/go-sh v0.0.0-20190412065543-76bd3d59ff27
811
github.com/go-openapi/spec v0.19.8
12+
github.com/go-openapi/swag v0.19.9 // indirect
913
github.com/gogo/protobuf v1.3.1
1014
github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b
15+
github.com/golang/groupcache v0.0.0-20191227052852-215e87163ea7 // indirect
1116
github.com/google/gofuzz v1.1.0
17+
github.com/googleapis/gnostic v0.4.0 // indirect
18+
github.com/gophercloud/gophercloud v0.11.0 // indirect
19+
github.com/grpc-ecosystem/grpc-gateway v1.14.6 // indirect
20+
github.com/hashicorp/golang-lru v0.5.4 // indirect
21+
github.com/konsorten/go-windows-terminal-sequences v1.0.2 // indirect
22+
github.com/kr/pretty v0.2.0 // indirect
23+
github.com/mailru/easyjson v0.7.1 // indirect
24+
github.com/mattn/go-colorable v0.1.6 // indirect
25+
github.com/mitchellh/mapstructure v1.2.2 // indirect
1226
github.com/pkg/errors v0.9.1
27+
github.com/prometheus/client_golang v1.6.0 // indirect
1328
github.com/spf13/cobra v1.0.0
1429
github.com/yudai/gojsondiff v1.0.0
1530
go.bytebuilders.dev/license-verifier/kubernetes v0.3.0
31+
go.uber.org/atomic v1.6.0 // indirect
32+
go.uber.org/zap v1.13.0 // indirect
33+
golang.org/x/sync v0.0.0-20200317015054-43a5402ce75a // indirect
34+
golang.org/x/time v0.0.0-20200416051211-89c76fbcd5d1 // indirect
35+
golang.org/x/tools v0.0.0-20200603131246-cc40288be839 // indirect
36+
google.golang.org/appengine v1.6.6 // indirect
37+
google.golang.org/genproto v0.0.0-20200603110839-e855014d5736 // indirect
38+
gopkg.in/yaml.v2 v2.3.0 // indirect
1639
k8s.io/api v0.18.9
1740
k8s.io/apiextensions-apiserver v0.18.9
1841
k8s.io/apimachinery v0.18.9
1942
k8s.io/client-go v12.0.0+incompatible
2043
k8s.io/kube-openapi v0.0.0-20200410145947-61e04a5be9a6
44+
k8s.io/utils v0.0.0-20200414100711-2df71ebbae66 // indirect
2145
kmodules.xyz/client-go v0.0.0-20201021051118-03dac1aea508
2246
kmodules.xyz/crd-schema-fuzz v0.0.0-20200922204806-c1426cd7fcf4
2347
kmodules.xyz/custom-resources v0.0.0-20201008012351-6d8090f759d4

go.sum

Lines changed: 56 additions & 0 deletions
Large diffs are not rendered by default.

vendor/github.com/BurntSushi/toml/.gitignore

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

vendor/github.com/BurntSushi/toml/.travis.yml

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

vendor/github.com/BurntSushi/toml/COMPATIBLE

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

vendor/github.com/BurntSushi/toml/COPYING

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

vendor/github.com/BurntSushi/toml/Makefile

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

vendor/github.com/BurntSushi/toml/README.md

Lines changed: 218 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)