Skip to content

Commit 635322e

Browse files
dependabot[bot]Gearheads
authored andcommitted
chore(deps): bump k8s.io/code-generator in /hack/tools
Bumps [k8s.io/code-generator](https://github.com/kubernetes/code-generator) from 0.30.3 to 0.32.0. - [Commits](kubernetes/code-generator@v0.30.3...v0.32.0) --- updated-dependencies: - dependency-name: k8s.io/code-generator dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent af83493 commit 635322e

File tree

2 files changed

+120
-38
lines changed

2 files changed

+120
-38
lines changed

hack/tools/go.mod

+17-14
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,18 @@ go 1.17
44

55
require (
66
github.com/golang/mock v1.6.0
7-
k8s.io/code-generator v0.30.3
7+
k8s.io/code-generator v0.32.0
88
sigs.k8s.io/controller-tools v0.15.0
99
)
1010

1111
require (
12+
github.com/emicklei/go-restful/v3 v3.11.0 // indirect
1213
github.com/fatih/color v1.16.0 // indirect
13-
github.com/go-logr/logr v1.4.1 // indirect
14-
github.com/go-openapi/jsonpointer v0.19.6 // indirect
14+
github.com/fxamacker/cbor/v2 v2.7.0 // indirect
15+
github.com/go-logr/logr v1.4.2 // indirect
16+
github.com/go-openapi/jsonpointer v0.21.0 // indirect
1517
github.com/go-openapi/jsonreference v0.20.2 // indirect
16-
github.com/go-openapi/swag v0.22.3 // indirect
18+
github.com/go-openapi/swag v0.23.0 // indirect
1719
github.com/gobuffalo/flect v1.0.2 // indirect
1820
github.com/gogo/protobuf v1.3.2 // indirect
1921
github.com/golang/protobuf v1.5.4 // indirect
@@ -29,24 +31,25 @@ require (
2931
github.com/modern-go/reflect2 v1.0.2 // indirect
3032
github.com/spf13/cobra v1.8.0 // indirect
3133
github.com/spf13/pflag v1.0.5 // indirect
32-
golang.org/x/mod v0.17.0 // indirect
34+
github.com/x448/float16 v0.8.4 // indirect
35+
golang.org/x/mod v0.21.0 // indirect
3336
golang.org/x/net v0.33.0 // indirect
3437
golang.org/x/sync v0.10.0 // indirect
3538
golang.org/x/sys v0.28.0 // indirect
3639
golang.org/x/text v0.21.0 // indirect
37-
golang.org/x/tools v0.21.1-0.20240508182429-e35e4ccd0d2d // indirect
38-
google.golang.org/protobuf v1.33.0 // indirect
40+
golang.org/x/tools v0.26.0 // indirect
41+
google.golang.org/protobuf v1.35.1 // indirect
3942
gopkg.in/inf.v0 v0.9.1 // indirect
4043
gopkg.in/yaml.v2 v2.4.0 // indirect
4144
gopkg.in/yaml.v3 v3.0.1 // indirect
4245
k8s.io/api v0.30.0 // indirect
4346
k8s.io/apiextensions-apiserver v0.30.0 // indirect
44-
k8s.io/apimachinery v0.30.3 // indirect
45-
k8s.io/gengo/v2 v2.0.0-20240228010128-51d4e06bde70 // indirect
46-
k8s.io/klog/v2 v2.120.1 // indirect
47-
k8s.io/kube-openapi v0.0.0-20240228011516-70dd3763d340 // indirect
48-
k8s.io/utils v0.0.0-20230726121419-3b25d923346b // indirect
49-
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect
50-
sigs.k8s.io/structured-merge-diff/v4 v4.4.1 // indirect
47+
k8s.io/apimachinery v0.32.0 // indirect
48+
k8s.io/gengo/v2 v2.0.0-20240911193312-2b36238f13e9 // indirect
49+
k8s.io/klog/v2 v2.130.1 // indirect
50+
k8s.io/kube-openapi v0.0.0-20241105132330-32ad38e42d3f // indirect
51+
k8s.io/utils v0.0.0-20241104100929-3ea5e8cea738 // indirect
52+
sigs.k8s.io/json v0.0.0-20241010143419-9aa6b5e7a4b3 // indirect
53+
sigs.k8s.io/structured-merge-diff/v4 v4.4.2 // indirect
5154
sigs.k8s.io/yaml v1.4.0 // indirect
5255
)

0 commit comments

Comments
 (0)