We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64623c9 commit 01594caCopy full SHA for 01594ca
go.mod
@@ -1,6 +1,6 @@
1
module github.com/googleapis/gax-go
2
3
-go 1.24.0
+go 1.25.0
4
5
require (
6
github.com/googleapis/gax-go/v2 v2.17.0
go.work
@@ -1,4 +1,4 @@
use (
.
v2/go.mod
module github.com/googleapis/gax-go/v2
github.com/google/go-cmp v0.7.0
@@ -10,7 +10,6 @@ require (
10
google.golang.org/genproto/googleapis/rpc v0.0.0-20260203192932-546029d2fa20
11
google.golang.org/grpc v1.78.0
12
google.golang.org/protobuf v1.36.11
13
-
14
)
15
16
0 commit comments