Skip to content

Commit 5a07009

Browse files
authored
Merge pull request #1463 from dgrisonnet/bump-k8s-deps
Bump k8s dependencies to v0.21.0
2 parents d31ee43 + 5d42783 commit 5a07009

2 files changed

Lines changed: 43 additions & 40 deletions

File tree

go.mod

Lines changed: 3 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,10 @@ require (
77
github.com/brancz/gojsontoyaml v0.0.0-20201216083616-202f76bf8c1f
88
github.com/campoy/embedmd v1.0.0
99
github.com/dgryski/go-jump v0.0.0-20170409065014-e1f439676b57
10-
github.com/gogo/protobuf v1.3.2 // indirect
1110
github.com/google/go-jsonnet v0.17.0
1211
github.com/jsonnet-bundler/jsonnet-bundler v0.4.1-0.20200708074244-ada055a225fa
13-
github.com/kr/text v0.2.0 // indirect
1412
github.com/mattn/go-colorable v0.1.7 // indirect
1513
github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 // indirect
16-
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
1714
github.com/oklog/run v1.1.0
1815
github.com/pkg/errors v0.9.1
1916
github.com/prometheus/client_golang v1.10.0
@@ -23,24 +20,15 @@ require (
2320
github.com/prometheus/prometheus v2.5.0+incompatible
2421
github.com/robfig/cron/v3 v3.0.1
2522
github.com/spf13/pflag v1.0.5
26-
golang.org/x/net v0.0.0-20210119194325-5f4716e94777 // indirect
2723
golang.org/x/oauth2 v0.0.0-20210210192628-66670185b0cd // indirect
2824
golang.org/x/text v0.3.5 // indirect
29-
golang.org/x/time v0.0.0-20201208040808-7e3f01d25324 // indirect
3025
golang.org/x/tools v0.1.0
31-
gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect
3226
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
33-
k8s.io/api v0.20.5
34-
k8s.io/apimachinery v0.20.5
27+
k8s.io/api v0.21.0
28+
k8s.io/apimachinery v0.21.0
3529
k8s.io/autoscaler/vertical-pod-autoscaler v0.9.2
36-
k8s.io/client-go v0.20.5
30+
k8s.io/client-go v0.21.0
3731
k8s.io/klog/v2 v2.8.0
3832
)
3933

40-
replace (
41-
k8s.io/api v0.18.3 => k8s.io/api v0.20.5
42-
k8s.io/apimachinery v0.18.3 => k8s.io/apimachinery v0.20.5
43-
k8s.io/client-go v0.18.3 => k8s.io/client-go v0.20.5
44-
)
45-
4634
go 1.16

0 commit comments

Comments
 (0)