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/redact | |
github.com/google/go-containerregistry/internal/retry | |
github.com/google/go-containerregistry/internal/verify | |
github.com/google/go-containerregistry/pkg/authn | |
github.com/google/go-containerregistry/pkg/logs | |
github.com/google/go-containerregistry/pkg/name | |
github.com/google/go-containerregistry/pkg/v1 | |
github.com/google/go-containerregistry/pkg/v1/empty | |
github.com/google/go-containerregistry/pkg/v1/mutate | |
github.com/google/go-containerregistry/pkg/v1/partial | |
github.com/google/go-containerregistry/pkg/v1/remote/transport | |
github.com/google/go-containerregistry/pkg/v1/stream | |
github.com/google/go-containerregistry/pkg/v1/types | |
golang.org/x/sync/errgroup | Package errgroup provides synchronization, error propagation, and Context cancelation for groups of goroutines working on subtasks of a common task. |
io | Package io provides basic interfaces to I/O primitives. |
net | Package net provides a portable interface for network I/O, including TCP/IP, UDP, domain name resolution, and Unix domain sockets. |
net/http | Package http provides HTTP client and server implementations. |
net/url | Package url parses URLs and implements query escaping. |
sort | Package sort provides primitives for sorting slices and user-defined collections. |
strings | Package strings implements simple functions to manipulate UTF-8 encoded strings. |
sync | Package sync provides basic synchronization primitives such as mutual exclusion locks. |
sync/atomic | Package atomic provides low-level atomic memory primitives useful for implementing synchronization algorithms. |
syscall | Package syscall contains an interface to the low-level operating system primitives. |
time | Package time provides functionality for measuring and displaying time. |