| context | Package context defines the Context type, which carries deadlines, cancellation signals, and other request-scoped values across API boundaries and between processes. |
| crypto | Package crypto collects common cryptographic constants. |
| 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. |
| database/sql/driver | Package driver defines interfaces to be implemented by database drivers as used by package sql. |
| errors | Package errors implements functions to manipulate errors. |
| fmt | Package fmt implements formatted I/O with functions analogous to C's printf and scanf. |
| github.com/Azure/azure-sdk-for-go/sdk/azcore | Package azcore implements an HTTP request/response middleware pipeline used by Azure SDK clients. |
| github.com/Azure/azure-sdk-for-go/sdk/azcore/cloud | Package cloud implements a configuration API for applications deployed to sovereign or private Azure clouds. |
| github.com/Azure/azure-sdk-for-go/sdk/azcore/policy | Package policy contains the definitions needed for configuring in-box pipeline policies and creating custom policies. |
| github.com/Azure/azure-sdk-for-go/sdk/azidentity | |
| 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/msdsn | |
| os | Package os provides a platform-independent interface to operating system functionality. |
| strings | Package strings implements simple functions to manipulate UTF-8 encoded strings. |