modified: main_dc/yalarba/api_yal/cmd/main.go
modified: main_dc/yalarba/api_yal/go.mod modified: main_dc/yalarba/api_yal/go.sum new file: main_dc/yalarba/api_yal/internal/database/psql_db.go add connection to db without tests api_yal
This commit is contained in:
@@ -4,11 +4,20 @@ go 1.22.5
|
||||
|
||||
require gorm.io/gorm v1.31.1
|
||||
|
||||
require go.uber.org/multierr v1.10.0 // indirect
|
||||
require (
|
||||
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.2 // indirect
|
||||
go.uber.org/multierr v1.10.0 // indirect
|
||||
golang.org/x/crypto v0.31.0 // indirect
|
||||
golang.org/x/sync v0.10.0 // indirect
|
||||
)
|
||||
|
||||
require (
|
||||
github.com/jinzhu/inflection v1.0.0 // indirect
|
||||
github.com/jinzhu/now v1.1.5 // indirect
|
||||
go.uber.org/zap v1.27.1
|
||||
golang.org/x/text v0.20.0 // indirect
|
||||
golang.org/x/text v0.21.0 // indirect
|
||||
gorm.io/driver/postgres v1.6.0
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user