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/client-go from 0.19.3 to 0.26.1 in /test/apiserver #186

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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
14 changes: 7 additions & 7 deletions test/apiserver/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,17 @@ go 1.13
require (
github.com/go-openapi/loads v0.19.5
github.com/go-openapi/spec v0.19.12
github.com/gorilla/websocket v1.4.1 // indirect
github.com/grpc-ecosystem/go-grpc-middleware v1.0.1-0.20190723091251-e0797f438f94 // indirect
github.com/onsi/ginkgo v1.14.2
github.com/onsi/gomega v1.10.3
github.com/onsi/ginkgo v1.16.4
github.com/onsi/gomega v1.23.0
github.com/spf13/pflag v1.0.5
golang.org/x/net v0.0.0-20201006153459-a7d1128ccaa0
k8s.io/apimachinery v0.19.3
golang.org/x/net v0.5.0
google.golang.org/grpc/examples v0.0.0-20230118225716-6e749384f791 // indirect
k8s.io/apimachinery v0.26.1
k8s.io/apiserver v0.19.3
k8s.io/client-go v0.19.3
k8s.io/client-go v0.26.1
k8s.io/klog v1.0.0
k8s.io/kube-openapi v0.0.0-20200805222855-6aeccd4b50c6
k8s.io/kube-openapi v0.0.0-20221012153701-172d655c2280
sigs.k8s.io/apiserver-builder-alpha v1.18.1-0.20201012071248-ca5d7287e44a
sigs.k8s.io/controller-runtime v0.6.3
)
Expand Down
Loading