context | Package context defines the Context type, which carries deadlines, cancellation signals, and other request-scoped values across API boundaries and between processes. |
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/config | Package config provides utilities for loading configuration from multiple sources that can be used to configure the SDK's API clients, and utilities. |
github.com/aws/aws-sdk-go-v2/credentials/endpointcreds | Package endpointcreds provides support for retrieving credentials from an arbitrary HTTP endpoint. |
github.com/aws/aws-sdk-go-v2/feature/ec2/imds | Package imds provides the API client for interacting with the Amazon EC2 Instance Metadata Service. |
github.com/aws/aws-sdk-go-v2/service/cloudwatchlogs | Package cloudwatchlogs provides the API client, operations, and parameter types for Amazon CloudWatch Logs. |
github.com/aws/aws-sdk-go-v2/service/cloudwatchlogs/types | |
github.com/aws/smithy-go | Package smithy provides the core components for a Smithy SDK. |
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. |
github.com/containerd/log | Package log provides types and functions related to logging, passing loggers through a context, and attaching context to the logger. |
github.com/docker/docker/daemon/logger | Package logger defines interfaces that logger drivers implement to log messages. |
github.com/docker/docker/daemon/logger/loggerutils | |
github.com/docker/docker/dockerversion | |
github.com/pkg/errors | Package errors provides simple error handling primitives. |
os | Package os provides a platform-independent interface to operating system functionality. |
regexp | Package regexp implements regular expression search. |
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. |
sync | Package sync provides basic synchronization primitives such as mutual exclusion locks. |
time | Package time provides functionality for measuring and displaying time. |
unicode/utf8 | Package utf8 implements functions and constants to support text encoded in UTF-8. |