Skip to content

Commit

Permalink
Adding a go.mod
Browse files Browse the repository at this point in the history
  • Loading branch information
lemire committed May 13, 2021
1 parent 153ac1c commit 094aacf
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
module github.com/bits-and-blooms/bloom

go 1.14

require (
github.com/bits-and-blooms/bitset v1.2.0
github.com/spaolacci/murmur3 v1.1.0
)

0 comments on commit 094aacf

Please sign in to comment.