Skip to content

Commit 7bc7178

Browse files
committed
OCPBUGS-30642: pin google oauth2 version
This fixes `connection refused` issues to access the metadata server we are seeing in CI.
1 parent 9469d17 commit 7bc7178

File tree

27 files changed

+36604
-42034
lines changed

27 files changed

+36604
-42034
lines changed

go.mod

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -341,3 +341,8 @@ replace github.com/containerd/containerd => github.com/containerd/containerd v1.
341341

342342
// https://issues.redhat.com/browse/OCPBUGS-8540
343343
replace go.mongodb.org/mongo-driver => go.mongodb.org/mongo-driver v1.11.2
344+
345+
// https://issues.redhat.com/browse/OCPBUGS-30642
346+
replace golang.org/x/oauth2 => golang.org/x/oauth2 v0.15.0
347+
348+
replace google.golang.org/api => google.golang.org/api v0.157.0

go.sum

Lines changed: 1557 additions & 86 deletions
Large diffs are not rendered by default.

vendor/golang.org/x/oauth2/google/default.go

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

vendor/golang.org/x/oauth2/google/internal/externalaccount/executablecredsource.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/google.golang.org/api/cloudresourcemanager/v1/cloudresourcemanager-api.json

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

vendor/google.golang.org/api/cloudresourcemanager/v1/cloudresourcemanager-gen.go

Lines changed: 1 addition & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/google.golang.org/api/cloudresourcemanager/v3/cloudresourcemanager-api.json

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

vendor/google.golang.org/api/cloudresourcemanager/v3/cloudresourcemanager-gen.go

Lines changed: 1 addition & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)