| bytes | Package bytes implements functions for the manipulation of byte slices. |
| cloud.google.com/go/auth | Package auth provides utilities for managing Google Cloud credentials, including functionality for creating, caching, and refreshing OAuth2 tokens. |
| cloud.google.com/go/auth/credentials/internal/impersonate | |
| cloud.google.com/go/auth/credentials/internal/stsexchange | |
| cloud.google.com/go/auth/internal | |
| cloud.google.com/go/auth/internal/credsfile | Package credsfile is meant to hide implementation details from the pubic surface of the detect package. |
| cloud.google.com/go/auth/internal/transport/cert | |
| 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/hex | Package hex implements hexadecimal encoding and decoding. |
| encoding/json | Package json implements encoding and decoding of JSON as defined in RFC 7159. |
| errors | Package errors implements functions to manipulate errors. |
| fmt | Package fmt implements formatted I/O with functions analogous to C's printf and scanf. |
| net/http | Package http provides HTTP client and server implementations. |
| net/url | Package url parses URLs and implements query escaping. |
| os | Package os provides a platform-independent interface to operating system functionality. |
| os/exec | Package exec runs external commands. |
| path | Package path implements utility routines for manipulating slash-separated paths. |
| regexp | Package regexp implements regular expression search. |
| 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. |
| time | Package time provides functionality for measuring and displaying time. |
| unicode | Package unicode provides data and functions to test some properties of Unicode code points. |