Files
I2pbrowser/go.mod

12 lines
312 B
Modula-2
Raw Normal View History

2020-04-03 18:56:34 -04:00
module github.com/eyedeekay/i2pfirefox
go 1.14
require (
github.com/eyedeekay/GingerShrew v0.0.0-20200702210346-bb2ed34c11fb
github.com/eyedeekay/checki2cp v0.0.15
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
)