Rename full path in order to favor modules

This commit is contained in:
9seconds
2019-11-11 15:09:29 +03:00
parent b491e03504
commit 273aa18367
53 changed files with 120 additions and 122 deletions
+2 -4
View File
@@ -1,6 +1,6 @@
module github.com/9seconds/mtg
module mtg
replace github.com/golang/lint => github.com/golang/lint v0.0.0-20190227174305-8f45f776aaf1
go 1.13
require (
github.com/alecthomas/units v0.0.0-20190924025748-f65c72e2690d
@@ -16,5 +16,3 @@ require (
gopkg.in/alecthomas/kingpin.v2 v2.2.6
gopkg.in/alexcesaro/statsd.v2 v2.0.0
)
go 1.13