20718: Cleans up by running "go mod tidy -compat=1.17"
[arvados.git] / go.mod
diff --git a/go.mod b/go.mod
index ddb124e9ac4414ccfc1bc192b23690277fe9715c..10b2faab9c069c4ad36fa3a2cf1824302a083438 100644 (file)
--- a/go.mod
+++ b/go.mod
@@ -41,7 +41,7 @@ require (
        golang.org/x/net v0.9.0
        golang.org/x/oauth2 v0.7.0
        golang.org/x/sys v0.7.0
-       google.golang.org/api v0.110.0
+       google.golang.org/api v0.114.0
        gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c
        gopkg.in/square/go-jose.v2 v2.5.1
        gopkg.in/src-d/go-billy.v4 v4.0.1
@@ -50,7 +50,8 @@ require (
 )
 
 require (
-       cloud.google.com/go v0.110.0 // indirect
+       cloud.google.com/go/compute v1.19.1 // indirect
+       cloud.google.com/go/compute/metadata v0.2.3 // indirect
        github.com/Azure/go-ansiterm v0.0.0-20230124172434-306776ec8161 // indirect
        github.com/Azure/go-autorest v14.2.0+incompatible // indirect
        github.com/Azure/go-autorest/autorest/adal v0.9.17 // indirect
@@ -78,7 +79,9 @@ require (
        github.com/golang-jwt/jwt/v4 v4.1.0 // indirect
        github.com/golang/groupcache v0.0.0-20200121045136-8c9f03a8e57e // indirect
        github.com/golang/protobuf v1.5.3 // indirect
-       github.com/googleapis/gax-go/v2 v2.7.0 // indirect
+       github.com/google/uuid v1.3.0 // indirect
+       github.com/googleapis/enterprise-certificate-proxy v0.2.3 // indirect
+       github.com/googleapis/gax-go/v2 v2.7.1 // indirect
        github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
        github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 // indirect
        github.com/jmespath/go-jmespath v0.4.0 // indirect