mirror of
https://github.com/Xpl0itU/WiiUDownloader.git
synced 2025-05-30 06:55:23 -04:00
15 lines
354 B
Modula-2
15 lines
354 B
Modula-2
module github.com/Xpl0itU/WiiUDownloader
|
|
|
|
go 1.20
|
|
|
|
require (
|
|
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.11.0
|
|
github.com/Xpl0itU/dialog v0.0.0-20230804131525-853ec517fc9e
|
|
)
|
|
|
|
require (
|
|
github.com/TheTitanrain/w32 v0.0.0-20200114052255-2654d97dbd3d // indirect
|
|
)
|