This commit is contained in:
phoenix
2025-10-31 14:10:00 -04:00
parent 3ccfd7db2d
commit c352a4bf27
2 changed files with 6 additions and 3 deletions
+2 -3
View File
@@ -1,9 +1,8 @@
module git.kundeng.us/phoenix/textsender-models
go 1.25.3
require (
github.com/golang-jwt/jwt/v5 v5.3.0
github.com/google/uuid v1.6.0
)
go 1.25.3
+4
View File
@@ -0,0 +1,4 @@
github.com/golang-jwt/jwt/v5 v5.3.0 h1:pv4AsKCKKZuqlgs5sUmn4x8UlGa0kEVt/puTpKx9vvo=
github.com/golang-jwt/jwt/v5 v5.3.0/go.mod h1:fxCRLWMO43lRc8nhHWY6LGqRcf+1gQWArsqaEUEa5bE=
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=