mirror of
https://github.com/Xpl0itU/WiiUDownloader.git
synced 2025-05-09 13:52:02 -04:00
20 lines
454 B
Modula-2
20 lines
454 B
Modula-2
module github.com/Xpl0itU/WiiUDownloader
|
|
|
|
go 1.21
|
|
|
|
require (
|
|
github.com/Xpl0itU/dialog v0.0.0-20230805114139-ec888310aded
|
|
github.com/dustin/go-humanize v1.0.1
|
|
github.com/gotk3/gotk3 v0.6.3
|
|
golang.org/x/crypto v0.22.0
|
|
)
|
|
|
|
require (
|
|
github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99
|
|
golang.org/x/net v0.24.0 // indirect
|
|
)
|
|
|
|
require (
|
|
github.com/TheTitanrain/w32 v0.0.0-20200114052255-2654d97dbd3d // indirect
|
|
golang.org/x/sync v0.7.0
|
|
)
|