2020-04-03 18:56:34 -04:00
|
|
|
module github.com/eyedeekay/i2pfirefox
|
|
|
|
|
|
|
|
go 1.14
|
|
|
|
|
|
|
|
require (
|
2020-08-02 03:08:56 -04:00
|
|
|
github.com/akavel/rsrc v0.9.0 // indirect
|
2020-07-02 18:24:46 -04:00
|
|
|
github.com/eyedeekay/GingerShrew v0.0.0-20200702210346-bb2ed34c11fb
|
2020-08-02 03:08:56 -04:00
|
|
|
github.com/eyedeekay/I2P-Configuration-for-Chromium v0.0.0-20200802063209-8973270c836e
|
2020-08-01 14:15:43 -04:00
|
|
|
github.com/eyedeekay/checki2cp v0.0.17
|
2020-08-02 03:08:56 -04:00
|
|
|
github.com/eyedeekay/go-ccw v0.0.0-20200403222455-d0e01222fd2a
|
2020-08-05 16:05:53 -04:00
|
|
|
github.com/eyedeekay/go-fpw v0.0.0-20200805184710-5435dc443213
|
2020-07-29 10:39:24 -04:00
|
|
|
github.com/eyedeekay/httptunnel v0.0.0-20200116022455-631ab90f707d
|
2020-08-21 11:39:16 -04:00
|
|
|
github.com/eyedeekay/zerobundle v0.0.0-20200821145537-e36dff8c7dfc
|
2020-08-01 14:15:43 -04:00
|
|
|
github.com/klauspost/compress v1.10.10 // indirect
|
|
|
|
github.com/klauspost/pgzip v1.2.4 // indirect
|
2020-06-16 21:02:26 -04:00
|
|
|
github.com/pierrec/lz4/v3 v3.3.2 // indirect
|
2020-04-03 19:42:04 -04:00
|
|
|
github.com/zserge/lorca v0.1.9
|
2020-08-01 14:15:43 -04:00
|
|
|
golang.org/x/net v0.0.0-20200707034311-ab3426394381 // indirect
|
2020-04-03 18:56:34 -04:00
|
|
|
)
|
2020-08-02 03:08:56 -04:00
|
|
|
|
|
|
|
replace github.com/zserge/lorca => github.com/eyedeekay/lorca v0.1.9-0.20200403221704-ea2ffcadfc1b
|