Skip to content

Commit

Permalink
Merge pull request #708 from laxmikantbpandhare/bump-k8s-v1.25.0-alpha.3
Browse files Browse the repository at this point in the history
✨ Bump k8s to Kubernetes v1.25.0-alpha.3
  • Loading branch information
k8s-ci-robot committed Jul 28, 2022
2 parents 1878064 + 10aaec9 commit e65526e
Show file tree
Hide file tree
Showing 2 changed files with 121 additions and 73 deletions.
23 changes: 12 additions & 11 deletions go.mod
Expand Up @@ -7,21 +7,21 @@ require (
github.com/gobuffalo/flect v0.2.5
github.com/google/go-cmp v0.5.6
github.com/onsi/ginkgo v1.16.5
github.com/onsi/gomega v1.17.0
github.com/onsi/gomega v1.19.0
github.com/spf13/cobra v1.4.0
github.com/spf13/pflag v1.0.5
golang.org/x/tools v0.1.10-0.20220218145154-897bd77cd717
golang.org/x/tools v0.1.10
gopkg.in/yaml.v2 v2.4.0
gopkg.in/yaml.v3 v3.0.0
k8s.io/api v0.24.0
k8s.io/apiextensions-apiserver v0.24.0
k8s.io/apimachinery v0.24.0
gopkg.in/yaml.v3 v3.0.1
k8s.io/api v0.25.0-alpha.3
k8s.io/apiextensions-apiserver v0.25.0-alpha.3
k8s.io/apimachinery v0.25.0-alpha.3
sigs.k8s.io/yaml v1.3.0
)

require (
github.com/fsnotify/fsnotify v1.4.9 // indirect
github.com/go-logr/logr v1.2.0 // indirect
github.com/go-logr/logr v1.2.3 // indirect
github.com/gogo/protobuf v1.3.2 // indirect
github.com/google/gofuzz v1.1.0 // indirect
github.com/inconshreveable/mousetrap v1.0.0 // indirect
Expand All @@ -31,15 +31,16 @@ require (
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
github.com/modern-go/reflect2 v1.0.2 // indirect
github.com/nxadm/tail v1.4.8 // indirect
github.com/onsi/ginkgo/v2 v2.1.4 // indirect
golang.org/x/mod v0.6.0-dev.0.20220106191415-9b9b3d81d5e3 // indirect
golang.org/x/net v0.0.0-20220127200216-cd36cc0744dd // indirect
golang.org/x/sys v0.0.0-20220209214540-3681064d5158 // indirect
golang.org/x/net v0.0.0-20220225172249-27dd8689420f // indirect
golang.org/x/sys v0.0.0-20220319134239-a9b59b0215f8 // indirect
golang.org/x/text v0.3.7 // indirect
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
gopkg.in/inf.v0 v0.9.1 // indirect
gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 // indirect
k8s.io/klog/v2 v2.60.1 // indirect
k8s.io/klog/v2 v2.70.1 // indirect
k8s.io/utils v0.0.0-20220210201930-3a6ce19ff2f9 // indirect
sigs.k8s.io/json v0.0.0-20211208200746-9f7c6b3444d2 // indirect
sigs.k8s.io/json v0.0.0-20220713155537-f223a00ba0e2 // indirect
sigs.k8s.io/structured-merge-diff/v4 v4.2.1 // indirect
)

0 comments on commit e65526e

Please sign in to comment.