Imports of goose command

PathSynopsis
contextPackage context defines the Context type, which carries deadlines, cancellation signals, and other request-scoped values across API boundaries and between processes.
crypto/tlsPackage tls partially implements TLS 1.2, as specified in RFC 5246, and TLS 1.3, as specified in RFC 8446.
crypto/x509Package x509 implements a subset of the X.509 standard.
embedPackage embed provides access to files embedded in the running Go program.
errorsPackage errors implements functions to manipulate errors.
flagPackage flag implements command-line flag parsing.
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
github.com/ClickHouse/clickhouse-go/v2
github.com/go-sql-driver/mysqlPackage mysql provides a MySQL driver for Go's database/sql package.
github.com/jackc/pgx/v5/stdlibPackage stdlib is the compatibility layer from pgx to database/sql.
github.com/microsoft/go-mssqldb
github.com/pressly/goose/v3
github.com/pressly/goose/v3/internal/cfg
github.com/pressly/goose/v3/internal/migrationstats
github.com/vertica/vertica-sql-go
github.com/ydb-platform/ydb-go-sdk/v3
github.com/ziutek/mymysql/godrvMySQL driver for Go database/sql package
io/fsPackage fs defines basic interfaces to a file system.
logPackage log implements a simple logging package.
modernc.org/sqlite
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.
runtime/debugPackage debug contains facilities for programs to debug themselves while they are running.
sortPackage sort provides primitives for sorting slices and user-defined collections.
strconvPackage strconv implements conversions to and from string representations of basic data types.
stringsPackage strings implements simple functions to manipulate UTF-8 encoded strings.
text/tabwriterPackage tabwriter implements a write filter (tabwriter.Writer) that translates tabbed columns in input into properly aligned text.
text/templatePackage template implements data-driven templates for generating textual output.