module github.com/dtrehas/vrm go 1.16 require ( github.com/jackc/pgconn v1.8.1 github.com/jackc/pgproto3/v2 v2.0.7 // indirect github.com/jackc/pgtype v1.7.0 github.com/jackc/pgx/v4 v4.11.0 github.com/pelletier/go-toml v1.9.1 github.com/pkg/errors v0.9.1 golang.org/x/crypto v0.0.0-20210513164829-c07d793c2f9a // indirect golang.org/x/text v0.3.6 // indirect golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect )