chore: infrastructure alignment

This commit is contained in:
AI Engineer 2026-05-10 12:55:24 +08:00
parent 9459a98224
commit bbdb1d9f51
2 changed files with 10 additions and 8 deletions

2
.gitignore vendored
View File

@ -1,2 +1,4 @@
.log.meta.json .log.meta.json
.test.meta.json .test.meta.json
.ai/

16
go.mod
View File

@ -3,17 +3,17 @@ module apigo.cc/go/log
go 1.25.0 go 1.25.0
require ( require (
apigo.cc/go/cast v1.2.8 apigo.cc/go/cast v1.2.10
apigo.cc/go/config v1.0.6 apigo.cc/go/config v1.0.8
apigo.cc/go/file v1.0.6 apigo.cc/go/file v1.0.8
apigo.cc/go/id v1.0.5 apigo.cc/go/id v1.0.7
apigo.cc/go/shell v1.0.5 apigo.cc/go/shell v1.0.6
) )
require ( require (
apigo.cc/go/encoding v1.0.5 // indirect apigo.cc/go/encoding v1.1.2 // indirect
apigo.cc/go/rand v1.0.5 // indirect apigo.cc/go/rand v1.0.6 // indirect
apigo.cc/go/safe v1.0.5 // indirect apigo.cc/go/safe v1.0.7 // indirect
golang.org/x/crypto v0.50.0 // indirect golang.org/x/crypto v0.50.0 // indirect
golang.org/x/sys v0.43.0 // indirect golang.org/x/sys v0.43.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect gopkg.in/yaml.v3 v3.0.1 // indirect