all: add go.mod

This commit is contained in:
Filippo Valsorda 2019-04-03 12:59:44 -04:00 committed by George Tankersley
parent 481a734fe8
commit 6078ef5b5f
1 changed files with 3 additions and 0 deletions

3
go.mod Normal file
View File

@ -0,0 +1,3 @@
module github.com/gtank/ristretto255
go 1.12