| 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. |
| 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/private/util | |
| io | Package io provides basic interfaces to I/O primitives. |
| io/ioutil | Package ioutil implements some I/O utility functions. |
| 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/url | Package url parses URLs and implements query escaping. |
| os | Package os provides a platform-independent interface to operating system functionality. |
| reflect | Package reflect implements run-time reflection, allowing a program to manipulate objects with arbitrary types. |
| regexp | Package regexp implements regular expression search. |
| sort | Package sort provides primitives for sorting slices and user-defined collections. |
| strings | Package strings implements simple functions to manipulate UTF-8 encoded strings. |
| testing | Package testing provides support for automated testing of Go packages. |
| time | Package time provides functionality for measuring and displaying time. |