Imports of package storage

PathSynopsis
bytesPackage bytes implements functions for the manipulation of byte slices.
crypto/sha256Package sha256 implements the SHA224 and SHA256 hash algorithms as defined in FIPS 180-4.
encoding/jsonPackage json implements encoding and decoding of JSON as defined in RFC 7159.
encoding/pemPackage pem implements the PEM data encoding, which originated in Privacy Enhanced Mail.
errorsPackage errors implements functions to manipulate errors.
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
github.com/sirupsen/logrusPackage logrus is a structured logger for Go, completely API compatible with the standard library logger.
github.com/theupdateframework/notary
github.com/theupdateframework/notary/tuf/data
github.com/theupdateframework/notary/tuf/utilsPackage utils contains tuf related utility functions however this file is hard forked from https://github.com/youmark/pkcs8 package.
github.com/theupdateframework/notary/tuf/validation
ioPackage io provides basic interfaces to I/O primitives.
io/ioutilPackage ioutil implements some I/O utility functions.
mime/multipartPackage multipart implements MIME multipart parsing, as defined in RFC 2046.
net/httpPackage http provides HTTP client and server implementations.
net/urlPackage url parses URLs and implements query escaping.
osPackage os provides a platform-independent interface to operating system functionality.
pathPackage path implements utility routines for manipulating slash-separated paths.
path/filepathPackage filepath implements utility routines for manipulating filename paths in a way compatible with the target operating system-defined file paths.
stringsPackage strings implements simple functions to manipulate UTF-8 encoded strings.