-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
22 lines (20 loc) · 768 Bytes
/
go.mod
File metadata and controls
22 lines (20 loc) · 768 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
module github.com/vrazdalovschi/proglog
go 1.14
require (
github.com/casbin/casbin v1.9.1
github.com/gogo/protobuf v1.3.0
github.com/gorilla/mux v1.7.4
github.com/grpc-ecosystem/go-grpc-middleware v1.2.0
github.com/hashicorp/go-msgpack v0.5.5
github.com/hashicorp/raft v1.1.2
github.com/hashicorp/serf v0.8.6
github.com/soheilhy/cmux v0.1.4
github.com/stretchr/testify v1.4.0
github.com/travisjeffery/go-dynaport v1.0.0
github.com/tysonmote/gommap v0.0.0-20190103205956-899e1273fb5c
go.etcd.io/bbolt v1.3.5
google.golang.org/genproto v0.0.0-20200624020401-64a14ca9d1ad
google.golang.org/grpc v1.31.0
google.golang.org/grpc/examples v0.0.0-20200822010404-0e72e09474d6 // indirect
launchpad.net/gocheck v0.0.0-20140225173054-000000000087 // indirect
)