24 lines
637 B
Modula-2
24 lines
637 B
Modula-2
module rideaware
|
|
|
|
go 1.25.4
|
|
|
|
require (
|
|
github.com/go-chi/chi/v5 v5.0.11
|
|
github.com/go-chi/cors v1.2.1
|
|
github.com/golang-jwt/jwt/v5 v5.2.0
|
|
github.com/joho/godotenv v1.5.1
|
|
github.com/muktihari/fit v0.27.1
|
|
golang.org/x/crypto v0.17.0
|
|
gorm.io/driver/postgres v1.5.7
|
|
gorm.io/gorm v1.25.7-0.20240204074919-46816ad31dde
|
|
)
|
|
|
|
require (
|
|
github.com/jackc/pgpassfile v1.0.0 // indirect
|
|
github.com/jackc/pgservicefile v0.0.0-20221227161230-091c0ba34f0a // indirect
|
|
github.com/jackc/pgx/v5 v5.4.3 // indirect
|
|
github.com/jinzhu/inflection v1.0.0 // indirect
|
|
github.com/jinzhu/now v1.1.5 // indirect
|
|
golang.org/x/text v0.32.0 // indirect
|
|
)
|