Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump k8s.io/api from 0.21.0 to 0.26.1 #365

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 9 additions & 9 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,8 @@ require (
github.com/mongodb/go-client-mongodb-atlas v0.2.0
github.com/naoina/go-stringutil v0.1.0 // indirect
github.com/olekukonko/tablewriter v0.0.4
github.com/onsi/ginkgo v1.14.2
github.com/onsi/gomega v1.10.4
github.com/onsi/ginkgo v1.16.4
github.com/onsi/gomega v1.23.0
github.com/openshift/api v3.9.0+incompatible
github.com/openshift/client-go v0.0.0-20201020071134-e303d21b3e32 // to make compatible w/ k8s.io/client-go v0.19.4
github.com/opentracing/opentracing-go v1.2.0
Expand All @@ -99,7 +99,7 @@ require (
github.com/smartystreets/goconvey v1.6.4
github.com/snowflakedb/gosnowflake v1.4.3
github.com/soniah/gosnmp v0.0.0-20190220004421-68e8beac0db9 // indirect; required; first version with go modules
github.com/stretchr/testify v1.7.0
github.com/stretchr/testify v1.8.0
github.com/tidwall/gjson v1.9.3 // indirect
github.com/tinylib/msgp v1.1.5 // indirect
github.com/ulule/deepcopier v0.0.0-20171107155558-ca99b135e50f
Expand All @@ -108,17 +108,17 @@ require (
github.com/x-cray/logrus-prefixed-formatter v0.5.2
github.com/yalp/jsonpath v0.0.0-20180802001716-5cc68e5049a0
go.etcd.io/etcd/client/v2 v2.305.0
golang.org/x/net v0.0.0-20210614182718-04defd469f4e
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
golang.org/x/sys v0.0.0-20210816074244-15123e1e1f71
golang.org/x/tools v0.1.2
golang.org/x/net v0.3.1-0.20221206200815-1e63c2f08a10
golang.org/x/sync v0.0.0-20220722155255-886fb9371eb4
golang.org/x/sys v0.3.0
golang.org/x/tools v0.2.0
google.golang.org/grpc v1.40.0
gopkg.in/fatih/set.v0 v0.1.0
gopkg.in/go-playground/validator.v9 v9.29.1
gopkg.in/yaml.v2 v2.4.0
gotest.tools v2.2.0+incompatible
k8s.io/api v0.21.0
k8s.io/apimachinery v0.21.0
k8s.io/api v0.26.1
k8s.io/apimachinery v0.26.1
k8s.io/client-go v0.21.0
k8s.io/kubelet v0.20.5
)
Loading