Imports of package validate

PathSynopsis
archive/tarPackage tar implements access to tar archives.
bytesPackage bytes implements functions for the manipulation of byte slices.
compress/gzipPackage gzip implements reading and writing of gzip format compressed files, as specified in RFC 1952.
cryptoPackage crypto collects common cryptographic constants.
encoding/hexPackage hex implements hexadecimal encoding and decoding.
errorsPackage errors implements functions to manipulate errors.
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
github.com/google/go-cmp/cmpPackage cmp determines equality of values.
github.com/google/go-containerregistry/pkg/logsPackage logs exposes the loggers used by this library.
github.com/google/go-containerregistry/pkg/v1Package v1 defines structured types for OCI v1 images
github.com/google/go-containerregistry/pkg/v1/partialPackage 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/typesPackage types holds common OCI media types.
ioPackage io provides basic interfaces to I/O primitives.
stringsPackage strings implements simple functions to manipulate UTF-8 encoded strings.