对齐 Tag v1.3.0 (By AI)
This commit is contained in:
parent
57198ff009
commit
2459bfd882
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1,3 @@
|
|||||||
.ai/
|
.ai/
|
||||||
|
|
||||||
|
.geminiignore
|
||||||
|
|||||||
8
go.mod
8
go.mod
@ -3,14 +3,14 @@ module apigo.cc/go/file
|
|||||||
go 1.25.0
|
go 1.25.0
|
||||||
|
|
||||||
require (
|
require (
|
||||||
apigo.cc/go/cast v1.2.10
|
apigo.cc/go/cast v1.3.0
|
||||||
apigo.cc/go/encoding v1.1.2
|
apigo.cc/go/encoding v1.3.0
|
||||||
apigo.cc/go/safe v1.0.7
|
apigo.cc/go/safe v1.3.0
|
||||||
gopkg.in/yaml.v3 v3.0.1
|
gopkg.in/yaml.v3 v3.0.1
|
||||||
)
|
)
|
||||||
|
|
||||||
require (
|
require (
|
||||||
apigo.cc/go/rand v1.0.6 // indirect
|
apigo.cc/go/rand v1.3.0 // indirect
|
||||||
github.com/kr/pretty v0.3.0 // indirect
|
github.com/kr/pretty v0.3.0 // indirect
|
||||||
github.com/rogpeppe/go-internal v1.14.1 // indirect
|
github.com/rogpeppe/go-internal v1.14.1 // indirect
|
||||||
golang.org/x/crypto v0.51.0 // indirect
|
golang.org/x/crypto v0.51.0 // indirect
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user