Imports of package integrity

PathSynopsis
crypto/md5Package md5 implements the MD5 hash algorithm as defined in RFC 1321.
crypto/sha256Package sha256 implements the SHA224 and SHA256 hash algorithms as defined in FIPS 180-4.
crypto/sha512Package sha512 implements the SHA-384, SHA-512, SHA-512/224, and SHA-512/256 hash algorithms as defined in FIPS 180-4.
encoding/base64Package base64 implements base64 encoding as specified by RFC 4648.
encoding/hexPackage hex implements hexadecimal encoding and decoding.
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
github.com/gohugoio/hugo/resourcesPackage resources contains Resource related types.
github.com/gohugoio/hugo/resources/internal
github.com/gohugoio/hugo/resources/resourcePackage resource contains Resource related types.
hashPackage hash provides interfaces for hash functions.
html/templatePackage template (html/template) implements data-driven templates for generating HTML output safe against code injection.
ioPackage io provides basic interfaces to I/O primitives.