module github.com/spotdemo4/trevstack/server go 1.24.1 require ( buf.build/gen/go/bufbuild/protovalidate/protocolbuffers/go v1.36.6-20250425153114-8976f5be98c1.1 connectrpc.com/connect v1.18.1 connectrpc.com/cors v0.1.0 connectrpc.com/validate v0.3.0 github.com/amacneil/dbmate/v2 v2.27.0 github.com/go-webauthn/webauthn v0.12.3 github.com/golang-jwt/jwt/v5 v5.2.2 github.com/google/uuid v1.6.0 github.com/joho/godotenv v1.5.1 github.com/rs/cors v1.11.1 github.com/spotdemo4/dbmate-sqlite-modernc v0.0.2 golang.org/x/crypto v0.38.0 golang.org/x/net v0.40.0 golang.org/x/time v0.11.0 google.golang.org/protobuf v1.36.6 modernc.org/sqlite v1.37.0 ) require ( buf.build/go/protovalidate v0.12.0 // indirect cel.dev/expr v0.24.0 // indirect github.com/antlr4-go/antlr/v4 v4.13.1 // indirect github.com/dustin/go-humanize v1.0.1 // indirect github.com/fxamacker/cbor/v2 v2.8.0 // indirect github.com/go-webauthn/x v0.1.21 // indirect github.com/google/cel-go v0.25.0 // indirect github.com/google/go-cmp v0.7.0 // indirect github.com/google/go-tpm v0.9.5 // indirect github.com/lib/pq v1.10.9 // indirect github.com/mattn/go-isatty v0.0.20 // indirect github.com/mitchellh/mapstructure v1.5.0 // indirect github.com/ncruces/go-strftime v0.1.9 // indirect github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec // indirect github.com/stoewer/go-strcase v1.3.0 // indirect github.com/x448/float16 v0.8.4 // indirect golang.org/x/exp v0.0.0-20250506013437-ce4c2cf36ca6 // indirect golang.org/x/sys v0.33.0 // indirect golang.org/x/text v0.25.0 // indirect google.golang.org/genproto/googleapis/api v0.0.0-20250505200425-f936aa4a68b2 // indirect google.golang.org/genproto/googleapis/rpc v0.0.0-20250505200425-f936aa4a68b2 // indirect modernc.org/libc v1.65.3 // indirect modernc.org/mathutil v1.7.1 // indirect modernc.org/memory v1.10.0 // indirect )