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. |
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 | |
github.com/denisenkom/go-mssqldb | package mssql implements the TDS protocol used to connect to MS SQL Server (sqlserver) database servers. |
github.com/go-sql-driver/mysql | Package mysql provides a MySQL driver for Go's database/sql package. |
github.com/lib/pq | Package pq is a pure Go Postgres driver for the database/sql package. |
github.com/mattn/go-sqlite3 | Package sqlite3 provides interface to SQLite3 databases. |
github.com/pressly/goose/v3 | |
github.com/ziutek/mymysql/godrv | MySQL driver for Go database/sql package |
io/ioutil | Package ioutil implements some I/O utility functions. |
log | Package log implements a simple logging package. |
os | Package os provides a platform-independent interface to operating system functionality. |
regexp | Package regexp implements regular expression search. |
runtime/debug | Package debug contains facilities for programs to debug themselves while they are running. |