bytes | Package bytes implements functions for the manipulation of byte slices. |
compress/gzip | Package gzip implements reading and writing of gzip format compressed files, as specified in RFC 1952. |
encoding/hex | Package hex implements hexadecimal encoding and decoding. |
fmt | Package fmt implements formatted I/O with functions analogous to C's printf and scanf. |
github.com/google/go-containerregistry/pkg/v1 | Package v1 defines structured types for OCI v1 images |
hash | Package hash provides interfaces for hash functions. |
io | Package io provides basic interfaces to I/O primitives. |