diff --git a/go.mod b/go.mod index fe3bbc7..b509296 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-main-9398e36269-556 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.2-main-9398e36269-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 fa0d18a..5613a1a 100644 --- a/go.sum +++ b/go.sum @@ -1,7 +1,5 @@ git.kundeng.us/phoenix/textsender-models v0.0.2-main-9398e36269-556 h1:Ym2lwqLDwD12qz58XNRwdZtClSQjCsY21de34SCKCfA= git.kundeng.us/phoenix/textsender-models v0.0.2-main-9398e36269-556/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=