module github.com/RoaringBitmap/roaring/v2

go 1.15

require (
	github.com/bits-and-blooms/bitset v1.12.0
	github.com/google/uuid v1.6.0
	github.com/mschoch/smat v0.2.0
	github.com/stretchr/testify v1.7.0
)

require gopkg.in/yaml.v3 v3.0.0 // indirect
