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

go 1.16

require (
	github.com/bits-and-blooms/bitset v1.24.2
	github.com/twmb/murmur3 v1.1.8
)
