Skip to content

Commit 88cc572

Browse files
authored
[cherry-pick] Update Kubernetes v1.18.9 dependencies (#390) (#397)
/cherry-pick Signed-off-by: 1gtm <1gtm@appscode.com>
1 parent 827b433 commit 88cc572

File tree

296 files changed

+53313
-770
lines changed

Some content is hidden

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

296 files changed

+53313
-770
lines changed

go.mod

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,19 +3,47 @@ module stash.appscode.dev/elasticsearch
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
9+
github.com/NYTimes/gziphandler v1.1.1 // indirect
610
github.com/appscode/go v0.0.0-20200928211031-cc0c23082d91
11+
github.com/blang/semver v3.5.1+incompatible // indirect
712
github.com/codeskyblue/go-sh v0.0.0-20190412065543-76bd3d59ff27
813
github.com/go-openapi/spec v0.19.8
14+
github.com/go-openapi/swag v0.19.9 // indirect
915
github.com/gogo/protobuf v1.3.1
1016
github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b
17+
github.com/golang/groupcache v0.0.0-20191227052852-215e87163ea7 // indirect
1118
github.com/google/gofuzz v1.1.0
19+
github.com/googleapis/gnostic v0.4.0 // indirect
20+
github.com/gophercloud/gophercloud v0.11.0 // indirect
21+
github.com/grpc-ecosystem/go-grpc-middleware v1.1.0 // indirect
22+
github.com/grpc-ecosystem/grpc-gateway v1.14.6 // indirect
23+
github.com/hashicorp/golang-lru v0.5.4 // indirect
24+
github.com/konsorten/go-windows-terminal-sequences v1.0.2 // indirect
25+
github.com/kr/pretty v0.2.0 // indirect
26+
github.com/mailru/easyjson v0.7.1 // indirect
27+
github.com/mattn/go-colorable v0.1.6 // indirect
28+
github.com/mitchellh/mapstructure v1.2.2 // indirect
29+
github.com/prometheus/client_golang v1.6.0 // indirect
1230
github.com/spf13/cobra v0.0.5
31+
github.com/stretchr/testify v1.5.1 // indirect
1332
github.com/yudai/gojsondiff v1.0.0
1433
go.bytebuilders.dev/license-verifier/kubernetes v0.3.0
34+
go.uber.org/atomic v1.6.0 // indirect
35+
go.uber.org/zap v1.13.0 // indirect
36+
golang.org/x/sync v0.0.0-20200317015054-43a5402ce75a // indirect
37+
golang.org/x/time v0.0.0-20200416051211-89c76fbcd5d1 // indirect
38+
golang.org/x/tools v0.0.0-20200603131246-cc40288be839 // indirect
39+
google.golang.org/appengine v1.6.6 // indirect
40+
google.golang.org/genproto v0.0.0-20200603110839-e855014d5736 // indirect
41+
gopkg.in/yaml.v2 v2.3.0 // indirect
1542
k8s.io/apiextensions-apiserver v0.18.9
1643
k8s.io/apimachinery v0.18.9
1744
k8s.io/client-go v0.18.9
1845
k8s.io/kube-openapi v0.0.0-20200410145947-61e04a5be9a6
46+
k8s.io/utils v0.0.0-20200414100711-2df71ebbae66 // indirect
1947
kmodules.xyz/client-go v0.0.0-20201021051118-03dac1aea508
2048
kmodules.xyz/crd-schema-fuzz v0.0.0-20200922204806-c1426cd7fcf4
2149
kmodules.xyz/custom-resources v0.0.0-20201008012351-6d8090f759d4

go.sum

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