feat: add v03 user billing service (#1128)

This commit is contained in:
Lyon
2026-06-13 14:26:37 +08:00
committed by GitHub
parent 004235736f
commit 0edcf9e588
15 changed files with 1647 additions and 15 deletions
+17
View File
@@ -0,0 +1,17 @@
module github.com/pikasTech/HWLAB
go 1.18
require github.com/jackc/pgx/v4 v4.18.3
require (
github.com/jackc/chunkreader/v2 v2.0.1 // indirect
github.com/jackc/pgconn v1.14.3 // indirect
github.com/jackc/pgio v1.0.0 // indirect
github.com/jackc/pgpassfile v1.0.0 // indirect
github.com/jackc/pgproto3/v2 v2.3.3 // indirect
github.com/jackc/pgservicefile v0.0.0-20240606120523-5a60cdf6a761 // indirect
github.com/jackc/pgtype v1.14.0 // indirect
golang.org/x/crypto v0.27.0 // indirect
golang.org/x/text v0.18.0 // indirect
)