From d004069c557109645814b1eab5a882e8da71f9e0 Mon Sep 17 00:00:00 2001 From: phoenix Date: Fri, 31 Oct 2025 16:43:20 -0400 Subject: [PATCH] Update go files --- go.mod | 2 +- go.sum | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/go.mod b/go.mod index d488e00..4116a82 100644 --- a/go.mod +++ b/go.mod @@ -3,6 +3,7 @@ module git.kundeng.us/phoenix/textsender-auth go 1.25.3 require ( + git.kundeng.us/phoenix/textsender-models v0.0.2 github.com/go-chi/chi/v5 v5.2.3 github.com/golang-jwt/jwt/v5 v5.3.0 github.com/google/uuid v1.6.0 @@ -14,7 +15,6 @@ require ( ) require ( - git.kundeng.us/phoenix/textsender-models v0.0.1-main-a4317b4b22-556 // indirect github.com/davecgh/go-spew v1.1.1 // indirect github.com/jackc/pgpassfile v1.0.0 // indirect github.com/jackc/pgservicefile v0.0.0-20240606120523-5a60cdf6a761 // indirect diff --git a/go.sum b/go.sum index a64ece3..e66b5a9 100644 --- a/go.sum +++ b/go.sum @@ -2,6 +2,8 @@ git.kundeng.us/phoenix/textsender-models v0.0.1-main-a4317b4b22-556 h1:5OiaQV71k git.kundeng.us/phoenix/textsender-models v0.0.1-main-a4317b4b22-556/go.mod h1:lx5MCnOgGgsdpwzrfi9uph5xmkeb6H8AuexUNGss2no= git.kundeng.us/phoenix/textsender-models v0.0.1 h1:iv30k8Nlu/3wMENrnCpCx0bUl9mt8aMo7fnW22iBQGI= git.kundeng.us/phoenix/textsender-models v0.0.1/go.mod h1:lx5MCnOgGgsdpwzrfi9uph5xmkeb6H8AuexUNGss2no= +git.kundeng.us/phoenix/textsender-models v0.0.2 h1:kyb5lqxK4TdBj+WlfevKcNveQtMiddYnI5r+90DJJWs= +git.kundeng.us/phoenix/textsender-models v0.0.2/go.mod h1:lx5MCnOgGgsdpwzrfi9uph5xmkeb6H8AuexUNGss2no= github.com/creack/pty v1.1.9/go.mod h1:oKZEueFk5CKHvIhNR5MUki03XCEU+Q6VDXinZuGJ33E= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=