Added uuid package

This commit is contained in:
phoenix
2025-10-22 23:17:33 -04:00
parent a9ebaf4ed4
commit 9f028e82c2
2 changed files with 4 additions and 0 deletions
+2
View File
@@ -1,3 +1,5 @@
module git.kundeng.us/phoenix/textsender-api module git.kundeng.us/phoenix/textsender-api
go 1.25.3 go 1.25.3
require github.com/google/uuid v1.6.0
+2
View File
@@ -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=