20718: Upgrades google.golang.org/grpc to 1.56.1
[arvados.git] / go.mod
diff --git a/go.mod b/go.mod
index 6723c83857dc1f4d432ddf60aaa1c33ae9f777ec..ddb124e9ac4414ccfc1bc192b23690277fe9715c 100644 (file)
--- a/go.mod
+++ b/go.mod
@@ -39,9 +39,9 @@ require (
        github.com/sirupsen/logrus v1.8.1
        golang.org/x/crypto v0.5.0
        golang.org/x/net v0.9.0
-       golang.org/x/oauth2 v0.4.0
+       golang.org/x/oauth2 v0.7.0
        golang.org/x/sys v0.7.0
-       google.golang.org/api v0.30.0
+       google.golang.org/api v0.110.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,7 @@ require (
 )
 
 require (
-       cloud.google.com/go v0.65.0 // indirect
+       cloud.google.com/go v0.110.0 // 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
@@ -77,8 +77,8 @@ require (
        github.com/go-jose/go-jose/v3 v3.0.0 // indirect
        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.2 // indirect
-       github.com/googleapis/gax-go/v2 v2.0.5 // indirect
+       github.com/golang/protobuf v1.5.3 // indirect
+       github.com/googleapis/gax-go/v2 v2.7.0 // 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
@@ -99,13 +99,13 @@ require (
        github.com/shabbyrobe/gocovmerge v0.0.0-20180507124511-f6ea450bfb63 // indirect
        github.com/src-d/gcfg v1.3.0 // indirect
        github.com/xanzy/ssh-agent v0.1.0 // indirect
-       go.opencensus.io v0.22.4 // indirect
+       go.opencensus.io v0.24.0 // indirect
        golang.org/x/text v0.9.0 // indirect
        golang.org/x/tools v0.6.0 // indirect
        google.golang.org/appengine v1.6.7 // indirect
-       google.golang.org/genproto v0.0.0-20201110150050-8816d57aaa9a // indirect
-       google.golang.org/grpc v1.33.2 // indirect
-       google.golang.org/protobuf v1.28.1 // indirect
+       google.golang.org/genproto v0.0.0-20230410155749-daa745c078e1 // indirect
+       google.golang.org/grpc v1.56.1 // indirect
+       google.golang.org/protobuf v1.30.0 // indirect
        gopkg.in/asn1-ber.v1 v1.0.0-20181015200546-f715ec2f112d // indirect
        gopkg.in/src-d/go-git-fixtures.v3 v3.5.0 // indirect
        gopkg.in/warnings.v0 v0.1.2 // indirect