Skip to content

Commit 094aacf

Browse files
committed
Adding a go.mod
1 parent 153ac1c commit 094aacf

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

go.mod

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
module github.com/bits-and-blooms/bloom
2+
3+
go 1.14
4+
5+
require (
6+
github.com/bits-and-blooms/bitset v1.2.0
7+
github.com/spaolacci/murmur3 v1.1.0
8+
)

0 commit comments

Comments
 (0)