Skip to content

Commit 87a9842

Browse files
authored
Merge pull request #739 from synth-beat/master
Update gke-networking-api dependency
2 parents bd77f0d + 196b74f commit 87a9842

File tree

4 files changed

+11
-4
lines changed

4 files changed

+11
-4
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ require (
3131

3232
require (
3333
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
3535
github.com/hashicorp/go-multierror v1.1.1
3636
github.com/natefinch/atomic v1.0.1
3737
k8s.io/cloud-provider v0.30.0

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ cloud.google.com/go/compute/metadata v0.2.3/go.mod h1:VAV5nSsACxMJvgaAuX6Pk2Aawl
66
github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1 h1:UQHMgLO+TxOElx5B5HZ4hJQsoJ/PvUvKRhJHDQXO8P8=
77
github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1/go.mod h1:xomTg63KZ2rFqZQzSB4Vz2SUXa1BpHTVz9L5PTmPC4E=
88
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=
1111
github.com/GoogleCloudPlatform/k8s-cloud-provider v1.25.0 h1:lwL1vLWmdBJ5h+StMEN6+GMz1J/Y0yUU3RDv+QBy+Q4=
1212
github.com/GoogleCloudPlatform/k8s-cloud-provider v1.25.0/go.mod h1:UTfhBnADaj2rybPT049NScSh7Eall3u2ib43wmz3deg=
1313
github.com/NYTimes/gziphandler v1.1.1 h1:ZUDjpQae29j0ryrS0u/B8HZfJBtBQHjqw2rQ2cqUQ3I=

vendor/github.com/GoogleCloudPlatform/gke-networking-api/apis/network/v1/gkenetworkparamset_types.go

Lines changed: 7 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/modules.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ cloud.google.com/go/compute/metadata
88
## explicit; go 1.16
99
github.com/Azure/go-ansiterm
1010
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
1212
## explicit; go 1.22.0
1313
github.com/GoogleCloudPlatform/gke-networking-api/apis/network/v1
1414
github.com/GoogleCloudPlatform/gke-networking-api/apis/network/v1alpha1

0 commit comments

Comments
 (0)