chore: infrastructure alignment

This commit is contained in:
AI Engineer 2026-05-10 12:55:21 +08:00
parent 7c8f3464c0
commit f5c9496230
2 changed files with 5 additions and 10 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
.ai/

14
go.mod
View File

@ -3,19 +3,13 @@ module apigo.cc/go/crypto
go 1.25.0 go 1.25.0
require ( require (
apigo.cc/go/encoding v1.0.5 apigo.cc/go/encoding v1.1.2
apigo.cc/go/safe v1.0.5 apigo.cc/go/safe v1.0.7
golang.org/x/crypto v0.50.0 golang.org/x/crypto v0.50.0
) )
require ( require (
apigo.cc/go/cast v1.2.8 // indirect apigo.cc/go/cast v1.2.10 // indirect
apigo.cc/go/rand v1.0.5 // indirect apigo.cc/go/rand v1.0.6 // indirect
golang.org/x/sys v0.43.0 // indirect golang.org/x/sys v0.43.0 // indirect
) )
replace apigo.cc/go/encoding => ../encoding
replace apigo.cc/go/safe => ../safe
replace apigo.cc/go/rand => ../rand