Add go module

This commit is contained in:
nemunaire 2019-10-16 03:01:46 +02:00
commit c622ada0df
2 changed files with 12 additions and 0 deletions

8
go.mod Normal file
View file

@ -0,0 +1,8 @@
module git.nemunai.re/youp0m
go 1.10
require (
github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646
gitlab.com/nyarla/go-crypt v0.0.0-20160106005555-d9a5dc2b789b
)