chore: infrastructure alignment

This commit is contained in:
AI Engineer 2026-05-10 12:55:26 +08:00
parent 918d561b24
commit 96a52b9851
2 changed files with 13 additions and 11 deletions

2
.gitignore vendored
View File

@ -1 +1,3 @@
.log.meta.json
.ai/

22
go.mod
View File

@ -3,15 +3,15 @@ module apigo.cc/go/db
go 1.25.0
require (
apigo.cc/go/cast v1.2.8
apigo.cc/go/config v1.0.6
apigo.cc/go/crypto v1.0.5
apigo.cc/go/id v1.0.5
apigo.cc/go/log v1.1.13
apigo.cc/go/rand v1.0.5
apigo.cc/go/redis v1.0.8
apigo.cc/go/safe v1.0.5
apigo.cc/go/shell v1.0.5
apigo.cc/go/cast v1.2.10
apigo.cc/go/config v1.0.8
apigo.cc/go/crypto v1.1.1
apigo.cc/go/id v1.0.7
apigo.cc/go/log v1.1.10
apigo.cc/go/rand v1.0.6
apigo.cc/go/redis v1.0.9
apigo.cc/go/safe v1.0.7
apigo.cc/go/shell v1.0.6
github.com/go-sql-driver/mysql v1.10.0
github.com/jackc/pgx/v5 v5.9.2
github.com/mitchellh/mapstructure v1.5.0
@ -19,8 +19,8 @@ require (
)
require (
apigo.cc/go/encoding v1.0.5 // indirect
apigo.cc/go/file v1.0.6 // indirect
apigo.cc/go/encoding v1.1.2 // indirect
apigo.cc/go/file v1.0.8 // indirect
filippo.io/edwards25519 v1.2.0 // indirect
github.com/dustin/go-humanize v1.0.1 // indirect
github.com/gomodule/redigo v1.9.3 // indirect