Provide minimum go version in go.mod

This commit is contained in:
Evgenii Stratonikov 2019-10-09 18:06:26 +03:00
parent fc059cac87
commit 43033eedb1

2
go.mod
View file

@ -1,3 +1,5 @@
module github.com/nspcc-dev/tzhash
go 1.12
require github.com/stretchr/testify v1.3.0