Fixed the deps
This commit is contained in:
parent
09db7d6c31
commit
e7bd6c2097
2
go.mod
2
go.mod
|
@ -1,3 +1,5 @@
|
||||||
module git.ailur.dev/ailur/fg-nucleus-library
|
module git.ailur.dev/ailur/fg-nucleus-library
|
||||||
|
|
||||||
go 1.23.1
|
go 1.23.1
|
||||||
|
|
||||||
|
require github.com/google/uuid v1.6.0
|
||||||
|
|
|
@ -0,0 +1,2 @@
|
||||||
|
github.com/google/uuid v1.6.0 h1:NIvaJDMOsjHA8n1jAhLSgzrAzy1Hgr+hNrb57e+94F0=
|
||||||
|
github.com/google/uuid v1.6.0/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo=
|
Loading…
Reference in New Issue