archive/tar | Package tar implements access to tar archives. |
bytes | Package bytes implements functions for the manipulation of byte slices. |
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/google/go-containerregistry/pkg/logs | Package logs exposes the loggers used by this library. |
github.com/google/go-containerregistry/pkg/v1 | Package v1 defines structured types for OCI v1 images |
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/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/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/types | Package types holds common OCI media types. |
github.com/google/go-containerregistry/pkg/v1/v1util | |
io | Package io provides basic interfaces to I/O primitives. |
io/ioutil | Package ioutil implements some I/O utility functions. |
path/filepath | Package filepath implements utility routines for manipulating filename paths in a way compatible with the target operating system-defined file paths. |
strings | Package strings implements simple functions to manipulate UTF-8 encoded strings. |
time | Package time provides functionality for measuring and displaying time. |