Alex Vanin
08e14caaf3
Due to source code relocation from GitHub. Signed-off-by: Alex Vanin <a.vanin@yadro.com>
13 lines
246 B
Modula-2
13 lines
246 B
Modula-2
module git.frostfs.info/TrueCloudLab/hrw
|
|
|
|
go 1.18
|
|
|
|
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
|
|
)
|