WiiUDownloader/go.mod
Xpl0itU e40d499b72
Port title database and cdecrypt to Go (#87)
* 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
2024-03-31 19:38:13 +02:00

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
)