[#2] hrw: add typed methods for hashers #3

Merged
dstepanov-yadro merged 3 commits from feat/refactor-hrw into master 2023-02-27 11:18:58 +00:00
Showing only changes of commit 928193cb68 - Show all commits

7
go.mod
View file

@ -1,8 +1,13 @@
module github.com/TrueCloudLab/hrw
go 1.14
go 1.18
fyrchik commented 2023-02-27 07:25:55 +00:00 (Migrated from github.com)
Review

Worth a separate commit.

Worth a separate commit.
dstepanov-yadro commented 2023-02-27 07:53:47 +00:00 (Migrated from github.com)
Review

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
)