Archived
Template
1
0
This repository has been archived on 2023-12-20. You can view files and clone it, but cannot push or open issues or pull requests.
Files
2021-12-12 14:56:13 +01:00

11 lines
214 B
Modula-2

module gorm.io/driver/postgres
go 1.14
require (
github.com/jackc/pgx/v4 v4.14.0
golang.org/x/crypto v0.0.0-20210921155107-089bfa567519 // indirect
golang.org/x/text v0.3.7 // indirect
gorm.io/gorm v1.22.3
)