context | Package context defines the Context type, which carries deadlines, cancellation signals, and other request-scoped values across API boundaries and between processes. |
crypto/rand | Package rand implements a cryptographically secure random number generator. |
crypto/rsa | Package rsa implements RSA encryption as specified in PKCS #1 and RFC 8017. |
crypto/sha1 | Package sha1 implements the SHA-1 hash algorithm as defined in RFC 3174. |
crypto/sha256 | Package sha256 implements the SHA224 and SHA256 hash algorithms as defined in FIPS 180-4. |
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/azidentity | |
github.com/Azure/azure-sdk-for-go/sdk/security/keyvault/azkeys | |
github.com/microsoft/go-mssqldb/aecmk | |
github.com/microsoft/go-mssqldb/internal/github.com/swisscom/mssql-always-encrypted/pkg | |
golang.org/x/text/encoding/unicode | Package unicode provides Unicode encodings such as UTF-16. |
math/big | Package big implements arbitrary-precision arithmetic (big numbers). |
net/url | Package url parses URLs and implements query escaping. |
strings | Package strings implements simple functions to manipulate UTF-8 encoded strings. |
time | Package time provides functionality for measuring and displaying time. |