|
1 | 1 | module github.com/GoogleContainerTools/gcp-auth-webhook
|
2 | 2 |
|
3 |
| -go 1.23.0 |
4 |
| - |
5 |
| -toolchain go1.23.4 |
| 3 | +go 1.24.0 |
6 | 4 |
|
7 | 5 | require (
|
8 | 6 | github.com/GoogleCloudPlatform/docker-credential-gcr v2.0.5+incompatible
|
9 | 7 | 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 |
14 | 12 | )
|
15 | 13 |
|
16 | 14 | require (
|
17 | 15 | cloud.google.com/go v0.97.0 // indirect
|
18 | 16 | 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 |
21 | 19 | github.com/go-logr/logr v1.4.2 // indirect
|
22 | 20 | github.com/go-openapi/jsonpointer v0.21.0 // indirect
|
23 | 21 | github.com/go-openapi/jsonreference v0.20.2 // indirect
|
24 | 22 | github.com/go-openapi/swag v0.23.0 // indirect
|
25 | 23 | 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 |
30 | 25 | github.com/google/uuid v1.6.0 // indirect
|
31 | 26 | github.com/josharian/intern v1.0.0 // indirect
|
32 | 27 | github.com/json-iterator/go v1.1.12 // indirect
|
33 | 28 | github.com/mailru/easyjson v0.7.7 // indirect
|
34 | 29 | 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 |
36 | 31 | github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
|
37 | 32 | github.com/pkg/errors v0.9.1 // indirect
|
38 | 33 | 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 |
39 | 36 | golang.org/x/net v0.38.0 // indirect
|
40 | 37 | golang.org/x/sys v0.31.0 // indirect
|
41 | 38 | golang.org/x/term v0.30.0 // indirect
|
42 | 39 | 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 |
45 | 42 | gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect
|
46 | 43 | gopkg.in/inf.v0 v0.9.1 // indirect
|
47 | 44 | gopkg.in/yaml.v3 v3.0.1 // indirect
|
48 | 45 | 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 |
54 | 52 | )
|
0 commit comments