reorder to try to use go modules
This commit is contained in:
7
cmd/go.mod
Normal file
7
cmd/go.mod
Normal file
@@ -0,0 +1,7 @@
|
||||
module main
|
||||
|
||||
go 1.16
|
||||
|
||||
require (
|
||||
git.nxdomain.nl/mattijs/pathway@latest
|
||||
)
|
||||
Reference in New Issue
Block a user