context | Package context defines the Context type, which carries deadlines, cancellation signals, and other request-scoped values across API boundaries and between processes. |
crypto/sha1 | Package sha1 implements the SHA-1 hash algorithm as defined in RFC 3174. |
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/aws/aws-sdk-go-v2/aws | Package aws provides the core SDK's utilities and shared types. |
github.com/aws/aws-sdk-go-v2/internal/sdk | |
github.com/aws/aws-sdk-go-v2/internal/shareddefaults | |
github.com/aws/aws-sdk-go-v2/service/sso | Package sso provides the API client, operations, and parameter types for AWS Single Sign-On. |
github.com/aws/aws-sdk-go-v2/service/ssooidc | Package ssooidc provides the API client, operations, and parameter types for AWS SSO OIDC. |
github.com/aws/smithy-go/auth/bearer | Package bearer provides middleware and utilities for authenticating API operation calls with a Bearer Token. |
io/ioutil | Package ioutil implements some I/O utility functions. |
os | Package os provides a platform-independent interface to operating system functionality. |
path/filepath | Package filepath implements utility routines for manipulating filename paths in a way compatible with the target operating system-defined file paths. |
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. |