Imports of package awslogs

PathSynopsis
contextPackage context defines the Context type, which carries deadlines, cancellation signals, and other request-scoped values across API boundaries and between processes.
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/middleware
github.com/aws/aws-sdk-go-v2/configPackage 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/endpointcredsPackage endpointcreds provides support for retrieving credentials from an arbitrary HTTP endpoint.
github.com/aws/aws-sdk-go-v2/feature/ec2/imdsPackage imds provides the API client for interacting with the Amazon EC2 Instance Metadata Service.
github.com/aws/aws-sdk-go-v2/service/cloudwatchlogsPackage 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-goPackage smithy provides the core components for a Smithy SDK.
github.com/aws/smithy-go/middlewarePackage middleware provides transport agnostic middleware for decorating SDK handlers.
github.com/aws/smithy-go/transport/httpPackage http provides the HTTP transport client and request/response types needed to round trip API operation calls with an service.
github.com/containerd/logPackage log provides types and functions related to logging, passing loggers through a context, and attaching context to the logger.
github.com/docker/docker/daemon/loggerPackage logger defines interfaces that logger drivers implement to log messages.
github.com/docker/docker/daemon/logger/loggerutils
github.com/docker/docker/dockerversion
github.com/docker/docker/internal/lazyregexpPackage lazyregexp is a thin wrapper over regexp, allowing the use of global regexp variables without forcing them to be compiled at init.
github.com/pkg/errorsPackage errors provides simple error handling primitives.
osPackage os provides a platform-independent interface to operating system functionality.
regexpPackage regexp implements regular expression search.
sortPackage sort provides primitives for sorting slices and user-defined collections.
strconvPackage strconv implements conversions to and from string representations of basic data types.
sync/atomicPackage atomic provides low-level atomic memory primitives useful for implementing synchronization algorithms.
timePackage time provides functionality for measuring and displaying time.
unicode/utf8Package utf8 implements functions and constants to support text encoded in UTF-8.