dario.cat/mergo | |
fmt | Package fmt implements formatted I/O with functions analogous to C's printf and scanf. |
github.com/docker/cli/cli/compose/interpolation | |
github.com/docker/cli/cli/compose/schema | |
github.com/docker/cli/cli/compose/template | |
github.com/docker/cli/cli/compose/types | |
github.com/docker/cli/opts | |
github.com/docker/docker/api/types/mount | |
github.com/docker/docker/api/types/versions | |
github.com/docker/go-connections/nat | Package nat is a convenience package for manipulation of strings describing network ports. |
github.com/docker/go-units | Package units provides helper function to parse and print size and time units in human-readable format. |
github.com/go-viper/mapstructure/v2 | Package mapstructure exposes functionality to convert one arbitrary Go type into another, typically to convert a map[string]interface{} into a native Go structure. |
github.com/google/shlex | Package shlex implements a simple lexer which splits input in to tokens using shell-style rules for quoting and commenting. |
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. |
gopkg.in/yaml.v3 | Package yaml implements YAML support for the Go language. |
path | Package path implements utility routines for manipulating slash-separated paths. |
path/filepath | Package filepath implements utility routines for manipulating filename paths in a way compatible with the target operating system-defined file paths. |
reflect | Package reflect implements run-time reflection, allowing a program to manipulate objects with arbitrary types. |
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. |
time | Package time provides functionality for measuring and displaying time. |
unicode | Package unicode provides data and functions to test some properties of Unicode code points. |
unicode/utf8 | Package utf8 implements functions and constants to support text encoded in UTF-8. |