[#2] hrw: Go version update
Go version updated 1.14 -> 1.18 Signed-off-by: Dmitrii Stepanov <d.stepanov@yadro.com>
This commit is contained in:
parent
997b540432
commit
9e9fc653e5
1 changed files with 6 additions and 1 deletions
7
go.mod
7
go.mod
|
@ -1,8 +1,13 @@
|
||||||
module github.com/TrueCloudLab/hrw
|
module github.com/TrueCloudLab/hrw
|
||||||
|
|
||||||
go 1.14
|
go 1.18
|
||||||
|
|
||||||
require (
|
require (
|
||||||
github.com/spaolacci/murmur3 v1.1.0
|
github.com/spaolacci/murmur3 v1.1.0
|
||||||
github.com/stretchr/testify v1.3.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