fixing up go mod

This commit is contained in:
idk
2019-11-27 20:41:23 -05:00
parent 395aa73b17
commit 3aa32bcd7f
2 changed files with 58 additions and 7 deletions

10
go.mod
View File

@@ -7,16 +7,12 @@ require (
github.com/MDrollette/i2p-tools v0.0.0
github.com/codegangsta/cli v1.22.1
github.com/cretz/bine v0.1.0
github.com/gomodule/redigo v2.0.0+incompatible // indirect
github.com/gorilla/handlers v1.4.2
github.com/hashicorp/golang-lru v0.5.3 // indirect
github.com/justinas/alice v0.0.0-20171023064455-03f45bd4b7da
github.com/libp2p/go-libp2p v0.4.2
github.com/stretchr/testify v1.4.0 // indirect
github.com/libp2p/go-libp2p v0.4.2
github.com/shurcooL/go v0.0.0-20190704215121-7189cc372560 // indirect
github.com/shurcooL/go-goon v0.0.0-20170922171312-37c2f522c041 // indirect
github.com/throttled/throttled v2.2.4+incompatible
golang.org/x/crypto v0.0.0-20191029031824-8986dd9e96cf // indirect
golang.org/x/net v0.0.0-20191101175033-0deb6923b6d9 // indirect
gopkg.in/throttled/throttled.v2 v2.2.4 // indirect
)
replace github.com/MDrollette/i2p-tools v0.0.0 => ./