Skip to content

Commit 816b3dd

Browse files
committedNov 11, 2020
Bump k8s dependencies to v0.19.3
1 parent 8025636 commit 816b3dd

File tree

524 files changed

+37496
-11444
lines changed

Some content is hidden

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

524 files changed

+37496
-11444
lines changed
 

‎go.mod

+10-11
Original file line numberDiff line numberDiff line change
@@ -37,28 +37,27 @@ require (
3737
github.com/otiai10/copy v1.2.0
3838
github.com/phayes/freeport v0.0.0-20180830031419-95f893ade6f2
3939
github.com/pkg/errors v0.9.1
40-
github.com/sirupsen/logrus v1.4.2
41-
github.com/spf13/cobra v0.0.6
40+
github.com/sirupsen/logrus v1.6.0
41+
github.com/spf13/cobra v1.0.0
4242
github.com/stretchr/testify v1.5.1
4343
github.com/yvasiyarov/go-metrics v0.0.0-20150112132944-c25f46c4b940 // indirect
4444
github.com/yvasiyarov/gorelic v0.0.7 // indirect
4545
github.com/yvasiyarov/newrelic_platform_go v0.0.0-20160601141957-9c099fbc30e9 // indirect
46-
go.etcd.io/bbolt v1.3.4
47-
golang.org/x/mod v0.2.0
48-
golang.org/x/net v0.0.0-20200625001655-4c5254603344
49-
golang.org/x/oauth2 v0.0.0-20190604053449-0f29369cfe45
46+
go.etcd.io/bbolt v1.3.5
47+
golang.org/x/mod v0.3.0
48+
golang.org/x/net v0.0.0-20200707034311-ab3426394381
49+
golang.org/x/oauth2 v0.0.0-20191202225959-858c2ad4c8b6
5050
golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e
5151
golang.org/x/sys v0.0.0-20200625212154-ddb9806d33ae // indirect
52-
golang.org/x/text v0.3.3 // indirect
5352
google.golang.org/genproto v0.0.0-20200701001935-0939c5918c31 // indirect
5453
google.golang.org/grpc v1.30.0
5554
google.golang.org/grpc/cmd/protoc-gen-go-grpc v0.0.0-20200709232328-d8193ee9cc3e
5655
google.golang.org/protobuf v1.25.0
5756
gopkg.in/yaml.v2 v2.2.8
58-
k8s.io/api v0.18.2
59-
k8s.io/apiextensions-apiserver v0.18.2
60-
k8s.io/apimachinery v0.18.2
61-
k8s.io/client-go v0.18.2
57+
k8s.io/api v0.19.3
58+
k8s.io/apiextensions-apiserver v0.19.3
59+
k8s.io/apimachinery v0.19.3
60+
k8s.io/client-go v0.19.3
6261
k8s.io/klog v1.0.0
6362
k8s.io/kubectl v0.18.0
6463
)

‎go.sum

+163-4
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)
Please sign in to comment.