mirror of
https://github.com/go-i2p/go-i2pbrowser.git
synced 2025-07-13 20:41:35 -04:00
14 lines
361 B
Modula-2
14 lines
361 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.8
|
|
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-20230124015700-cc3131fd4ee0
|