Imports of package postgres

PathSynopsis
contextPackage context defines the Context type, which carries deadlines, cancellation signals, and other request-scoped values across API boundaries and between processes.
database/sqlPackage sql provides a generic interface around SQL (or SQL-like) databases.
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
github.com/golang-migrate/migrate/v4Package migrate reads migrations from sources and runs them against databases.
github.com/golang-migrate/migrate/v4/databasePackage database provides the Driver interface.
github.com/hashicorp/go-multierror
github.com/lib/pqPackage pq is a pure Go Postgres driver for the database/sql package.
ioPackage io provides basic interfaces to I/O primitives.
io/ioutilPackage ioutil implements some I/O utility functions.
net/urlPackage url parses URLs and implements query escaping.
strconvPackage strconv implements conversions to and from string representations of basic data types.
stringsPackage strings implements simple functions to manipulate UTF-8 encoded strings.