-
Notifications
You must be signed in to change notification settings - Fork 29
Expand file tree
/
Copy pathgo.mod
More file actions
19 lines (17 loc) · 667 Bytes
/
go.mod
File metadata and controls
19 lines (17 loc) · 667 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
module github.com/lixd/grpc-go-example
go 1.15
require (
github.com/bojand/ghz v0.94.0
github.com/gogo/protobuf v1.3.2 // indirect
github.com/golang/protobuf v1.4.3
github.com/grpc-ecosystem/grpc-gateway/v2 v2.1.0
github.com/mwitkow/go-proto-validators v0.3.2 // indirect
github.com/sercand/kuberesolver/v3 v3.1.0
golang.org/x/net v0.0.0-20210119194325-5f4716e94777
golang.org/x/oauth2 v0.0.0-20201208152858-08078c50e5b5
golang.org/x/sys v0.0.0-20210122235752-a8b976e07c7b // indirect
golang.org/x/text v0.3.5 // indirect
google.golang.org/genproto v0.0.0-20210122163508-8081c04a3579
google.golang.org/grpc v1.35.0
google.golang.org/protobuf v1.25.0
)