Skip to content

Commit f764239

Browse files
authored
chore: bump k8s 1.24 via kubebuilder update (#88)
Pull in kubebuilder commit f19b01da2468ad5eb74553de44fc881cfafffafb which includes k8s 1.24
1 parent 721a0c4 commit f764239

File tree

2 files changed

+71
-77
lines changed

2 files changed

+71
-77
lines changed

Diff for: go.mod

+9-9
Original file line numberDiff line numberDiff line change
@@ -6,25 +6,25 @@ require github.com/spf13/pflag v1.0.5
66

77
require (
88
github.com/onsi/ginkgo v1.16.5
9-
github.com/onsi/gomega v1.17.0
10-
k8s.io/apimachinery v0.23.0
11-
sigs.k8s.io/kubebuilder/v3 v3.3.0
9+
github.com/onsi/gomega v1.18.1
10+
k8s.io/apimachinery v0.24.0
11+
sigs.k8s.io/kubebuilder/v3 v3.0.0-alpha.0.0.20220607134920-f19b01da2468
1212
)
1313

1414
require (
1515
github.com/fsnotify/fsnotify v1.5.1 // indirect
16-
github.com/gobuffalo/flect v0.2.3 // indirect
16+
github.com/gobuffalo/flect v0.2.5 // indirect
1717
github.com/nxadm/tail v1.4.8 // indirect
1818
github.com/sirupsen/logrus v1.8.1
1919
github.com/spf13/afero v1.6.0
20-
golang.org/x/mod v0.4.2 // indirect
21-
golang.org/x/net v0.0.0-20210825183410-e898025ed96a // indirect
22-
golang.org/x/sys v0.0.0-20211029165221-6e7872819dc8 // indirect
20+
golang.org/x/mod v0.6.0-dev.0.20220106191415-9b9b3d81d5e3 // indirect
21+
golang.org/x/net v0.0.0-20220127200216-cd36cc0744dd // indirect
22+
golang.org/x/sys v0.0.0-20220209214540-3681064d5158 // indirect
2323
golang.org/x/text v0.3.7 // indirect
24-
golang.org/x/tools v0.1.6-0.20210820212750-d4cc65f0b2ff // indirect
24+
golang.org/x/tools v0.1.10-0.20220218145154-897bd77cd717 // indirect
2525
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
2626
gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 // indirect
2727
gopkg.in/yaml.v2 v2.4.0 // indirect
28-
k8s.io/utils v0.0.0-20210930125809-cb0fa318a74b // indirect
28+
k8s.io/utils v0.0.0-20220210201930-3a6ce19ff2f9 // indirect
2929
sigs.k8s.io/yaml v1.3.0 // indirect
3030
)

0 commit comments

Comments
 (0)