Add go module
This commit is contained in:
parent
dd8305ec06
commit
c622ada0df
2 changed files with 12 additions and 0 deletions
8
go.mod
Normal file
8
go.mod
Normal 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
|
||||
)
|
||||
Loading…
Add table
Add a link
Reference in a new issue