crypto/tls | Package tls partially implements TLS 1.2, as specified in RFC 5246, and TLS 1.3, as specified in RFC 8446. |
crypto/x509 | Package x509 implements a subset of the X.509 standard. |
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/awserr | |
github.com/aws/aws-sdk-go-v2/aws/defaults | Package defaults provides recommended configuration values for AWS SDKs and CLIs. |
github.com/aws/aws-sdk-go-v2/aws/ec2metadata | |
github.com/aws/aws-sdk-go-v2/aws/ec2rolecreds | |
github.com/aws/aws-sdk-go-v2/aws/endpointcreds | |
github.com/aws/aws-sdk-go-v2/aws/stscreds | |
github.com/aws/aws-sdk-go-v2/service/sts | Package sts provides the API client, operations, and parameter types for AWS Security Token Service. |
github.com/go-ini/ini | Package ini provides INI file read and write functionality in Go. |
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. |
path/filepath | Package filepath implements utility routines for manipulating filename paths in a way compatible with the target operating system-defined file paths. |
runtime | Package runtime contains operations that interact with Go's runtime system, such as functions to control goroutines. |
time | Package time provides functionality for measuring and displaying time. |