mirror of
https://github.com/Xpl0itU/WiiUDownloader.git
synced 2025-05-30 06:55:23 -04:00
22 lines
543 B
Modula-2
22 lines
543 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.21.0
|
|
)
|
|
|
|
require (
|
|
github.com/andybalholm/brotli v1.1.0 // indirect
|
|
github.com/klauspost/compress v1.17.6 // indirect
|
|
github.com/valyala/bytebufferpool v1.0.0 // indirect
|
|
)
|
|
|
|
require (
|
|
github.com/TheTitanrain/w32 v0.0.0-20200114052255-2654d97dbd3d // indirect
|
|
github.com/valyala/fasthttp v1.52.0
|
|
golang.org/x/sync v0.6.0
|
|
)
|