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 7cc8ffe commit 0a0a781Copy full SHA for 0a0a781
go.mod
@@ -3,6 +3,8 @@ module github.com/ab180/grpc-cloudmap-resolver
3
go 1.14
4
5
require (
6
- github.com/aws/aws-sdk-go v1.44.284
7
- google.golang.org/grpc v1.56.0
+ github.com/aws/aws-sdk-go v1.49.3
+ golang.org/x/net v0.19.0 // indirect
8
+ google.golang.org/genproto/googleapis/rpc v0.0.0-20231212172506-995d672761c0 // indirect
9
+ google.golang.org/grpc v1.60.0
10
)
0 commit comments