33 lines
875 B
Modula-2
33 lines
875 B
Modula-2
module learnlytics-go
|
|
|
|
go 1.24.1
|
|
|
|
require (
|
|
components v0.0.0-00010101000000-000000000000
|
|
github.com/a-h/templ v0.3.833
|
|
)
|
|
|
|
require (
|
|
db v0.0.0-00010101000000-000000000000 // indirect
|
|
github.com/alexedwards/scs/v2 v2.8.0 // indirect
|
|
github.com/jackc/pgpassfile v1.0.0 // indirect
|
|
github.com/jackc/pgservicefile v0.0.0-20240606120523-5a60cdf6a761 // indirect
|
|
github.com/jackc/pgx/v5 v5.7.2 // indirect
|
|
github.com/jackc/puddle/v2 v2.2.2 // indirect
|
|
github.com/jinzhu/inflection v1.0.0 // indirect
|
|
github.com/jinzhu/now v1.1.5 // indirect
|
|
golang.org/x/crypto v0.36.0 // indirect
|
|
golang.org/x/sync v0.12.0 // indirect
|
|
golang.org/x/text v0.23.0 // indirect
|
|
gorm.io/driver/postgres v1.5.11 // indirect
|
|
gorm.io/gorm v1.25.12 // indirect
|
|
)
|
|
|
|
replace github.com/a-h/templ => ./templ
|
|
|
|
replace components => ./components
|
|
|
|
replace db => ./db
|
|
|
|
replace handlers => ./handlers
|