2022-09-28 21:39:44 -04:00
|
|
|
module i2pgit.org/idk/singlefile
|
|
|
|
|
|
|
|
go 1.19
|
|
|
|
|
2022-09-29 15:47:16 -04:00
|
|
|
require (
|
|
|
|
github.com/eyedeekay/onramp v0.0.0-20220829050101-64cb1842d0f0
|
|
|
|
github.com/martinlindhe/inputbox v0.0.0-20210326232244-b26136a79ad0
|
|
|
|
)
|
2022-09-28 21:39:44 -04:00
|
|
|
|
|
|
|
require (
|
2022-09-29 15:47:16 -04:00
|
|
|
github.com/bhendo/go-powershell v0.0.0-20190719160123-219e7fb4e41e // indirect
|
2022-09-28 21:39:44 -04:00
|
|
|
github.com/cretz/bine v0.2.0 // indirect
|
|
|
|
github.com/eyedeekay/i2pkeys v0.0.0-20220804220722-1048b5ce6ba7 // indirect
|
|
|
|
github.com/eyedeekay/sam3 v0.33.3 // indirect
|
2022-09-29 15:47:16 -04:00
|
|
|
github.com/juju/errors v0.0.0-20200330140219-3fe23663418f // indirect
|
2022-09-28 21:39:44 -04:00
|
|
|
golang.org/x/crypto v0.0.0-20220722155217-630584e8d5aa // indirect
|
|
|
|
golang.org/x/net v0.0.0-20220805013720-a33c5aa5df48 // indirect
|
|
|
|
golang.org/x/sys v0.0.0-20220804214406-8e32c043e418 // indirect
|
|
|
|
)
|