Added go.mod indicating module support

This commit is contained in:
Parnic
2019-06-17 21:02:23 -05:00
parent eb19f1ebf7
commit 9460d50b35
2 changed files with 42 additions and 0 deletions

9
go.mod Normal file
View File

@ -0,0 +1,9 @@
module github.com/parnic
go 1.12
require (
github.com/gin-gonic/gin v1.4.0
github.com/tdewolff/minify v2.3.6+incompatible
github.com/tdewolff/parse v2.3.4+incompatible // indirect
)