Convert to go module

This commit is contained in:
nemunaire 2020-11-19 00:54:34 +01:00
parent 64839eb22e
commit 6c9a44f3db
3 changed files with 9 additions and 0 deletions

2
.gitignore vendored Normal file
View File

@ -0,0 +1,2 @@
chunkvalidator
vendor/

5
go.mod Normal file
View File

@ -0,0 +1,5 @@
module git.nemunai.re/chunkvalidator
go 1.15
require github.com/go-sql-driver/mysql v1.5.0

2
go.sum Normal file
View File

@ -0,0 +1,2 @@
github.com/go-sql-driver/mysql v1.5.0 h1:ozyZYNQW3x3HtqT1jira07DN2PArx2v7/mN66gGcHOs=
github.com/go-sql-driver/mysql v1.5.0/go.mod h1:DCzpHaOWr8IXmIStZouvnhqoel9Qv2LBy8hT2VhHyBg=