mirror of
https://github.com/Xpl0itU/WiiUDownloader.git
synced 2025-05-28 05:54:51 -04:00

* Experimental removal of cdecrypt * Pushing before cdecrypt port * Some progress... * Replace title database with native Go * Update title db url * Almost working decryption and extraction * Almost there * Remove unnecessary type conversion * Fix directory structure creation * Finally fix decryption * Cleanup print statements * Do not write FST to file * Add progress * Add encrypted contents decryption
15 lines
338 B
Modula-2
15 lines
338 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/TheTitanrain/w32 v0.0.0-20200114052255-2654d97dbd3d // indirect
|
|
golang.org/x/sync v0.6.0
|
|
)
|