mirror of
https://github.com/Xpl0itU/WiiUDownloader.git
synced 2025-05-09 13:52:02 -04:00
10 lines
203 B
Modula-2
10 lines
203 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
|
|
)
|