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/apimachinery from 0.19.2 to 0.28.3 in /test/apiserver #468

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
13 changes: 4 additions & 9 deletions test/apiserver/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,32 +7,27 @@ require (
github.com/Azure/go-autorest/autorest v0.11.1 // indirect
github.com/Azure/go-autorest/autorest/adal v0.9.5 // indirect
github.com/blang/semver v3.5.1+incompatible // indirect
github.com/go-logr/logr v0.3.0 // indirect
github.com/go-openapi/loads v0.21.2
github.com/go-openapi/spec v0.20.9
github.com/google/uuid v1.1.2 // indirect
github.com/grpc-ecosystem/go-grpc-middleware v1.0.1-0.20190723091251-e0797f438f94 // indirect
github.com/imdario/mergo v0.3.10 // indirect
github.com/onsi/ginkgo v1.16.5
github.com/onsi/gomega v1.19.0
github.com/onsi/gomega v1.27.6
github.com/prometheus/procfs v0.2.0 // indirect
github.com/spf13/cobra v1.1.1 // indirect
github.com/spf13/pflag v1.0.5
go.etcd.io/etcd v0.5.0-alpha.5.0.20200910180754-dd1b699fc489 // indirect
go.uber.org/zap v1.15.0 // indirect
golang.org/x/net v0.15.0
golang.org/x/time v0.0.0-20200630173020-3af7569d3a1e // indirect
golang.org/x/net v0.17.0
gomodules.xyz/jsonpatch/v2 v2.1.0 // indirect
google.golang.org/appengine v1.6.6 // indirect
google.golang.org/genproto v0.0.0-20201110150050-8816d57aaa9a // indirect
k8s.io/apiextensions-apiserver v0.19.2 // indirect
k8s.io/apimachinery v0.19.2
k8s.io/apimachinery v0.28.3
k8s.io/apiserver v0.19.2
k8s.io/client-go v0.19.2
k8s.io/klog v1.0.0
k8s.io/klog/v2 v2.4.0 // indirect
k8s.io/kube-openapi v0.0.0-20201113171705-d219536bb9fd
k8s.io/utils v0.0.0-20210111153108-fddb29f9d009 // indirect
k8s.io/kube-openapi v0.0.0-20230717233707-2695361300d9
sigs.k8s.io/apiserver-builder-alpha v1.18.1-0.20201012071248-ca5d7287e44a
sigs.k8s.io/apiserver-network-proxy/konnectivity-client v0.0.14 // indirect
sigs.k8s.io/controller-runtime v0.6.5
Expand Down
Loading
Loading