We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a8906f commit 3fddd54Copy full SHA for 3fddd54
security/advancedtls/examples/go.mod
@@ -3,7 +3,7 @@ module google.golang.org/grpc/security/advancedtls/examples
3
go 1.19
4
5
require (
6
- google.golang.org/grpc v1.62.1
+ google.golang.org/grpc v1.64.0
7
google.golang.org/grpc/examples v0.0.0-20240320170240-cce163274b6c
8
google.golang.org/grpc/security/advancedtls v0.0.0-20240320170240-cce163274b6c
9
)
security/advancedtls/go.mod
@@ -6,7 +6,7 @@ require (
github.com/google/go-cmp v0.6.0
github.com/hashicorp/golang-lru v0.5.4
golang.org/x/crypto v0.21.0
10
google.golang.org/grpc/examples v0.0.0-20201112215255-90f1b3ee835b
11
12
0 commit comments