| 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/sha256 | Package sha256 implements the SHA224 and SHA256 hash algorithms as defined in FIPS 180-4. |
| encoding/hex | Package hex implements hexadecimal encoding and decoding. |
| encoding/json | Package json implements encoding and decoding of JSON as defined in RFC 7159. |
| fmt | Package fmt implements formatted I/O with functions analogous to C's printf and scanf. |
| github.com/Azure/azure-sdk-for-go/sdk/azcore | Package azcore implements an HTTP request/response middleware pipeline used by Azure SDK clients. |
| github.com/Azure/azure-sdk-for-go/sdk/azcore/policy | Package policy contains the definitions needed for configuring in-box pipeline policies and creating custom policies. |
| github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/blob | |
| github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/blockblob | |
| github.com/dimchansky/utfbom | Package utfbom implements the detection of the BOM (Unicode Byte Order Mark) and removing as necessary. |
| github.com/golang-jwt/jwt/v5 | Package jwt is a Go implementation of JSON Web Tokens: http://self-issued.info/docs/draft-jones-json-web-token.html |
| github.com/pkg/errors | Package errors provides simple error handling primitives. |
| golang.org/x/sync/errgroup | Package errgroup provides synchronization, error propagation, and Context cancellation for groups of goroutines working on subtasks of a common task. |
| io | Package io provides basic interfaces to I/O primitives. |
| 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. |
| 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. |