We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02c9ee4 commit 483f96fCopy full SHA for 483f96f
metadata/client/go.mod
@@ -3,8 +3,7 @@ module github.com/jun06t/grpc-sample/metadata/client
3
go 1.12
4
5
require (
6
- github.com/google/uuid v1.1.1 // indirect
7
- github.com/jun06t/grpc-sample v0.0.0-20190202065602-04efbcb79edc
+ github.com/jun06t/grpc-sample v0.0.0-20230404043014-02c9ee4cc316
8
github.com/lithammer/shortuuid v3.0.0+incompatible
9
- google.golang.org/grpc v1.19.0
+ google.golang.org/grpc v1.53.0
10
)
0 commit comments