Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 12 additions & 2 deletions metadata/client/go.mod
Original file line number Diff line number Diff line change
@@ -1,9 +1,19 @@
module github.com/jun06t/grpc-sample/metadata/client

go 1.12
go 1.24.0

require (
github.com/jun06t/grpc-sample v0.0.0-20230404043014-02c9ee4cc316
github.com/lithammer/shortuuid v3.0.0+incompatible
google.golang.org/grpc v1.56.3
google.golang.org/grpc v1.79.3
)

require (
github.com/golang/protobuf v1.5.4 // indirect
github.com/google/uuid v1.6.0 // indirect
golang.org/x/net v0.48.0 // indirect
golang.org/x/sys v0.39.0 // indirect
golang.org/x/text v0.32.0 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20251202230838-ff82c1b0f217 // indirect
google.golang.org/protobuf v1.36.10 // indirect
)
Loading
Loading