update deps
This commit is contained in:
6
go.mod
6
go.mod
@@ -4,7 +4,7 @@ go 1.13
|
||||
|
||||
require (
|
||||
github.com/MDrollette/i2p-tools v0.0.0-20171015191648-e7d4585361c2
|
||||
github.com/codegangsta/cli v1.20.0
|
||||
github.com/codegangsta/cli v1.22.0
|
||||
github.com/cretz/bine v0.1.0
|
||||
github.com/garyburd/redigo v1.1.0 // indirect
|
||||
github.com/gomodule/redigo v2.0.0+incompatible // indirect
|
||||
@@ -17,6 +17,6 @@ require (
|
||||
gopkg.in/throttled/throttled.v2 v2.0.3 // indirect
|
||||
)
|
||||
|
||||
replace github.com/codegangsta/cli v1.20.0 => github.com/urfave/cli v1.20.0
|
||||
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user