forked from bradleyjkemp/grpc-tools
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
19 lines (18 loc) · 762 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/bradleyjkemp/grpc-tools
require (
github.com/bradleyjkemp/cupaloy/v2 v2.5.0
github.com/golang/protobuf v1.3.2
github.com/gorilla/websocket v1.4.0 // indirect
github.com/improbable-eng/grpc-web v0.11.0
github.com/jhump/protoreflect v1.4.4
github.com/mwitkow/go-conntrack v0.0.0-20161129095857-cc309e4a2223 // indirect
github.com/pkg/errors v0.8.1
github.com/rivo/tview v0.0.0-20190602193159-384f577a620b
github.com/rs/cors v1.6.0 // indirect
github.com/sirupsen/logrus v1.4.2
github.com/stretchr/testify v1.3.0 // indirect
golang.org/x/net v0.0.0-20190607181551-461777fb6f67
google.golang.org/appengine v1.4.0 // indirect
google.golang.org/genproto v0.0.0-20190605220351-eb0b1bdb6ae6 // indirect
google.golang.org/grpc v1.23.1
)