Imports of package plugin

PathSynopsis
encoding/jsonPackage json implements encoding and decoding of JSON as defined in RFC 7159.
errorsPackage errors implements functions to manipulate errors.
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
github.com/docker/distribution/referencePackage reference is deprecated, and has moved to github.com/distribution/reference.
github.com/docker/docker/api/types
github.com/docker/docker/api/types/filtersPackage filters provides tools for encoding a mapping of keys to a set of multiple values.
github.com/docker/docker/distribution/xfer
github.com/docker/docker/image
github.com/docker/docker/layerPackage layer is package for managing read-only and read-write mounts on the union file system driver.
github.com/docker/docker/pkg/archivePackage archive provides helper functions for dealing with archive files.
github.com/docker/docker/pkg/authorization
github.com/docker/docker/pkg/chrootarchive
github.com/docker/docker/pkg/ioutils
github.com/docker/docker/pkg/mount
github.com/docker/docker/pkg/plugingetter
github.com/docker/docker/pkg/pluginsPackage plugins provides structures and helper functions to manage Docker plugins.
github.com/docker/docker/pkg/progress
github.com/docker/docker/pkg/pubsub
github.com/docker/docker/pkg/system
github.com/docker/docker/plugin/v2
github.com/docker/docker/registryPackage registry contains client primitives to interact with a remote Docker registry.
github.com/opencontainers/go-digestPackage digest provides a generalized type to opaquely represent message digests and their operations within the registry.
github.com/opencontainers/runtime-spec/specs-go
github.com/pkg/errorsPackage errors provides simple error handling primitives.
github.com/sirupsen/logrusPackage logrus is a structured logger for Go, completely API compatible with the standard library logger.
golang.org/x/net/contextPackage context defines the Context type, which carries deadlines, cancellation signals, and other request-scoped values across API boundaries and between processes.
ioPackage io provides basic interfaces to I/O primitives.
io/ioutilPackage ioutil implements some I/O utility functions.
net/httpPackage http provides HTTP client and server implementations.
osPackage os provides a platform-independent interface to operating system functionality.
path/filepathPackage filepath implements utility routines for manipulating filename paths in a way compatible with the target operating system-defined file paths.
reflectPackage reflect implements run-time reflection, allowing a program to manipulate objects with arbitrary types.
regexpPackage regexp implements regular expression search.
runtimePackage runtime contains operations that interact with Go's runtime system, such as functions to control goroutines.
sortPackage sort provides primitives for sorting slices and user-defined collections.
stringsPackage strings implements simple functions to manipulate UTF-8 encoded strings.
syncPackage sync provides basic synchronization primitives such as mutual exclusion locks.