You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
27 lines
1.0 KiB
27 lines
1.0 KiB
module yaagobackend
|
|
|
|
go 1.22.1
|
|
|
|
require (
|
|
github.com/0xAX/notificator v0.0.0-20220220101646-ee9b8921e557 // indirect
|
|
github.com/codegangsta/envy v0.0.0-20141216192214-4b78388c8ce4 // indirect
|
|
github.com/codegangsta/gin v0.0.0-20230218063734-2c98d96c9244 // indirect
|
|
github.com/cpuguy83/go-md2man/v2 v2.0.4 // indirect
|
|
github.com/gorilla/mux v1.8.1 // 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.6.0 // indirect
|
|
github.com/jackc/puddle/v2 v2.2.1 // indirect
|
|
github.com/jinzhu/inflection v1.0.0 // indirect
|
|
github.com/jinzhu/now v1.1.5 // indirect
|
|
github.com/joho/godotenv v1.5.1 // indirect
|
|
github.com/mattn/go-shellwords v1.0.12 // indirect
|
|
github.com/russross/blackfriday/v2 v2.1.0 // indirect
|
|
github.com/urfave/cli v1.22.15 // indirect
|
|
golang.org/x/crypto v0.25.0 // indirect
|
|
golang.org/x/sync v0.7.0 // indirect
|
|
golang.org/x/text v0.16.0 // indirect
|
|
gorm.io/driver/postgres v1.5.9 // indirect
|
|
gorm.io/gorm v1.25.11 // indirect
|
|
)
|