-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
25 lines (23 loc) · 926 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
module github.com/hexagram30/raster
go 1.12
require (
github.com/geomyidia/reverb v0.1.1
github.com/geomyidia/util v0.2.0
github.com/geomyidia/zylog v0.1.5
github.com/go-redis/redis v6.15.6+incompatible
github.com/golang/protobuf v1.3.2
github.com/hexagram30/protocols v0.2.0
github.com/mattn/go-colorable v0.1.2 // indirect
github.com/mattn/go-isatty v0.0.10 // indirect
github.com/onsi/ginkgo v1.11.0 // indirect
github.com/onsi/gomega v1.8.1 // indirect
github.com/sirupsen/logrus v1.4.2
github.com/spf13/viper v1.5.0
github.com/stretchr/testify v1.4.0 // indirect
golang.org/x/net v0.0.0-20191101175033-0deb6923b6d9 // indirect
golang.org/x/sys v0.0.0-20191029155521-f43be2a4598c // indirect
golang.org/x/text v0.3.2 // indirect
google.golang.org/genproto v0.0.0-20190905072037-92dd089d5514 // indirect
google.golang.org/grpc v1.26.0
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
)