mirror of
https://github.com/ManyakRus/crud_generator.git
synced 2024-11-27 08:40:53 +02:00
36 lines
1.2 KiB
Modula-2
36 lines
1.2 KiB
Modula-2
module github.com/ManyakRus/crud_generator
|
|
|
|
go 1.20
|
|
|
|
require (
|
|
github.com/ManyakRus/starter v0.0.0-20231115082945-e2f3f8f5ed62
|
|
github.com/bxcodec/faker/v3 v3.8.1
|
|
github.com/davecgh/go-spew v1.1.1
|
|
github.com/iancoleman/strcase v0.3.0
|
|
github.com/jimsmart/schema v0.2.1
|
|
github.com/jinzhu/inflection v1.0.0
|
|
github.com/logrusorgru/aurora v2.0.3+incompatible
|
|
github.com/ompluscator/dynamic-struct v1.4.0
|
|
github.com/otiai10/copy v1.14.0
|
|
github.com/serenize/snaker v0.0.0-20201027110005-a7ad2135616e
|
|
gitlab.aescorp.ru/dsp_dev/claim/sync_service v1.2.24
|
|
golang.org/x/tools v0.15.0
|
|
gorm.io/gorm v1.25.5
|
|
)
|
|
|
|
require (
|
|
github.com/ManyakRus/logrus v0.0.0-20231019115155-9e6fede0d792 // 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.5.0 // indirect
|
|
github.com/jackc/puddle/v2 v2.2.1 // indirect
|
|
github.com/jinzhu/now v1.1.5 // indirect
|
|
github.com/joho/godotenv v1.5.1 // indirect
|
|
golang.org/x/crypto v0.15.0 // indirect
|
|
golang.org/x/mod v0.14.0 // indirect
|
|
golang.org/x/sync v0.5.0 // indirect
|
|
golang.org/x/sys v0.14.0 // indirect
|
|
golang.org/x/text v0.14.0 // indirect
|
|
gorm.io/driver/postgres v1.5.4 // indirect
|
|
)
|