Imports of package external

PathSynopsis
crypto/tlsPackage tls partially implements TLS 1.2, as specified in RFC 5246, and TLS 1.3, as specified in RFC 8446.
crypto/x509Package x509 implements a subset of the X.509 standard.
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
github.com/aws/aws-sdk-go-v2/awsPackage 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/defaultsPackage 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/stsPackage sts provides the API client, operations, and parameter types for AWS Security Token Service.
github.com/go-ini/iniPackage ini provides INI file read and write functionality in Go.
io/ioutilPackage ioutil implements some I/O utility functions.
netPackage net provides a portable interface for network I/O, including TCP/IP, UDP, domain name resolution, and Unix domain sockets.
net/httpPackage http provides HTTP client and server implementations.
net/urlPackage url parses URLs and implements query escaping.
osPackage os provides a platform-independent interface to operating system functionality.
path/filepathPackage filepath implements utility routines for manipulating filename paths in a way compatible with the target operating system-defined file paths.
runtimePackage runtime contains operations that interact with Go's runtime system, such as functions to control goroutines.
timePackage time provides functionality for measuring and displaying time.