Skip to content

Commit

Permalink
Merge pull request #1463 from dgrisonnet/bump-k8s-deps
Browse files Browse the repository at this point in the history
Bump k8s dependencies to v0.21.0
  • Loading branch information
k8s-ci-robot committed Apr 22, 2021
2 parents d31ee43 + 5d42783 commit 5a07009
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 40 deletions.
18 changes: 3 additions & 15 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,10 @@ require (
github.com/brancz/gojsontoyaml v0.0.0-20201216083616-202f76bf8c1f
github.com/campoy/embedmd v1.0.0
github.com/dgryski/go-jump v0.0.0-20170409065014-e1f439676b57
github.com/gogo/protobuf v1.3.2 // indirect
github.com/google/go-jsonnet v0.17.0
github.com/jsonnet-bundler/jsonnet-bundler v0.4.1-0.20200708074244-ada055a225fa
github.com/kr/text v0.2.0 // indirect
github.com/mattn/go-colorable v0.1.7 // indirect
github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 // indirect
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
github.com/oklog/run v1.1.0
github.com/pkg/errors v0.9.1
github.com/prometheus/client_golang v1.10.0
Expand All @@ -23,24 +20,15 @@ require (
github.com/prometheus/prometheus v2.5.0+incompatible
github.com/robfig/cron/v3 v3.0.1
github.com/spf13/pflag v1.0.5
golang.org/x/net v0.0.0-20210119194325-5f4716e94777 // indirect
golang.org/x/oauth2 v0.0.0-20210210192628-66670185b0cd // indirect
golang.org/x/text v0.3.5 // indirect
golang.org/x/time v0.0.0-20201208040808-7e3f01d25324 // indirect
golang.org/x/tools v0.1.0
gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
k8s.io/api v0.20.5
k8s.io/apimachinery v0.20.5
k8s.io/api v0.21.0
k8s.io/apimachinery v0.21.0
k8s.io/autoscaler/vertical-pod-autoscaler v0.9.2
k8s.io/client-go v0.20.5
k8s.io/client-go v0.21.0
k8s.io/klog/v2 v2.8.0
)

replace (
k8s.io/api v0.18.3 => k8s.io/api v0.20.5
k8s.io/apimachinery v0.18.3 => k8s.io/apimachinery v0.20.5
k8s.io/client-go v0.18.3 => k8s.io/client-go v0.20.5
)

go 1.16
Loading

0 comments on commit 5a07009

Please sign in to comment.