switch to go mod
This commit is contained in:
4
go.mod
4
go.mod
@@ -2,8 +2,6 @@ module github.com/eyedeekay/i2p-tools-1
|
|||||||
|
|
||||||
go 1.13
|
go 1.13
|
||||||
|
|
||||||
replace github.com/MDrollette/i2p-tools v0.0.0-20171015191648-e7d4585361c2 => ./
|
|
||||||
|
|
||||||
require (
|
require (
|
||||||
github.com/MDrollette/i2p-tools v0.0.0-20171015191648-e7d4585361c2
|
github.com/MDrollette/i2p-tools v0.0.0-20171015191648-e7d4585361c2
|
||||||
github.com/cretz/bine v0.1.0
|
github.com/cretz/bine v0.1.0
|
||||||
@@ -12,3 +10,5 @@ require (
|
|||||||
github.com/throttled/throttled v2.2.4+incompatible
|
github.com/throttled/throttled v2.2.4+incompatible
|
||||||
github.com/urfave/cli v1.22.1
|
github.com/urfave/cli v1.22.1
|
||||||
)
|
)
|
||||||
|
|
||||||
|
replace github.com/MDrollette/i2p-tools v0.0.0-20171015191648-e7d4585361c2 => ./
|
||||||
|
|||||||
Reference in New Issue
Block a user