Imports of package confidential

PathSynopsis
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/rsaPackage rsa implements RSA encryption as specified in PKCS #1 and RFC 8017.
crypto/x509Package x509 implements a subset of the X.509 standard.
encoding/base64Package base64 implements base64 encoding as specified by RFC 4648.
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/AzureAD/microsoft-authentication-library-for-go/apps/cachePackage cache allows third parties to implement external storage for caching token data for distributed systems or multiple local applications access.
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/exportedpackage exported contains internal types that are re-exported from a public package
github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/oauth
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
net/urlPackage url parses URLs and implements query escaping.