UserProfile (#1)
Go Release / build-and-release (push) Successful in 5s
Go CI / Test and Lint (push) Successful in 6s

Reviewed-on: phoenix/textsender-models#1
This commit was merged in pull request #1.
This commit is contained in:
2026-05-27 22:59:45 -04:00
parent 5b36e5c42e
commit 3ccc1a9a6d
6 changed files with 85 additions and 9 deletions
+7
View File
@@ -5,4 +5,11 @@ go 1.26.2
require (
github.com/golang-jwt/jwt/v5 v5.3.1
github.com/google/uuid v1.6.0
github.com/stretchr/testify v1.11.1
)
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)