[#2] hrw: add typed methods for hashers #3
1 changed files with 6 additions and 1 deletions
7
go.mod
7
go.mod
|
@ -1,8 +1,13 @@
|
|||
module github.com/TrueCloudLab/hrw
|
||||
|
||||
go 1.14
|
||||
go 1.18
|
||||
fixed fixed
|
||||
|
||||
require (
|
||||
github.com/spaolacci/murmur3 v1.1.0
|
||||
github.com/stretchr/testify v1.3.0
|
||||
)
|
||||
|
||||
require (
|
||||
github.com/davecgh/go-spew v1.1.0 // indirect
|
||||
github.com/pmezard/go-difflib v1.0.0 // indirect
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue
Worth a separate commit.