19 lines
682 B
Modula-2
19 lines
682 B
Modula-2
module github.com/RTradeLtd/i2p-tools-1
|
|
|
|
go 1.12
|
|
|
|
require (
|
|
github.com/MDrollette/i2p-tools v0.0.0-20171015191648-e7d4585361c2
|
|
github.com/codegangsta/cli v1.20.0
|
|
github.com/cretz/bine v0.1.0
|
|
github.com/garyburd/redigo v1.1.0
|
|
github.com/gomodule/redigo v2.0.0+incompatible // indirect
|
|
github.com/gorilla/handlers v1.2.1
|
|
github.com/hashicorp/golang-lru v0.0.0-20160813221303-0a025b7e63ad
|
|
github.com/justinas/alice v0.0.0-20160910103822-1051eaf52fca
|
|
github.com/throttled/throttled v2.2.4+incompatible
|
|
golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 // indirect
|
|
golang.org/x/net v0.0.0-20190724013045-ca1201d0de80 // indirect
|
|
gopkg.in/throttled/throttled.v2 v2.0.3
|
|
)
|