Imports of package repository

PathSynopsis
bytesPackage bytes implements functions for the manipulation of byte slices.
contextPackage context defines the Context type, which carries deadlines, cancellation signals, and other request-scoped values across API boundaries and between processes.
encoding/jsonPackage json implements encoding and decoding of JSON as defined in RFC 7159.
errorsPackage errors implements functions to manipulate errors.
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
github.com/Masterminds/squirrelPackage squirrel provides a fluent SQL generator.
github.com/brianvoe/gofakeit/v6Package gofakeit provides a set of functions that generate random data
github.com/georgysavva/scany/v2/pgxscan
github.com/go-arrower/arrower/postgres
github.com/go-arrower/arrower/repository/testdata
github.com/google/uuidPackage uuid generates and inspects UUIDs.
github.com/jackc/pgx/v5Package pgx is a PostgreSQL database driver.
github.com/jackc/pgx/v5/pgconnPackage pgconn is a low-level PostgreSQL database driver.
github.com/jackc/pgx/v5/pgxpoolPackage pgxpool is a concurrency-safe connection pool for pgx.
github.com/stretchr/testify/assertPackage assert provides a set of comprehensive testing tools for use with the normal Go testing system.
ioPackage io provides basic interfaces to I/O primitives.
math/rand/v2Package rand implements pseudo-random number generators suitable for tasks such as simulation, but it should not be used for security-sensitive work.
osPackage os provides a platform-independent interface to operating system functionality.
path/filepathPackage filepath implements utility routines for manipulating filename paths in a way compatible with the target operating system-defined file paths.
reflectPackage reflect implements run-time reflection, allowing a program to manipulate objects with arbitrary types.
slicesPackage slices defines various functions useful with slices of any type.
strconvPackage strconv implements conversions to and from string representations of basic data types.
stringsPackage strings implements simple functions to manipulate UTF-8 encoded strings.
syncPackage sync provides basic synchronization primitives such as mutual exclusion locks.
sync/atomicPackage atomic provides low-level atomic memory primitives useful for implementing synchronization algorithms.
testingPackage testing provides support for automated testing of Go packages.