Convert to go module
This commit is contained in:
parent
64839eb22e
commit
6c9a44f3db
2
.gitignore
vendored
Normal file
2
.gitignore
vendored
Normal file
@ -0,0 +1,2 @@
|
||||
chunkvalidator
|
||||
vendor/
|
5
go.mod
Normal file
5
go.mod
Normal file
@ -0,0 +1,5 @@
|
||||
module git.nemunai.re/chunkvalidator
|
||||
|
||||
go 1.15
|
||||
|
||||
require github.com/go-sql-driver/mysql v1.5.0
|
Reference in New Issue
Block a user