-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathgo.mod
More file actions
15 lines (14 loc) · 735 Bytes
/
Copy pathgo.mod
File metadata and controls
15 lines (14 loc) · 735 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
module github.com/shomali11/fridge
require (
github.com/FZambia/go-sentinel v0.0.0-20171204085413-76bd05e8e22f // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/garyburd/redigo v1.6.0 // indirect
github.com/gomodule/redigo v2.0.0+incompatible // indirect
github.com/rafaeljusto/redigomock v0.0.0-20190202135759-257e089e14a1 // indirect
github.com/shomali11/eventbus v0.0.0-20190207034150-f2f444f3a284
github.com/shomali11/maps v0.0.0-20180607005330-ed4929916122 // indirect
github.com/shomali11/parallelizer v0.0.0-20180607005021-e11813c22f20
github.com/shomali11/util v0.0.0-20180607005212-e0f70fd665ff
github.com/shomali11/xredis v0.0.0-20180607005902-1b70d5e72859
github.com/stretchr/testify v1.3.0
)