Imports of package schema

PathSynopsis
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.
encoding/base64Package base64 implements base64 encoding as specified by RFC 4648.
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/opencontainers/go-digestPackage digest provides a generalized type to opaquely represent message digests and their operations within the registry.
github.com/opencontainers/image-spec/specs-go/v1
github.com/pkg/errorsPackage errors provides simple error handling primitives.
github.com/xeipuuv/gojsonschema
go4.org/errorutilPackage errorutil helps make better error messages.
ioPackage io provides basic interfaces to I/O primitives.
io/ioutilPackage ioutil implements some I/O utility functions.
net/httpPackage http provides HTTP client and server implementations.
osPackage os provides a platform-independent interface to operating system functionality.
pathPackage path implements utility routines for manipulating slash-separated paths.
regexpPackage regexp implements regular expression search.
syncPackage sync provides basic synchronization primitives such as mutual exclusion locks.
timePackage time provides functionality for measuring and displaying time.