fmt | Package fmt implements formatted I/O with functions analogous to C's printf and scanf. |
github.com/docker/docker/cli/compose/interpolation | |
github.com/docker/docker/cli/compose/schema | |
github.com/docker/docker/cli/compose/types | |
github.com/docker/docker/runconfig/opts | |
github.com/docker/go-units | Package units provides helper function to parse and print size and time units in human-readable format. |
github.com/mattn/go-shellwords | |
github.com/mitchellh/mapstructure | |
gopkg.in/yaml.v2 | Package yaml implements YAML support for the Go language. |
os | Package os provides a platform-independent interface to operating system functionality. |
path | Package path implements utility routines for manipulating slash-separated paths. |
reflect | Package reflect implements run-time reflection, allowing a program to manipulate objects with arbitrary types. |
regexp | Package regexp implements regular expression search. |
sort | Package sort provides primitives for sorting slices and user-defined collections. |
strings | Package strings implements simple functions to manipulate UTF-8 encoded strings. |