chore: align infrastructure to v1.5.x (by AI)
This commit is contained in:
parent
1312095ce7
commit
c8ab5ec3d1
24
go.mod
24
go.mod
@ -3,16 +3,16 @@ module apigo.cc/go/db
|
|||||||
go 1.25.0
|
go 1.25.0
|
||||||
|
|
||||||
require (
|
require (
|
||||||
apigo.cc/go/cast v1.5.0
|
apigo.cc/go/cast v1.5.2
|
||||||
apigo.cc/go/config v1.5.1
|
apigo.cc/go/config v1.5.2
|
||||||
apigo.cc/go/crypto v1.5.0
|
apigo.cc/go/crypto v1.5.2
|
||||||
apigo.cc/go/file v1.5.0
|
apigo.cc/go/file v1.5.4
|
||||||
apigo.cc/go/id v1.5.0
|
apigo.cc/go/id v1.5.3
|
||||||
apigo.cc/go/jsmod v1.5.0
|
apigo.cc/go/jsmod v1.5.2
|
||||||
apigo.cc/go/log v1.5.4
|
apigo.cc/go/log v1.5.6
|
||||||
apigo.cc/go/redis v1.5.0
|
apigo.cc/go/redis v1.5.4
|
||||||
apigo.cc/go/safe v1.5.0
|
apigo.cc/go/safe v1.5.1
|
||||||
apigo.cc/go/shell v1.5.0
|
apigo.cc/go/shell v1.5.2
|
||||||
github.com/go-sql-driver/mysql v1.10.0
|
github.com/go-sql-driver/mysql v1.10.0
|
||||||
github.com/jackc/pgx/v5 v5.9.2
|
github.com/jackc/pgx/v5 v5.9.2
|
||||||
github.com/mitchellh/mapstructure v1.5.0
|
github.com/mitchellh/mapstructure v1.5.0
|
||||||
@ -20,8 +20,8 @@ require (
|
|||||||
)
|
)
|
||||||
|
|
||||||
require (
|
require (
|
||||||
apigo.cc/go/encoding v1.5.0 // indirect
|
apigo.cc/go/encoding v1.5.3 // indirect
|
||||||
apigo.cc/go/rand v1.5.0 // indirect
|
apigo.cc/go/rand v1.5.2 // indirect
|
||||||
filippo.io/edwards25519 v1.2.0 // indirect
|
filippo.io/edwards25519 v1.2.0 // indirect
|
||||||
github.com/dustin/go-humanize v1.0.1 // indirect
|
github.com/dustin/go-humanize v1.0.1 // indirect
|
||||||
github.com/gomodule/redigo v2.0.0+incompatible // indirect
|
github.com/gomodule/redigo v2.0.0+incompatible // indirect
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user