26 lines
774 B
Modula-2
26 lines
774 B
Modula-2
module github.com/fossyy/filekeeper
|
|
|
|
go 1.22.2
|
|
|
|
require (
|
|
github.com/a-h/templ v0.2.648
|
|
github.com/google/uuid v1.6.0
|
|
github.com/joho/godotenv v1.5.1
|
|
golang.org/x/crypto v0.21.0
|
|
gopkg.in/gomail.v2 v2.0.0-20160411212932-81ebce5c23df
|
|
gorm.io/driver/mysql v1.5.6
|
|
gorm.io/driver/postgres v1.5.7
|
|
gorm.io/gorm v1.25.8
|
|
)
|
|
|
|
require (
|
|
github.com/go-sql-driver/mysql v1.7.0 // indirect
|
|
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.14.0 // indirect
|
|
gopkg.in/alexcesaro/quotedprintable.v3 v3.0.0-20150716171945-2caba252f4dc // indirect
|
|
)
|