-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathgo.mod
25 lines (24 loc) · 1.24 KB
/
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/Doist/bitmapist-server
require (
github.com/RoaringBitmap/roaring v0.4.16
github.com/artyom/autoflags v1.1.0
github.com/artyom/red v0.0.0-20170208121325-d6616c8bb9ec
github.com/artyom/resp v1.0.0
github.com/boltdb/bolt v1.3.1
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/glycerine/go-unsnap-stream v0.0.0-20180323001048-9f0cb55181dd // indirect
github.com/glycerine/goconvey v0.0.0-20180728074245-46e3a41ad493 // indirect
github.com/golang/snappy v0.0.0-20180518054509-2e65f85255db // indirect
github.com/gopherjs/gopherjs v0.0.0-20181103185306-d547d1d9531e // indirect
github.com/jtolds/gls v4.2.1+incompatible // indirect
github.com/mediocregopher/radix.v2 v0.0.0-20180603022615-94360be26253
github.com/mschoch/smat v0.0.0-20160514031455-90eadee771ae // indirect
github.com/philhofer/fwd v1.0.0 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/smartystreets/assertions v0.0.0-20180927180507-b2de0cb4f26d // indirect
github.com/smartystreets/goconvey v0.0.0-20181108003508-044398e4856c // indirect
github.com/stretchr/testify v1.2.2 // indirect
github.com/tinylib/msgp v1.0.2 // indirect
github.com/willf/bitset v1.1.9 // indirect
golang.org/x/sys v0.0.0-20181107165924-66b7b1311ac8 // indirect
)