mirror of
https://github.com/ManyakRus/crud_generator.git
synced 2024-11-24 08:22:42 +02:00
24 lines
742 B
Modula-2
24 lines
742 B
Modula-2
|
module github.com/ManyakRus/crud_generator
|
||
|
|
||
|
go 1.20
|
||
|
|
||
|
require (
|
||
|
github.com/ManyakRus/starter v0.0.0-20230913104819-4ee2118a3638
|
||
|
github.com/beevik/etree v1.2.0
|
||
|
gorm.io/gorm v1.25.4
|
||
|
)
|
||
|
|
||
|
require (
|
||
|
github.com/ManyakRus/logrus v0.0.0-20230913114322-14246ee4c48b // 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
|
||
|
github.com/joho/godotenv v1.5.1 // indirect
|
||
|
golang.org/x/crypto v0.13.0 // indirect
|
||
|
golang.org/x/sys v0.12.0 // indirect
|
||
|
golang.org/x/text v0.13.0 // indirect
|
||
|
gorm.io/driver/postgres v1.5.2 // indirect
|
||
|
)
|