bytes | Package bytes implements functions for the manipulation of byte slices. |
encoding/base64 | Package base64 implements base64 encoding as specified by RFC 4648. |
encoding/json | Package json implements encoding and decoding of JSON as defined in RFC 7159. |
fmt | Package fmt implements formatted I/O with functions analogous to C's printf and scanf. |
github.com/docker/cli/cli/command | |
github.com/docker/cli/cli/command/inspect | |
github.com/docker/cli/templates | |
github.com/docker/distribution/reference | Package reference is deprecated, and has moved to github.com/distribution/reference. |
github.com/docker/docker/api/types | |
github.com/docker/docker/api/types/container | |
github.com/docker/docker/api/types/image | |
github.com/docker/docker/api/types/mount | |
github.com/docker/docker/api/types/registry | |
github.com/docker/docker/api/types/swarm | |
github.com/docker/docker/pkg/archive | Package archive provides helper functions for dealing with archive files. |
github.com/docker/docker/pkg/stringid | Package stringid provides helper functions for dealing with string identifiers |
github.com/docker/go-units | Package units provides helper function to parse and print size and time units in human-readable format. |
github.com/pkg/errors | Package errors provides simple error handling primitives. |
golang.org/x/text/width | Package width provides functionality for handling different widths in text. |
io | Package io provides basic interfaces to I/O primitives. |
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. |
sync | Package sync provides basic synchronization primitives such as mutual exclusion locks. |
text/tabwriter | Package tabwriter implements a write filter (tabwriter.Writer) that translates tabbed columns in input into properly aligned text. |
text/template | Package template implements data-driven templates for generating textual output. |
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. |