Compare commits

..

No commits in common. "0dd2e10754723ba13e0e99b933aa9110452b7738" and "36d0eb9298b77717a4e98cda2ac8ccc389a9a3c0" have entirely different histories.

3 changed files with 3 additions and 6 deletions

1
.gitignore vendored Normal file
View File

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

8
go.mod
View File

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

0
go.sum
View File