2020-04-03 18:56:34 -04:00
|
|
|
module github.com/eyedeekay/i2pfirefox
|
|
|
|
|
|
|
|
go 1.14
|
|
|
|
|
|
|
|
require (
|
2020-07-02 18:24:46 -04:00
|
|
|
github.com/eyedeekay/GingerShrew v0.0.0-20200702210346-bb2ed34c11fb
|
2020-05-16 21:54:10 -04:00
|
|
|
github.com/eyedeekay/checki2cp v0.0.15
|
2020-07-02 18:24:46 -04:00
|
|
|
github.com/eyedeekay/go-fpw v0.0.0-20200512022837-c8b4dcdc74d4
|
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-04-03 18:56:34 -04:00
|
|
|
)
|