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/golang-migrate/migrate/v4/database/multistmtPackage multistmt provides methods for parsing multi-statement database migrations
github.com/hashicorp/go-multierror
github.com/lib/pqPackage pq is a pure Go Postgres driver for the database/sql package.
go.uber.org/atomicPackage atomic provides simple wrappers around numerics to enforce atomic access.
ioPackage io provides basic interfaces to I/O primitives.
net/urlPackage url parses URLs and implements query escaping.
regexpPackage regexp implements regular expression search.
strconvPackage strconv implements conversions to and from string representations of basic data types.
stringsPackage strings implements simple functions to manipulate UTF-8 encoded strings.
timePackage time provides functionality for measuring and displaying time.