module github.com/dtrehas/vrm go 1.14 require ( github.com/jackc/pgconn v1.8.0 github.com/jackc/pgtype v1.6.2 github.com/jackc/pgx/v4 v4.10.1 github.com/pelletier/go-toml v1.8.1 github.com/pkg/errors v0.9.1 // indirect )