Compare commits

..

2 Commits

Author SHA1 Message Date
AI Engineer
0dd2e10754 chore: align dependencies 2026-05-05 22:03:57 +08:00
AI Engineer
d30c3475d6 chore: update dependencies and remove .gitignore 2026-05-05 21:57:43 +08:00
3 changed files with 6 additions and 3 deletions

1
.gitignore vendored
View File

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

8
go.mod
View File

@ -3,6 +3,10 @@ module apigo.cc/go/id
go 1.25.0
require (
apigo.cc/go/encoding v1.0.4
apigo.cc/go/rand v1.0.4
apigo.cc/go/encoding v1.0.5
apigo.cc/go/rand v1.0.5
)
replace apigo.cc/go/encoding => ../encoding
replace apigo.cc/go/rand => ../rand

0
go.sum Normal file
View File