mirror of
https://wiilab.wiimart.org/wiimart/WiiMart-Patcher
synced 2025-09-04 04:21:19 +02:00
11 lines
217 B
Modula-2
11 lines
217 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/wadlib v0.3.1
|
|
)
|