forked from TrueCloudLab/tzhash
Provide minimum go version in go.mod
This commit is contained in:
parent
fc059cac87
commit
43033eedb1
1 changed files with 2 additions and 0 deletions
2
go.mod
2
go.mod
|
@ -1,3 +1,5 @@
|
|||
module github.com/nspcc-dev/tzhash
|
||||
|
||||
go 1.12
|
||||
|
||||
require github.com/stretchr/testify v1.3.0
|
||||
|
|
Loading…
Reference in a new issue