Imports of package managedidentity

PathSynopsis
contextPackage context defines the Context type, which carries deadlines, cancellation signals, and other request-scoped values across API boundaries and between processes.
encoding/jsonPackage json implements encoding and decoding of JSON as defined in RFC 7159.
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
github.com/AzureAD/microsoft-authentication-library-for-go/apps/errors
github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/basePackage base contains a "Base" client that is used by the external public.Client and confidential.Client.
github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/base/storagePackage storage holds all cached token information for MSAL.
github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/oauth/opsPackage ops provides operations to various backend services using REST clients.
github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/oauth/ops/accesstokensPackage accesstokens exposes a REST client for querying backend systems to get various types of access tokens (oauth) for use in authentication.
github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/oauth/ops/authority
github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/shared
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.
stringsPackage strings implements simple functions to manipulate UTF-8 encoded strings.