16 lines
535 B
Modula-2
16 lines
535 B
Modula-2
module github.com/RoaringBitmap/roaring
|
|
|
|
go 1.12
|
|
|
|
require (
|
|
github.com/glycerine/go-unsnap-stream v0.0.0-20181221182339-f9677308dec2
|
|
github.com/glycerine/goconvey v0.0.0-20180728074245-46e3a41ad493 // indirect
|
|
github.com/golang/snappy v0.0.1 // indirect
|
|
github.com/mschoch/smat v0.0.0-20160514031455-90eadee771ae
|
|
github.com/philhofer/fwd v1.0.0 // indirect
|
|
github.com/smartystreets/goconvey v0.0.0-20190306220146-200a235640ff
|
|
github.com/stretchr/testify v1.3.0
|
|
github.com/tinylib/msgp v1.1.0
|
|
github.com/willf/bitset v1.1.10
|
|
)
|