Compare commits

..

1 Commits
v1.0.4 ... main

Author SHA1 Message Date
AI Engineer
e486e7ce46 对齐 Tag v1.3.0 (By AI) 2026-05-10 15:48:05 +08:00
2 changed files with 13 additions and 11 deletions

2
.gitignore vendored
View File

@ -2,3 +2,5 @@
env.yml
.ai/
.geminiignore

22
go.mod
View File

@ -3,20 +3,20 @@ module apigo.cc/go/api
go 1.25.0
require (
apigo.cc/go/cast v1.2.10
apigo.cc/go/config v1.0.8
apigo.cc/go/crypto v1.1.1
apigo.cc/go/encoding v1.1.2
apigo.cc/go/http v1.0.11
apigo.cc/go/safe v1.0.7
apigo.cc/go/cast v1.3.0
apigo.cc/go/config v1.3.0
apigo.cc/go/crypto v1.3.0
apigo.cc/go/encoding v1.3.0
apigo.cc/go/http v1.3.0
apigo.cc/go/safe v1.3.0
)
require (
apigo.cc/go/file v1.0.8 // indirect
apigo.cc/go/id v1.0.7 // indirect
apigo.cc/go/log v1.1.16 // indirect
apigo.cc/go/rand v1.0.6 // indirect
apigo.cc/go/shell v1.0.6 // indirect
apigo.cc/go/file v1.3.0 // indirect
apigo.cc/go/id v1.3.0 // indirect
apigo.cc/go/log v1.3.0 // indirect
apigo.cc/go/rand v1.3.0 // indirect
apigo.cc/go/shell v1.3.0 // indirect
golang.org/x/crypto v0.51.0 // indirect
golang.org/x/net v0.54.0 // indirect
golang.org/x/sys v0.44.0 // indirect