Initial
This commit is contained in:
15
go.mod
Normal file
15
go.mod
Normal file
@ -0,0 +1,15 @@
|
||||
module db-bench
|
||||
|
||||
go 1.21.2
|
||||
|
||||
require (
|
||||
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
|
||||
golang.org/x/crypto v0.9.0 // indirect
|
||||
golang.org/x/text v0.9.0 // indirect
|
||||
gorm.io/driver/postgres v1.5.3 // indirect
|
||||
gorm.io/gorm v1.25.5 // indirect
|
||||
)
|
||||
Reference in New Issue
Block a user