context | Package context defines the Context type, which carries deadlines, cancellation signals, and other request-scoped values across API boundaries and between processes. |
crypto/tls | Package tls partially implements TLS 1.2, as specified in RFC 5246, and TLS 1.3, as specified in RFC 8446. |
crypto/x509 | Package x509 implements a subset of the X.509 standard. |
database/sql | Package sql provides a generic interface around SQL (or SQL-like) databases. |
errors | Package errors implements functions to manipulate errors. |
flag | Package flag implements command-line flag parsing. |
fmt | Package 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/mysql | Package mysql provides a MySQL driver for Go's database/sql package. |
github.com/jackc/pgx/v5/stdlib | Package stdlib is the compatibility layer from pgx to database/sql. |
github.com/mfridman/xflag | |
github.com/microsoft/go-mssqldb | package mssql implements the TDS protocol used to connect to MS SQL Server (sqlserver) database servers. |
github.com/pressly/goose/v3 | |
github.com/pressly/goose/v3/internal/cfg | |
github.com/pressly/goose/v3/internal/migrationstats | |
github.com/tursodatabase/libsql-client-go/libsql | |
github.com/vertica/vertica-sql-go | |
github.com/ydb-platform/ydb-go-sdk/v3 | |
github.com/ziutek/mymysql/godrv | MySQL driver for Go database/sql package |
io/fs | Package fs defines basic interfaces to a file system. |
log | Package log implements a simple logging package. |
modernc.org/sqlite | |
os | Package os provides a platform-independent interface to operating system functionality. |
path/filepath | Package filepath implements utility routines for manipulating filename paths in a way compatible with the target operating system-defined file paths. |
runtime/debug | Package debug contains facilities for programs to debug themselves while they are running. |
sort | Package sort provides primitives for sorting slices and user-defined collections. |
strconv | Package strconv implements conversions to and from string representations of basic data types. |
strings | Package strings implements simple functions to manipulate UTF-8 encoded strings. |
text/tabwriter | Package tabwriter implements a write filter (tabwriter.Writer) that translates tabbed columns in input into properly aligned text. |
text/template | Package template implements data-driven templates for generating textual output. |