forked from fullstorydev/grpcui
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
19 lines (17 loc) · 764 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
module github.com/fullstorydev/grpcui
go 1.13
require (
github.com/fullstorydev/grpcurl v1.7.0
github.com/go-bindata/go-bindata v0.0.0-20191126083508-8639be0519b3 // indirect
github.com/golang/protobuf v1.3.5
github.com/gordonklaus/ineffassign v0.0.0-20200309095847-7953dde2c7bf // indirect
github.com/goreleaser/goreleaser v0.134.0 // indirect
github.com/jhump/protoreflect v1.6.1
github.com/nishanths/predeclared v0.0.0-20200524104333-86fad755b4d3 // indirect
github.com/pkg/browser v0.0.0-20180916011732-0a3d74bf9ce4
golang.org/x/crypto v0.0.0-20191011191535-87dc89f01550
golang.org/x/net v0.0.0-20200324143707-d3edc9973b7e
google.golang.org/api v0.29.0 // indirect
google.golang.org/grpc v1.30.0
honnef.co/go/tools v0.0.1-2020.1.4 // indirect
)