forked from grpc-ecosystem/grpc-gateway
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathgo.mod
18 lines (16 loc) · 731 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
module github.com/grpc-ecosystem/grpc-gateway
require (
github.com/ghodss/yaml v1.0.0
github.com/go-resty/resty v1.9.0
github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b
github.com/golang/protobuf v1.2.0
github.com/kr/pretty v0.1.0 // indirect
github.com/rogpeppe/fastuuid v0.0.0-20150106093220-6724a57986af
golang.org/x/net v0.0.0-20181220203305-927f97764cc3
golang.org/x/sys v0.0.0-20181107165924-66b7b1311ac8 // indirect
google.golang.org/genproto v0.0.0-20180817151627-c66870c02cf8
google.golang.org/grpc v1.16.0
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
gopkg.in/yaml.v2 v2.0.0-20170812160011-eb3733d160e7 // indirect
)
replace github.com/go-resty/resty => gopkg.in/resty.v1 v1.9.0