Skip to content

Commit

Permalink
chore: bump k8s 1.24 via kubebuilder update (#88)
Browse files Browse the repository at this point in the history
Pull in kubebuilder commit f19b01da2468ad5eb74553de44fc881cfafffafb
which includes k8s 1.24
  • Loading branch information
jmrodri committed Jun 7, 2022
1 parent 721a0c4 commit f764239
Show file tree
Hide file tree
Showing 2 changed files with 71 additions and 77 deletions.
18 changes: 9 additions & 9 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,25 +6,25 @@ require github.com/spf13/pflag v1.0.5

require (
github.com/onsi/ginkgo v1.16.5
github.com/onsi/gomega v1.17.0
k8s.io/apimachinery v0.23.0
sigs.k8s.io/kubebuilder/v3 v3.3.0
github.com/onsi/gomega v1.18.1
k8s.io/apimachinery v0.24.0
sigs.k8s.io/kubebuilder/v3 v3.0.0-alpha.0.0.20220607134920-f19b01da2468
)

require (
github.com/fsnotify/fsnotify v1.5.1 // indirect
github.com/gobuffalo/flect v0.2.3 // indirect
github.com/gobuffalo/flect v0.2.5 // indirect
github.com/nxadm/tail v1.4.8 // indirect
github.com/sirupsen/logrus v1.8.1
github.com/spf13/afero v1.6.0
golang.org/x/mod v0.4.2 // indirect
golang.org/x/net v0.0.0-20210825183410-e898025ed96a // indirect
golang.org/x/sys v0.0.0-20211029165221-6e7872819dc8 // 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/text v0.3.7 // indirect
golang.org/x/tools v0.1.6-0.20210820212750-d4cc65f0b2ff // indirect
golang.org/x/tools v0.1.10-0.20220218145154-897bd77cd717 // indirect
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
k8s.io/utils v0.0.0-20210930125809-cb0fa318a74b // indirect
k8s.io/utils v0.0.0-20220210201930-3a6ce19ff2f9 // indirect
sigs.k8s.io/yaml v1.3.0 // indirect
)
Loading

0 comments on commit f764239

Please sign in to comment.