-
Notifications
You must be signed in to change notification settings - Fork 3
/
go.mod
26 lines (23 loc) · 1011 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
25
26
module github.com/hanmd82/proglog
replace github.com/coreos/bbolt => go.etcd.io/bbolt v1.3.4
go 1.13
require (
github.com/casbin/casbin v1.9.1
github.com/gogo/protobuf v1.3.1
github.com/golang/protobuf v1.4.1 // indirect
github.com/grpc-ecosystem/go-grpc-middleware v1.2.0
github.com/hashicorp/serf v0.8.5
github.com/kr/text v0.2.0 // indirect
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
github.com/stretchr/testify v1.5.1
github.com/travisjeffery/go-dynaport v1.0.0
github.com/tysontate/gommap v0.0.0-20190103205956-899e1273fb5c
golang.org/x/net v0.0.0-20200513185701-a91f0712d120 // indirect
golang.org/x/sys v0.0.0-20200513112337-417ce2331b5c // indirect
golang.org/x/text v0.3.2 // indirect
google.golang.org/genproto v0.0.0-20200513103714-09dca8ec2884
google.golang.org/grpc v1.29.1
gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect
gopkg.in/yaml.v2 v2.3.0 // indirect
launchpad.net/gocheck v0.0.0-20140225173054-000000000087 // indirect
)