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. |
fmt | Package fmt implements formatted I/O with functions analogous to C's printf and scanf. |
github.com/aws/aws-sdk-go-v2/aws | Package aws provides the core SDK's utilities and shared types. |
github.com/aws/aws-sdk-go-v2/aws/middleware | |
github.com/aws/aws-sdk-go-v2/aws/signer/internal/v4 | |
github.com/aws/aws-sdk-go-v2/internal/auth | |
github.com/aws/aws-sdk-go-v2/internal/sdk | |
github.com/aws/smithy-go/encoding/httpbinding | |
github.com/aws/smithy-go/logging | |
github.com/aws/smithy-go/middleware | Package middleware provides transport agnostic middleware for decorating SDK handlers. |
github.com/aws/smithy-go/transport/http | Package http provides the HTTP transport client and request/response types needed to round trip API operation calls with an service. |
hash | Package hash provides interfaces for hash functions. |
io | Package io provides basic interfaces to I/O primitives. |
net/http | Package http provides HTTP client and server implementations. |
net/textproto | Package textproto implements generic support for text-based request/response protocols in the style of HTTP, NNTP, and SMTP. |
net/url | Package url parses URLs and implements query escaping. |
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. |