Dmitrii Stepanov
928193cb68
Go version updated 1.14 -> 1.18 Signed-off-by: Dmitrii Stepanov <d.stepanov@yadro.com>
13 lines
240 B
Modula-2
13 lines
240 B
Modula-2
module github.com/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
|
|
)
|