mirror of
https://wiilab.wiimart.org/wiimart/WiiMart-Patcher
synced 2025-09-02 19:41:13 +02:00
12 lines
282 B
Modula-2
12 lines
282 B
Modula-2
module github.com/OpenShopChannel/WSC-Patcher
|
|
|
|
go 1.17
|
|
|
|
require (
|
|
github.com/logrusorgru/aurora/v3 v3.0.0
|
|
github.com/wii-tools/GoNUSD v0.2.2
|
|
github.com/wii-tools/arclib v1.0.0
|
|
github.com/wii-tools/powerpc v0.0.0-20220518173947-5e34f2388e0d
|
|
github.com/wii-tools/wadlib v0.3.1
|
|
)
|