| bufio | Package bufio implements buffered I/O. It wraps an io.Reader or io.Writer object, creating another object (Reader or Writer) that also implements the interface but provides buffering and some help for textual I/O. |
| 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. |
| database/sql | Package sql provides a generic interface around SQL (or SQL-like) databases. |
| 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/google/uuid | Package uuid generates and inspects UUIDs. |
| github.com/microsoft/go-mssqldb | Package mssql is Microsoft's official Go driver for SQL Server and Azure SQL Database. |
| github.com/microsoft/go-mssqldb/integratedauth/krb5 | Package krb5 implements the integratedauth.IntegratedAuthenticator interface in order to provide kerberos/active directory (Windows) based authentication. |
| github.com/microsoft/go-mssqldb/msdsn | |
| io | Package io provides basic interfaces to I/O primitives. |
| log | Package log implements a simple logging package. |
| os | Package os provides a platform-independent interface to operating system functionality. |
| time | Package time provides functionality for measuring and displaying time. |