Skip to content

Commit 4b9d708

Browse files
deps: bump sigs.k8s.io/controller-tools in /build/tools
Bumps [sigs.k8s.io/controller-tools](https://github.com/kubernetes-sigs/controller-tools) from 0.16.3 to 0.16.4. - [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.16.3...v0.16.4) --- updated-dependencies: - dependency-name: sigs.k8s.io/controller-tools dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 3ed0bcd commit 4b9d708

File tree

2 files changed

+13
-171
lines changed

2 files changed

+13
-171
lines changed

build/tools/go.mod

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ require (
1313
google.golang.org/grpc/cmd/protoc-gen-go-grpc v1.5.1
1414
google.golang.org/protobuf v1.35.1
1515
mvdan.cc/gofumpt v0.7.0
16-
sigs.k8s.io/controller-tools v0.16.3
16+
sigs.k8s.io/controller-tools v0.16.4
1717
)
1818

1919
require (
@@ -120,7 +120,6 @@ require (
120120
github.com/mattn/go-colorable v0.1.13 // indirect
121121
github.com/mattn/go-isatty v0.0.20 // indirect
122122
github.com/mattn/go-runewidth v0.0.16 // indirect
123-
github.com/matttproud/golang_protobuf_extensions/v2 v2.0.0 // indirect
124123
github.com/mgechev/revive v1.4.0 // indirect
125124
github.com/mitchellh/go-homedir v1.1.0 // indirect
126125
github.com/mitchellh/mapstructure v1.5.0 // indirect
@@ -172,7 +171,6 @@ require (
172171
github.com/stretchr/objx v0.5.2 // indirect
173172
github.com/stretchr/testify v1.9.0 // indirect
174173
github.com/subosito/gotenv v1.6.0 // indirect
175-
github.com/t-yuki/gocover-cobertura v0.0.0-20180217150009-aaee18c8195c // indirect
176174
github.com/tdakkota/asciicheck v0.2.0 // indirect
177175
github.com/tetafro/godot v1.4.18 // indirect
178176
github.com/timakin/bodyclose v0.0.0-20240125160201-f835fa56326a // indirect

0 commit comments

Comments
 (0)