update deps
This commit is contained in:
5
go.mod
5
go.mod
@@ -2,6 +2,8 @@ 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/codegangsta/cli v1.22.0
|
github.com/codegangsta/cli v1.22.0
|
||||||
@@ -12,11 +14,10 @@ require (
|
|||||||
github.com/hashicorp/golang-lru v0.0.0-20160813221303-0a025b7e63ad // indirect
|
github.com/hashicorp/golang-lru v0.0.0-20160813221303-0a025b7e63ad // indirect
|
||||||
github.com/justinas/alice v0.0.0-20160910103822-1051eaf52fca
|
github.com/justinas/alice v0.0.0-20160910103822-1051eaf52fca
|
||||||
github.com/throttled/throttled v2.2.4+incompatible
|
github.com/throttled/throttled v2.2.4+incompatible
|
||||||
|
github.com/urfave/cli v1.22.1
|
||||||
golang.org/x/crypto v0.0.0-20191029031824-8986dd9e96cf // indirect
|
golang.org/x/crypto v0.0.0-20191029031824-8986dd9e96cf // indirect
|
||||||
golang.org/x/net v0.0.0-20191101175033-0deb6923b6d9 // indirect
|
golang.org/x/net v0.0.0-20191101175033-0deb6923b6d9 // indirect
|
||||||
gopkg.in/throttled/throttled.v2 v2.0.3 // indirect
|
gopkg.in/throttled/throttled.v2 v2.0.3 // indirect
|
||||||
)
|
)
|
||||||
|
|
||||||
replace github.com/MDrollette/i2p-tools v0.0.0 => github.com/eyedeekay/i2p-tools-1 v0.0.0
|
|
||||||
|
|
||||||
replace github.com/codegangsta/cli v1.22.0 => github.com/urfave/cli v1.22.0
|
replace github.com/codegangsta/cli v1.22.0 => github.com/urfave/cli v1.22.0
|
||||||
|
|||||||
Reference in New Issue
Block a user