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

go 1.16

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