Imports of package loader

PathSynopsis
fmtPackage 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-unitsPackage 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.v2Package yaml implements YAML support for the Go language.
osPackage os provides a platform-independent interface to operating system functionality.
pathPackage path implements utility routines for manipulating slash-separated paths.
reflectPackage reflect implements run-time reflection, allowing a program to manipulate objects with arbitrary types.
regexpPackage regexp implements regular expression search.
sortPackage sort provides primitives for sorting slices and user-defined collections.
stringsPackage strings implements simple functions to manipulate UTF-8 encoded strings.