File tree Expand file tree Collapse file tree 4 files changed +11
-4
lines changed
github.com/GoogleCloudPlatform/gke-networking-api/apis/network/v1 Expand file tree Collapse file tree 4 files changed +11
-4
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ require (
31
31
32
32
require (
33
33
cloud.google.com/go/compute/metadata v0.2.3
34
- github.com/GoogleCloudPlatform/gke-networking-api v0.0.0-20240618093647-6e3f2840923a
34
+ github.com/GoogleCloudPlatform/gke-networking-api v0.1.2-0.20240703141847-066e11533e15
35
35
github.com/hashicorp/go-multierror v1.1.1
36
36
github.com/natefinch/atomic v1.0.1
37
37
k8s.io/cloud-provider v0.30.0
Original file line number Diff line number Diff line change @@ -6,8 +6,8 @@ cloud.google.com/go/compute/metadata v0.2.3/go.mod h1:VAV5nSsACxMJvgaAuX6Pk2Aawl
6
6
github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1 h1:UQHMgLO+TxOElx5B5HZ4hJQsoJ/PvUvKRhJHDQXO8P8 =
7
7
github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1 /go.mod h1:xomTg63KZ2rFqZQzSB4Vz2SUXa1BpHTVz9L5PTmPC4E =
8
8
github.com/BurntSushi/toml v0.3.1 /go.mod h1:xHWCNGjB5oqiDr8zfno3MHue2Ht5sIBksp03qcyfWMU =
9
- github.com/GoogleCloudPlatform/gke-networking-api v0.0.0-20240618093647-6e3f2840923a h1:vTLdzBE0WVJsbucT6h4wEpT9sYlnE8qpqmQhs8KJ7T0 =
10
- github.com/GoogleCloudPlatform/gke-networking-api v0.0.0-20240618093647-6e3f2840923a /go.mod h1:hngDInU0bLls5Nk7vssNbT6noFXS6ZwldjRhHwu85uE =
9
+ github.com/GoogleCloudPlatform/gke-networking-api v0.1.2-0.20240703141847-066e11533e15 h1:UBDSMOhRBmlQaFwx0zd/yiFXhhJExFl5MIus0DksRAk =
10
+ github.com/GoogleCloudPlatform/gke-networking-api v0.1.2-0.20240703141847-066e11533e15 /go.mod h1:hngDInU0bLls5Nk7vssNbT6noFXS6ZwldjRhHwu85uE =
11
11
github.com/GoogleCloudPlatform/k8s-cloud-provider v1.25.0 h1:lwL1vLWmdBJ5h+StMEN6+GMz1J/Y0yUU3RDv+QBy+Q4 =
12
12
github.com/GoogleCloudPlatform/k8s-cloud-provider v1.25.0 /go.mod h1:UTfhBnADaj2rybPT049NScSh7Eall3u2ib43wmz3deg =
13
13
github.com/NYTimes/gziphandler v1.1.1 h1:ZUDjpQae29j0ryrS0u/B8HZfJBtBQHjqw2rQ2cqUQ3I =
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ cloud.google.com/go/compute/metadata
8
8
## explicit; go 1.16
9
9
github.com/Azure/go-ansiterm
10
10
github.com/Azure/go-ansiterm/winterm
11
- # github.com/GoogleCloudPlatform/gke-networking-api v0.0.0-20240618093647-6e3f2840923a
11
+ # github.com/GoogleCloudPlatform/gke-networking-api v0.1.2-0.20240703141847-066e11533e15
12
12
## explicit; go 1.22.0
13
13
github.com/GoogleCloudPlatform/gke-networking-api/apis/network/v1
14
14
github.com/GoogleCloudPlatform/gke-networking-api/apis/network/v1alpha1
You can’t perform that action at this time.
0 commit comments