mirror of
https://wiilab.wiimart.org/wiimart/WiiSOAP
synced 2025-09-04 04:21:15 +02:00
12 lines
272 B
Modula-2
12 lines
272 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/jackc/pgconn v1.9.0
|
|
github.com/jackc/pgx/v4 v4.12.0
|
|
github.com/logrusorgru/aurora/v3 v3.0.0
|
|
)
|