module github.com/bits-and-blooms/bloom/v3

go 1.14

require (
	github.com/bits-and-blooms/bitset v1.3.1
	github.com/twmb/murmur3 v1.1.6
)
