✨ Add UUID generator
This commit is contained in:
parent
bd8f9ae8a6
commit
0fc4369679
6 changed files with 68 additions and 5 deletions
5
go.mod
5
go.mod
|
|
@ -2,7 +2,10 @@ module codeberg.org/danjones000/nomino
|
|||
|
||||
go 1.23.6
|
||||
|
||||
require github.com/stretchr/testify v1.10.0
|
||||
require (
|
||||
github.com/google/uuid v1.6.0
|
||||
github.com/stretchr/testify v1.10.0
|
||||
)
|
||||
|
||||
require (
|
||||
github.com/davecgh/go-spew v1.1.1 // indirect
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue