| bytes | Package bytes implements functions for the manipulation of byte slices. |
| context | Package context defines the Context type, which carries deadlines, cancellation signals, and other request-scoped values across API boundaries and between processes. |
| crypto/hmac | Package hmac implements the Keyed-Hash Message Authentication Code (HMAC) as defined in U.S. Federal Information Processing Standards Publication 198. |
| crypto/sha256 | Package sha256 implements the SHA224 and SHA256 hash algorithms as defined in FIPS 180-4. |
| crypto/tls | Package tls partially implements TLS 1.2, as specified in RFC 5246, and TLS 1.3, as specified in RFC 8446. |
| encoding/base64 | Package base64 implements base64 encoding as specified by RFC 4648. |
| encoding/json | Package json implements encoding and decoding of JSON as defined in RFC 7159. |
| encoding/xml | Package xml implements a simple XML 1.0 parser that understands XML name spaces. |
| 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/go-autorest/autorest/adal | |
| github.com/Azure/go-autorest/logger | |
| github.com/Azure/go-autorest/tracing | |
| io | Package io provides basic interfaces to I/O primitives. |
| io/ioutil | Package ioutil implements some I/O utility functions. |
| log | Package log implements a simple logging package. |
| math | Package math provides basic constants and mathematical functions. |
| mime/multipart | Package multipart implements MIME multipart parsing, as defined in RFC 2046. |
| net | Package net provides a portable interface for network I/O, including TCP/IP, UDP, domain name resolution, and Unix domain sockets. |
| net/http | Package http provides HTTP client and server implementations. |
| net/http/cookiejar | Package cookiejar implements an in-memory RFC 6265-compliant http.CookieJar. |
| net/url | Package url parses URLs and implements query escaping. |
| reflect | Package reflect implements run-time reflection, allowing a program to manipulate objects with arbitrary types. |
| runtime | Package runtime contains operations that interact with Go's runtime system, such as functions to control goroutines. |
| sort | Package sort provides primitives for sorting slices and user-defined collections. |
| strconv | Package strconv implements conversions to and from string representations of basic data types. |
| strings | Package strings implements simple functions to manipulate UTF-8 encoded strings. |
| sync | Package sync provides basic synchronization primitives such as mutual exclusion locks. |
| time | Package time provides functionality for measuring and displaying time. |