Imports of package azidentity

PathSynopsis
bytesPackage bytes implements functions for the manipulation of byte slices.
contextPackage context defines the Context type, which carries deadlines, cancellation signals, and other request-scoped values across API boundaries and between processes.
cryptoPackage crypto collects common cryptographic constants.
crypto/x509Package x509 implements a subset of the X.509 standard.
encoding/jsonPackage json implements encoding and decoding of JSON as defined in RFC 7159.
encoding/pemPackage pem implements the PEM data encoding, which originated in Privacy Enhanced Mail.
errorsPackage errors implements functions to manipulate errors.
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
github.com/Azure/azure-sdk-for-go/sdk/azcorePackage azcore implements an HTTP request/response middleware pipeline used by Azure SDK clients.
github.com/Azure/azure-sdk-for-go/sdk/azcore/arm/runtime
github.com/Azure/azure-sdk-for-go/sdk/azcore/cloudPackage cloud implements a configuration API for applications deployed to sovereign or private Azure clouds.
github.com/Azure/azure-sdk-for-go/sdk/azcore/policyPackage policy contains the definitions needed for configuring in-box pipeline policies and creating custom policies.
github.com/Azure/azure-sdk-for-go/sdk/azcore/runtimePackage runtime contains various facilities for creating requests and handling responses.
github.com/Azure/azure-sdk-for-go/sdk/azcore/streamingPackage streaming contains helpers for streaming IO operations and progress reporting.
github.com/Azure/azure-sdk-for-go/sdk/azidentity/internal
github.com/Azure/azure-sdk-for-go/sdk/internal/errorinfo
github.com/Azure/azure-sdk-for-go/sdk/internal/log
github.com/AzureAD/microsoft-authentication-library-for-go/apps/confidentialPackage confidential provides a client for authentication of "confidential" applications.
github.com/AzureAD/microsoft-authentication-library-for-go/apps/errors
github.com/AzureAD/microsoft-authentication-library-for-go/apps/managedidentityPackage managedidentity provides a client for retrieval of Managed Identity applications.
github.com/AzureAD/microsoft-authentication-library-for-go/apps/publicPackage public provides a client for authentication of "public" applications.
golang.org/x/crypto/pkcs12Package pkcs12 implements some of PKCS#12.
ioPackage io provides basic interfaces to I/O primitives.
net/httpPackage http provides HTTP client and server implementations.
net/urlPackage url parses URLs and implements query escaping.
osPackage os provides a platform-independent interface to operating system functionality.
os/execPackage exec runs external commands.
runtimePackage runtime contains operations that interact with Go's runtime system, such as functions to control goroutines.
stringsPackage strings implements simple functions to manipulate UTF-8 encoded strings.
syncPackage sync provides basic synchronization primitives such as mutual exclusion locks.
timePackage time provides functionality for measuring and displaying time.