forked from TrueCloudLab/hrw
Specify go.mod version
This commit is contained in:
parent
dddcfc8fc5
commit
fad35bbd3b
1 changed files with 2 additions and 0 deletions
2
go.mod
2
go.mod
|
@ -1,5 +1,7 @@
|
||||||
module github.com/nspcc-dev/hrw
|
module github.com/nspcc-dev/hrw
|
||||||
|
|
||||||
|
go 1.14
|
||||||
|
|
||||||
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
|
||||||
|
|
Loading…
Reference in a new issue