diff --git a/.license_scout.yml b/.license_scout.yml index 79f9e69b675..1d1a1e48c37 100644 --- a/.license_scout.yml +++ b/.license_scout.yml @@ -2104,6 +2104,4 @@ exceptions: - name: sigs.k8s.io/structured-merge-diff/v4 reason: Exception made by Chef Legal - name: tags.cncf.io/container-device-interface/specs-go - reason: Exception made by Chef Legal - - name: github.com/googleapis/googleapis reason: Exception made by Chef Legal \ No newline at end of file diff --git a/scripts/revendor.sh b/scripts/revendor.sh index 362bfb46e7c..72910892114 100755 --- a/scripts/revendor.sh +++ b/scripts/revendor.sh @@ -45,7 +45,7 @@ envoyproxyModPath=$(GOFLAGS="" go list -f "{{.Dir}}" -m "github.com/envoyproxy/p # happened to get on a particular day. We have to lock to *a* version, because # the version ends up in the go.mod file and we check whether that file is # properly up-to-date in Ci. -go get github.com/googleapis/googleapis@a94df49e8f20 +go get github.com/googleapis/googleapis@v0.0.0-20240205020701-9d1dd5ee9d3f googleAPIsModPath=$(GOFLAGS="" go list -f "{{.Dir}}" -m "github.com/googleapis/googleapis") mkdir -p $grpcGatewayVendorPath