archive/tar | Package tar implements access to tar archives. |
bytes | Package bytes implements functions for the manipulation of byte slices. |
context | Package context defines the Context type, which carries deadlines, cancellation signals, and other request-scoped values across API boundaries and between processes. |
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/internal/editor | |
github.com/google/go-containerregistry/internal/verify | |
github.com/google/go-containerregistry/pkg/crane | |
github.com/google/go-containerregistry/pkg/name | |
github.com/google/go-containerregistry/pkg/v1 | |
github.com/google/go-containerregistry/pkg/v1/mutate | |
github.com/google/go-containerregistry/pkg/v1/remote | |
github.com/google/go-containerregistry/pkg/v1/static | |
github.com/google/go-containerregistry/pkg/v1/tarball | |
github.com/google/go-containerregistry/pkg/v1/types | |
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. |
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. |
strings | Package strings implements simple functions to manipulate UTF-8 encoded strings. |