Files
schedtxt_models/go.mod
T
phoenix 3ccc1a9a6d
Go Release / build-and-release (push) Successful in 5s
Go CI / Test and Lint (push) Successful in 6s
UserProfile (#1)
Reviewed-on: phoenix/textsender-models#1
2026-05-27 22:59:45 -04:00

16 lines
324 B
AMPL

module git.kundeng.us/phoenix/textsender-models
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
)