Specify go.mod version

This commit is contained in:
Evgenii Stratonikov 2020-09-11 14:51:49 +03:00 committed by Alex Vanin
parent dddcfc8fc5
commit fad35bbd3b

2
go.mod
View file

@ -1,5 +1,7 @@
module github.com/nspcc-dev/hrw
go 1.14
require (
github.com/spaolacci/murmur3 v1.1.0
github.com/stretchr/testify v1.3.0