compress/gzip | Package gzip implements reading and writing of gzip format compressed files, as specified in RFC 1952. |
crypto/tls | Package tls partially implements TLS 1.2, as specified in RFC 5246, and TLS 1.3, as specified in RFC 8446. |
encoding/json | Package json implements encoding and decoding of JSON as defined in RFC 7159. |
errors | Package errors implements functions to manipulate errors. |
fmt | Package fmt implements formatted I/O with functions analogous to C's printf and scanf. |
github.com/docker/cli/cli/config | |
github.com/docker/cli/cli/config/types | |
github.com/google/go-containerregistry/pkg/authn | Package authn defines different methods of authentication for talking to a container registry. |
github.com/google/go-containerregistry/pkg/crane | Package crane holds libraries used to implement the crane CLI. |
github.com/google/go-containerregistry/pkg/logs | Package logs exposes the loggers used by this library. |
github.com/google/go-containerregistry/pkg/name | Package name defines structured types for representing image references. |
github.com/google/go-containerregistry/pkg/v1 | Package v1 defines structured types for OCI v1 images |
github.com/google/go-containerregistry/pkg/v1/cache | Package cache provides methods to cache layers. |
github.com/google/go-containerregistry/pkg/v1/empty | Package empty provides an implementation of v1.Image equivalent to "FROM scratch". |
github.com/google/go-containerregistry/pkg/v1/layout | Package layout provides facilities for reading/writing artifacts from/to an OCI image layout on disk, see: |
github.com/google/go-containerregistry/pkg/v1/mutate | Package mutate provides facilities for mutating v1.Images of any kind. |
github.com/google/go-containerregistry/pkg/v1/partial | Package partial defines methods for building up a v1.Image from minimal subsets that are sufficient for defining a v1.Image. |
github.com/google/go-containerregistry/pkg/v1/remote | Package remote provides facilities for reading/writing v1.Images from/to a remote image registry. |
github.com/google/go-containerregistry/pkg/v1/stream | Package stream implements a single-pass streaming v1.Layer. |
github.com/google/go-containerregistry/pkg/v1/tarball | Package tarball provides facilities for reading/writing v1.Images from/to a tarball on-disk. |
github.com/google/go-containerregistry/pkg/v1/validate | Package validate provides methods for validating image correctness. |
github.com/opencontainers/image-spec/specs-go/v1 | |
github.com/spf13/cobra | Package cobra is a commander providing a simple interface to create powerful modern CLI interfaces. |
io | Package io provides basic interfaces to I/O primitives. |
io/ioutil | Package ioutil implements some I/O utility functions. |
log | Package log implements a simple logging package. |
net/http | Package http provides HTTP client and server implementations. |
os | Package os provides a platform-independent interface to operating system functionality. |
path/filepath | Package filepath implements utility routines for manipulating filename paths in a way compatible with the target operating system-defined file paths. |
runtime/debug | Package debug contains facilities for programs to debug themselves while they are running. |
strings | Package strings implements simple functions to manipulate UTF-8 encoded strings. |