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.15
|
|
|
|
require (
|
|
github.com/RiiConnect24/wiino v0.0.0-20200719211820-910fed2fa406
|
|
github.com/antchfx/xmlquery v1.3.3
|
|
github.com/go-sql-driver/mysql v1.5.0
|
|
)
|