-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
24 lines (22 loc) · 920 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
module github.com/wbrowne/chronicle
go 1.13
require (
github.com/casbin/casbin v1.9.1
github.com/gogo/protobuf v1.3.1
github.com/golang/protobuf v1.3.5
github.com/grpc-ecosystem/go-grpc-middleware v1.2.0
github.com/hashicorp/raft v1.1.2
github.com/hashicorp/raft-boltdb v0.0.0-20191021154308-4207f1bf0617
github.com/hashicorp/serf v0.8.5
github.com/kr/pretty v0.1.0 // indirect
github.com/phayes/freeport v0.0.0-20180830031419-95f893ade6f2
github.com/soheilhy/cmux v0.1.4
github.com/stretchr/testify v1.5.1
github.com/tysontate/gommap v0.0.0-20190103205956-899e1273fb5c
golang.org/x/net v0.0.0-20190404232315-eb5bcb51f2a3 // indirect
golang.org/x/text v0.3.2 // indirect
google.golang.org/genproto v0.0.0-20190819201941-24fa4b261c55
google.golang.org/grpc v1.28.1
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
launchpad.net/gocheck v0.0.0-20140225173054-000000000087 // indirect
)