mirror of
https://github.com/Xpl0itU/WiiUDownloader.git
synced 2025-05-28 05:54:51 -04:00
13 lines
349 B
Modula-2
13 lines
349 B
Modula-2
module github.com/Xpl0itU/WiiUDownloader
|
|
|
|
go 1.20
|
|
|
|
require (
|
|
github.com/Xpl0itU/dialog v0.0.0-20230805114139-ec888310aded
|
|
github.com/cavaliergopher/grab/v3 v3.0.1
|
|
github.com/dustin/go-humanize v1.0.1
|
|
github.com/gotk3/gotk3 v0.6.2
|
|
golang.org/x/crypto v0.12.0
|
|
)
|
|
|
|
require github.com/TheTitanrain/w32 v0.0.0-20200114052255-2654d97dbd3d // indirect
|