Imports of package random

PathSynopsis
archive/tarPackage tar implements access to tar archives.
bytesPackage bytes implements functions for the manipulation of byte slices.
cryptoPackage crypto collects common cryptographic constants.
encoding/hexPackage hex implements hexadecimal encoding and decoding.
encoding/jsonPackage json implements encoding and decoding of JSON as defined in RFC 7159.
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
github.com/google/go-containerregistry/pkg/v1Package v1 defines structured types for OCI v1 images
github.com/google/go-containerregistry/pkg/v1/emptyPackage empty provides an implementation of v1.Image equivalent to "FROM scratch".
github.com/google/go-containerregistry/pkg/v1/mutatePackage mutate provides facilities for mutating v1.Images of any kind.
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.
math/randPackage rand implements pseudo-random number generators suitable for tasks such as simulation, but it should not be used for security-sensitive work.