Compare commits
No commits in common. "0dd2e10754723ba13e0e99b933aa9110452b7738" and "36d0eb9298b77717a4e98cda2ac8ccc389a9a3c0" have entirely different histories.
0dd2e10754
...
36d0eb9298
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
|||||||
|
go.sum
|
||||||
8
go.mod
8
go.mod
@ -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
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user