fmt | Package fmt implements formatted I/O with functions analogous to C's printf and scanf. |
github.com/aws/aws-sdk-go/aws | |
github.com/aws/aws-sdk-go/aws/awserr | |
github.com/aws/aws-sdk-go/aws/credentials/endpointcreds | |
github.com/aws/aws-sdk-go/aws/ec2metadata | |
github.com/aws/aws-sdk-go/aws/request | |
github.com/aws/aws-sdk-go/aws/session | |
github.com/aws/aws-sdk-go/service/cloudwatchlogs | |
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. |
github.com/sirupsen/logrus | Package logrus is a structured logger for Go, completely API compatible with the standard library logger. |
os | Package os provides a platform-independent interface to operating system functionality. |
regexp | Package regexp implements regular expression search. |
runtime | Package runtime contains operations that interact with Go's runtime system, such as functions to control goroutines. |
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. |
strings | Package strings implements simple functions to manipulate UTF-8 encoded strings. |
sync | Package sync provides basic synchronization primitives such as mutual exclusion locks. |
time | Package time provides functionality for measuring and displaying time. |