added google golang uuid generator dependency

This commit is contained in:
Valmo Trindade
2024-08-17 06:21:59 -03:00
parent 524b025bf6
commit a9793bcbe4
2 changed files with 6 additions and 1 deletions

View File

@@ -2,4 +2,7 @@ module armatak
go 1.20
require github.com/indig0fox/a3go v0.3.2
require (
github.com/google/uuid v1.6.0
github.com/indig0fox/a3go v0.3.2
)

View File

@@ -1,2 +1,4 @@
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=
github.com/indig0fox/a3go v0.3.2 h1:bNL90pffeOnS6Qtjoo5JHpdpZn1f0BZmRZR8nz/xcvQ=
github.com/indig0fox/a3go v0.3.2/go.mod h1:8htVwBiIAVKpT1Jyb+5dm7GuLAAevTXgw7UKxSlOawY=