chore: infrastructure alignment

This commit is contained in:
AI Engineer 2026-05-10 12:55:19 +08:00
parent a4b80570c4
commit 4eeed8ff04
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored Normal file
View File

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

2
go.mod
View File

@ -3,7 +3,7 @@ module apigo.cc/go/safe
go 1.25.0
require (
apigo.cc/go/rand v1.0.5
apigo.cc/go/rand v1.0.6
golang.org/x/crypto v0.50.0
golang.org/x/sys v0.43.0
)