-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
23 lines (21 loc) · 841 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
module github.com/mikn/greddis
require (
github.com/beorn7/perks v1.0.1
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/dropbox/godropbox v0.0.0-20190205061219-becbb8a577f3
github.com/go-redis/redis v6.15.6+incompatible
github.com/golang/mock v1.3.1
github.com/golang/protobuf v1.3.1 // indirect
github.com/gomodule/redigo v1.7.0
github.com/kr/pretty v0.1.0 // indirect
github.com/onsi/ginkgo v1.8.0 // indirect
github.com/onsi/gomega v1.5.0 // indirect
github.com/stretchr/testify v1.4.0
golang.org/x/net v0.0.0-20191003171128-d98b1b443823 // indirect
golang.org/x/sync v0.0.0-20190423024810-112230192c58
golang.org/x/sys v0.0.0-20191005200804-aed5e4c7ecf9 // indirect
golang.org/x/text v0.3.2 // indirect
google.golang.org/grpc v1.21.0
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
)
go 1.14