mirror of
https://github.com/ManyakRus/image_database.git
synced 2024-11-21 05:05:49 +02:00
26 lines
827 B
Modula-2
26 lines
827 B
Modula-2
module github.com/ManyakRus/image_database
|
|
|
|
go 1.20
|
|
|
|
require (
|
|
github.com/ManyakRus/starter v0.0.0-20231227074038-f1cc2e5171fa
|
|
github.com/beevik/etree v1.2.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-20231201235250-de7065d80cb9 // indirect
|
|
github.com/jackc/pgx/v5 v5.5.1 // 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
|
|
golang.org/x/crypto v0.17.0 // indirect
|
|
golang.org/x/sync v0.5.0 // indirect
|
|
golang.org/x/sys v0.15.0 // indirect
|
|
golang.org/x/text v0.14.0 // indirect
|
|
gorm.io/driver/postgres v1.5.4 // indirect
|
|
)
|