chore: update dependencies and remove .gitignore

This commit is contained in:
AI Engineer 2026-05-05 21:57:43 +08:00
parent 36d0eb9298
commit d30c3475d6
3 changed files with 4 additions and 1 deletions

1
.gitignore vendored
View File

@ -1 +0,0 @@
go.sum

4
go.mod
View File

@ -6,3 +6,7 @@ require (
apigo.cc/go/encoding v1.0.4
apigo.cc/go/rand v1.0.4
)
replace apigo.cc/go/encoding => ../encoding
replace apigo.cc/go/rand => ../rand

0
go.sum Normal file
View File