对齐 Tag v1.3.0 (By AI)
This commit is contained in:
parent
1e5dbd2a23
commit
c1e1ecc3b0
2
.gitignore
vendored
2
.gitignore
vendored
@ -2,3 +2,5 @@
|
||||
.test.meta.json
|
||||
|
||||
.ai/
|
||||
|
||||
.geminiignore
|
||||
|
||||
16
go.mod
16
go.mod
@ -3,17 +3,17 @@ module apigo.cc/go/log
|
||||
go 1.25.0
|
||||
|
||||
require (
|
||||
apigo.cc/go/cast v1.2.10
|
||||
apigo.cc/go/config v1.0.8
|
||||
apigo.cc/go/file v1.0.8
|
||||
apigo.cc/go/id v1.0.7
|
||||
apigo.cc/go/shell v1.0.6
|
||||
apigo.cc/go/cast v1.3.0
|
||||
apigo.cc/go/config v1.3.0
|
||||
apigo.cc/go/file v1.3.0
|
||||
apigo.cc/go/id v1.3.0
|
||||
apigo.cc/go/shell v1.3.0
|
||||
)
|
||||
|
||||
require (
|
||||
apigo.cc/go/encoding v1.1.2 // indirect
|
||||
apigo.cc/go/rand v1.0.6 // indirect
|
||||
apigo.cc/go/safe v1.0.7 // indirect
|
||||
apigo.cc/go/encoding v1.3.0 // indirect
|
||||
apigo.cc/go/rand v1.3.0 // indirect
|
||||
apigo.cc/go/safe v1.3.0 // indirect
|
||||
golang.org/x/crypto v0.51.0 // indirect
|
||||
golang.org/x/sys v0.44.0 // indirect
|
||||
gopkg.in/yaml.v3 v3.0.1 // indirect
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user