mirror of
https://wiilab.wiimart.org/wiimart/WiiSOAP
synced 2025-09-05 21:11:02 +02:00
10 lines
205 B
Modula-2
10 lines
205 B
Modula-2
module github.com/OpenShopChannel/WiiSOAP
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/RiiConnect24/wiino v0.0.0-20210419165641-a2614cecbcca
|
|
github.com/antchfx/xmlquery v1.3.6
|
|
github.com/go-sql-driver/mysql v1.6.0
|
|
)
|