Compare commits
2 Commits
36d0eb9298
...
0dd2e10754
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
0dd2e10754 | ||
|
|
d30c3475d6 |
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +0,0 @@
|
|||||||
go.sum
|
|
||||||
8
go.mod
8
go.mod
@ -3,6 +3,10 @@ module apigo.cc/go/id
|
|||||||
go 1.25.0
|
go 1.25.0
|
||||||
|
|
||||||
require (
|
require (
|
||||||
apigo.cc/go/encoding v1.0.4
|
apigo.cc/go/encoding v1.0.5
|
||||||
apigo.cc/go/rand v1.0.4
|
apigo.cc/go/rand v1.0.5
|
||||||
)
|
)
|
||||||
|
|
||||||
|
replace apigo.cc/go/encoding => ../encoding
|
||||||
|
|
||||||
|
replace apigo.cc/go/rand => ../rand
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user