Skip to content

Commit 5281f90

Browse files
authored
Merge pull request #219 from GoogleContainerTools/dependabot/go_modules/k8s.io/client-go-0.34.1
Build(deps): Bump k8s.io/client-go from 0.32.0 to 0.34.1
2 parents 5712659 + 007552b commit 5281f90

File tree

2 files changed

+66
-65
lines changed

2 files changed

+66
-65
lines changed

go.mod

Lines changed: 19 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,54 +1,52 @@
11
module github.com/GoogleContainerTools/gcp-auth-webhook
22

3-
go 1.23.0
4-
5-
toolchain go1.23.4
3+
go 1.24.0
64

75
require (
86
github.com/GoogleCloudPlatform/docker-credential-gcr v2.0.5+incompatible
97
github.com/blang/semver/v4 v4.0.0
10-
golang.org/x/oauth2 v0.25.0
11-
k8s.io/api v0.32.1
12-
k8s.io/apimachinery v0.32.1
13-
k8s.io/client-go v0.32.0
8+
golang.org/x/oauth2 v0.27.0
9+
k8s.io/api v0.34.1
10+
k8s.io/apimachinery v0.34.1
11+
k8s.io/client-go v0.34.1
1412
)
1513

1614
require (
1715
cloud.google.com/go v0.97.0 // indirect
1816
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
19-
github.com/emicklei/go-restful/v3 v3.11.0 // indirect
20-
github.com/fxamacker/cbor/v2 v2.7.0 // indirect
17+
github.com/emicklei/go-restful/v3 v3.12.2 // indirect
18+
github.com/fxamacker/cbor/v2 v2.9.0 // indirect
2119
github.com/go-logr/logr v1.4.2 // indirect
2220
github.com/go-openapi/jsonpointer v0.21.0 // indirect
2321
github.com/go-openapi/jsonreference v0.20.2 // indirect
2422
github.com/go-openapi/swag v0.23.0 // indirect
2523
github.com/gogo/protobuf v1.3.2 // indirect
26-
github.com/golang/protobuf v1.5.4 // indirect
27-
github.com/google/gnostic-models v0.6.8 // indirect
28-
github.com/google/go-cmp v0.6.0 // indirect
29-
github.com/google/gofuzz v1.2.0 // indirect
24+
github.com/google/gnostic-models v0.7.0 // indirect
3025
github.com/google/uuid v1.6.0 // indirect
3126
github.com/josharian/intern v1.0.0 // indirect
3227
github.com/json-iterator/go v1.1.12 // indirect
3328
github.com/mailru/easyjson v0.7.7 // indirect
3429
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
35-
github.com/modern-go/reflect2 v1.0.2 // indirect
30+
github.com/modern-go/reflect2 v1.0.3-0.20250322232337-35a7c28c31ee // indirect
3631
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
3732
github.com/pkg/errors v0.9.1 // indirect
3833
github.com/x448/float16 v0.8.4 // indirect
34+
go.yaml.in/yaml/v2 v2.4.2 // indirect
35+
go.yaml.in/yaml/v3 v3.0.4 // indirect
3936
golang.org/x/net v0.38.0 // indirect
4037
golang.org/x/sys v0.31.0 // indirect
4138
golang.org/x/term v0.30.0 // indirect
4239
golang.org/x/text v0.23.0 // indirect
43-
golang.org/x/time v0.7.0 // indirect
44-
google.golang.org/protobuf v1.35.1 // indirect
40+
golang.org/x/time v0.9.0 // indirect
41+
google.golang.org/protobuf v1.36.5 // indirect
4542
gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect
4643
gopkg.in/inf.v0 v0.9.1 // indirect
4744
gopkg.in/yaml.v3 v3.0.1 // indirect
4845
k8s.io/klog/v2 v2.130.1 // indirect
49-
k8s.io/kube-openapi v0.0.0-20241105132330-32ad38e42d3f // indirect
50-
k8s.io/utils v0.0.0-20241104100929-3ea5e8cea738 // indirect
51-
sigs.k8s.io/json v0.0.0-20241010143419-9aa6b5e7a4b3 // indirect
52-
sigs.k8s.io/structured-merge-diff/v4 v4.4.2 // indirect
53-
sigs.k8s.io/yaml v1.4.0 // indirect
46+
k8s.io/kube-openapi v0.0.0-20250710124328-f3f2b991d03b // indirect
47+
k8s.io/utils v0.0.0-20250604170112-4c0f3b243397 // indirect
48+
sigs.k8s.io/json v0.0.0-20241014173422-cfa47c3a1cc8 // indirect
49+
sigs.k8s.io/randfill v1.0.0 // indirect
50+
sigs.k8s.io/structured-merge-diff/v6 v6.3.0 // indirect
51+
sigs.k8s.io/yaml v1.6.0 // indirect
5452
)

0 commit comments

Comments
 (0)