-
-
Notifications
You must be signed in to change notification settings - Fork 78
Expand file tree
/
Copy pathgo.mod
More file actions
19 lines (17 loc) · 653 Bytes
/
Copy pathgo.mod
File metadata and controls
19 lines (17 loc) · 653 Bytes
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
go 1.13
require (
github.com/bradleyjkemp/cupaloy/v2 v2.6.0
github.com/desertbit/timer v0.0.0-20180107155436-c41aec40b27f // indirect
github.com/golang/protobuf v1.4.2
github.com/gorilla/websocket v1.4.1 // indirect
github.com/improbable-eng/grpc-web v0.13.0
github.com/jhump/protoreflect v1.7.0
github.com/mwitkow/go-conntrack v0.0.0-20190716064945-2f068394615f // indirect
github.com/pkg/errors v0.9.1
github.com/rs/cors v1.7.0 // indirect
github.com/sirupsen/logrus v1.7.0
github.com/stretchr/testify v1.6.1
golang.org/x/net v0.0.0-20200226121028-0de0cce0169b
google.golang.org/grpc v1.26.0
)