55 lines
2.5 KiB
Modula-2
55 lines
2.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/RoaringBitmap/roaring v0.5.3 // indirect
|
|
github.com/alexcesaro/log v0.0.0-20150915221235-61e686294e58
|
|
github.com/blevesearch/bleve v1.0.12 // indirect
|
|
github.com/caddyserver/certmagic v0.12.0 // 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-20200925124549-9c0a06e19353
|
|
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/golang/protobuf v1.4.3 // indirect
|
|
github.com/golang/snappy v0.0.2 // indirect
|
|
github.com/google/go-cmp v0.5.1 // indirect
|
|
github.com/jessevdk/go-flags v1.4.0 // indirect
|
|
github.com/khlieng/dispatch v0.6.5-0.20200916230630-a52ddf303358
|
|
github.com/magiconair/properties v1.8.4 // indirect
|
|
github.com/mailru/easyjson v0.7.6 // indirect
|
|
github.com/miekg/dns v1.1.34 // indirect
|
|
github.com/mitchellh/mapstructure v1.3.3 // indirect
|
|
github.com/pelletier/go-toml v1.8.1 // indirect
|
|
github.com/philhofer/fwd v1.1.0 // indirect
|
|
github.com/shazow/go-irckit v0.0.0-20151024185933-f29f5d64b0fb
|
|
github.com/sorcix/irc v1.1.4 // indirect
|
|
github.com/spf13/afero v1.4.1 // indirect
|
|
github.com/spf13/cobra v1.1.1 // indirect
|
|
github.com/spf13/viper v1.7.1 // indirect
|
|
github.com/stretchr/testify v1.6.1 // indirect
|
|
github.com/tdewolff/minify/v2 v2.9.10 // indirect
|
|
github.com/vvampirius/retracker v0.0.0-20171226134001-fdbec17ad537
|
|
github.com/willf/bitset v1.1.11 // indirect
|
|
go.uber.org/multierr v1.6.0 // indirect
|
|
go.uber.org/zap v1.16.0 // indirect
|
|
golang.org/x/crypto v0.0.0-20201016220609-9e8e0b390897 // indirect
|
|
golang.org/x/net v0.0.0-20201024042810-be3efd7ff127 // indirect
|
|
golang.org/x/sys v0.0.0-20201024232916-9f70ab9862d5 // indirect
|
|
golang.org/x/time v0.0.0-20200630173020-3af7569d3a1e // indirect
|
|
google.golang.org/protobuf v1.25.0 // indirect
|
|
gopkg.in/ini.v1 v1.62.0 // indirect
|
|
gopkg.in/yaml.v2 v2.3.0 // indirect
|
|
honnef.co/go/tools v0.0.1-2020.1.4 // indirect
|
|
)
|
|
|
|
replace github.com/vvampirius/retracker v0.0.0-20171226134001-fdbec17ad537 => github.com/eyedeekay/retracker v0.0.0-20191208024817-1068d9dccb6d
|