Skip to content

Commit efff44e

Browse files
dependabot[bot]Gearheads
authored andcommitted
chore(deps): bump sigs.k8s.io/controller-tools in /hack/tools
Bumps [sigs.k8s.io/controller-tools](https://github.com/kubernetes-sigs/controller-tools) from 0.15.0 to 0.17.1. - [Release notes](https://github.com/kubernetes-sigs/controller-tools/releases) - [Changelog](https://github.com/kubernetes-sigs/controller-tools/blob/main/envtest-releases.yaml) - [Commits](kubernetes-sigs/controller-tools@v0.15.0...v0.17.1) --- updated-dependencies: - dependency-name: sigs.k8s.io/controller-tools dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent c1d9376 commit efff44e

File tree

2 files changed

+910
-97
lines changed

2 files changed

+910
-97
lines changed

hack/tools/go.mod

+10-10
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,18 @@ go 1.17
55
require (
66
github.com/golang/mock v1.6.0
77
k8s.io/code-generator v0.32.0
8-
sigs.k8s.io/controller-tools v0.15.0
8+
sigs.k8s.io/controller-tools v0.17.1
99
)
1010

1111
require (
1212
github.com/emicklei/go-restful/v3 v3.11.0 // indirect
13-
github.com/fatih/color v1.16.0 // indirect
13+
github.com/fatih/color v1.18.0 // indirect
1414
github.com/fxamacker/cbor/v2 v2.7.0 // indirect
1515
github.com/go-logr/logr v1.4.2 // indirect
1616
github.com/go-openapi/jsonpointer v0.21.0 // indirect
1717
github.com/go-openapi/jsonreference v0.20.2 // indirect
1818
github.com/go-openapi/swag v0.23.0 // indirect
19-
github.com/gobuffalo/flect v1.0.2 // indirect
19+
github.com/gobuffalo/flect v1.0.3 // indirect
2020
github.com/gogo/protobuf v1.3.2 // indirect
2121
github.com/golang/protobuf v1.5.4 // indirect
2222
github.com/google/gnostic-models v0.6.8 // indirect
@@ -29,21 +29,21 @@ require (
2929
github.com/mattn/go-isatty v0.0.20 // indirect
3030
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
3131
github.com/modern-go/reflect2 v1.0.2 // indirect
32-
github.com/spf13/cobra v1.8.0 // indirect
32+
github.com/spf13/cobra v1.8.1 // indirect
3333
github.com/spf13/pflag v1.0.5 // indirect
3434
github.com/x448/float16 v0.8.4 // indirect
35-
golang.org/x/mod v0.21.0 // indirect
36-
golang.org/x/net v0.33.0 // indirect
35+
golang.org/x/mod v0.22.0 // indirect
36+
golang.org/x/net v0.34.0 // indirect
3737
golang.org/x/sync v0.10.0 // indirect
38-
golang.org/x/sys v0.28.0 // indirect
38+
golang.org/x/sys v0.29.0 // indirect
3939
golang.org/x/text v0.21.0 // indirect
40-
golang.org/x/tools v0.26.0 // indirect
40+
golang.org/x/tools v0.29.0 // indirect
4141
google.golang.org/protobuf v1.35.1 // indirect
4242
gopkg.in/inf.v0 v0.9.1 // indirect
4343
gopkg.in/yaml.v2 v2.4.0 // indirect
4444
gopkg.in/yaml.v3 v3.0.1 // indirect
45-
k8s.io/api v0.30.0 // indirect
46-
k8s.io/apiextensions-apiserver v0.30.0 // indirect
45+
k8s.io/api v0.32.0 // indirect
46+
k8s.io/apiextensions-apiserver v0.32.0 // indirect
4747
k8s.io/apimachinery v0.32.0 // indirect
4848
k8s.io/gengo/v2 v2.0.0-20240911193312-2b36238f13e9 // indirect
4949
k8s.io/klog/v2 v2.130.1 // indirect

0 commit comments

Comments
 (0)