mirror of
https://github.com/go-i2p/go-i2pbrowser.git
synced 2025-06-09 02:43:33 -04:00
14 lines
389 B
Modula-2
14 lines
389 B
Modula-2
module github.com/eyedeekay/go-i2pbrowser
|
|
|
|
go 1.19
|
|
|
|
require (
|
|
github.com/artdarek/go-unzip v1.0.0
|
|
github.com/eyedeekay/go-fpw v0.0.0-20221020035017-28fb80249c64
|
|
github.com/google/go-github v17.0.0+incompatible
|
|
)
|
|
|
|
require github.com/google/go-querystring v1.1.0 // indirect
|
|
|
|
replace github.com/artdarek/go-unzip v1.0.0 => github.com/eyedeekay/go-unzip v0.0.0-20220914222511-f2936bba53c2
|