33 lines
1.5 KiB
Modula-2
33 lines
1.5 KiB
Modula-2
module github.com/eyedeekay/i2p-traymenu
|
|
|
|
go 1.14
|
|
|
|
replace github.com/zserge/lorca => github.com/eyedeekay/lorca v0.1.9-0.20200403221704-ea2ffcadfc1b
|
|
|
|
// replace github.com/eyedeekay/di2prc => ../di2prc
|
|
|
|
require (
|
|
github.com/aybabtme/iocontrol v0.0.0-20150809002002-ad15bcfc95a0 // indirect
|
|
github.com/benbjohnson/clock v1.0.3 // indirect
|
|
github.com/debber/debber-v0.3 v0.0.0-20160226200915-cf10fd052975 // indirect
|
|
github.com/eyedeekay/checki2cp v0.0.17
|
|
github.com/eyedeekay/di2prc v0.0.0-20200915045223-cf4d4f734cda
|
|
github.com/eyedeekay/go-i2pcontrol v0.0.0-20200110011336-510cca77e350
|
|
github.com/eyedeekay/i2pbrowser v0.0.0-20200915000053-aaf4d42f5622
|
|
github.com/eyedeekay/opentracker v0.0.0-20200914231825-be4cc53a17bc
|
|
github.com/eyedeekay/sam3 v0.32.3
|
|
github.com/eyedeekay/toopie.html v0.0.0-20200913160847-829743334069
|
|
github.com/getlantern/systray v1.0.4
|
|
github.com/laher/argo v0.0.0-20140722103944-11d91c83cc0f // indirect
|
|
github.com/laher/goxc v0.18.1 // indirect
|
|
github.com/naoty/brewery v0.0.0-20170917022358-700ea170e3eb // indirect
|
|
github.com/tombell/brewer v0.0.3 // indirect
|
|
github.com/vvampirius/retracker v0.0.0-20171226134001-fdbec17ad537
|
|
github.com/webview/webview v0.0.0-20200724072439-e0c01595b361
|
|
github.com/zeebo/bencode v1.0.0 // indirect
|
|
golang.org/x/net v0.0.0-20200904194848-62affa334b73 // indirect
|
|
golang.org/x/oauth2 v0.0.0-20200902213428-5d25da1a8d43 // indirect
|
|
)
|
|
|
|
replace github.com/vvampirius/retracker v0.0.0-20171226134001-fdbec17ad537 => github.com/eyedeekay/retracker v0.0.0-20191208024817-1068d9dccb6d
|