| bytes | Package bytes implements functions for the manipulation of byte slices. |
| context | Package context defines the Context type, which carries deadlines, cancellation signals, and other request-scoped values across API boundaries and between processes. |
| crypto | Package crypto collects common cryptographic constants. |
| crypto/ecdsa | Package ecdsa implements the Elliptic Curve Digital Signature Algorithm, as defined in [FIPS 186-5]. |
| crypto/ed25519 | Package ed25519 implements the Ed25519 signature algorithm. |
| crypto/rand | Package rand implements a cryptographically secure random number generator. |
| crypto/rsa | Package rsa implements RSA encryption as specified in PKCS #1 and RFC 8017. |
| crypto/sha256 | Package sha256 implements the SHA224 and SHA256 hash algorithms as defined in FIPS 180-4. |
| crypto/sha512 | Package sha512 implements the SHA-384, SHA-512, SHA-512/224, and SHA-512/256 hash algorithms as defined in FIPS 180-4. |
| crypto/x509 | Package x509 implements a subset of the X.509 standard. |
| encoding/base64 | Package base64 implements base64 encoding as specified by RFC 4648. |
| encoding/hex | Package hex implements hexadecimal encoding and decoding. |
| encoding/json | Package json implements encoding and decoding of JSON as defined in RFC 7159. |
| encoding/pem | Package pem implements the PEM data encoding, which originated in Privacy Enhanced Mail. |
| errors | Package errors implements functions to manipulate errors. |
| fmt | Package fmt implements formatted I/O with functions analogous to C's printf and scanf. |
| github.com/in-toto/in-toto-golang/in_toto/slsa_provenance/common | |
| github.com/in-toto/in-toto-golang/in_toto/slsa_provenance/v0.1 | |
| github.com/in-toto/in-toto-golang/in_toto/slsa_provenance/v0.2 | |
| github.com/in-toto/in-toto-golang/in_toto/slsa_provenance/v1 | |
| github.com/secure-systems-lab/go-securesystemslib/cjson | |
| github.com/secure-systems-lab/go-securesystemslib/dsse | Package dsse implements the Dead Simple Signing Envelope (DSSE) https://github.com/secure-systems-lab/dsse |
| github.com/secure-systems-lab/go-securesystemslib/signerverifier | |
| github.com/shibumi/go-pathspec | Package pathspec implements git compatible gitignore pattern matching. |
| golang.org/x/sys/unix | |
| hash | Package hash provides interfaces for hash functions. |
| io | Package io provides basic interfaces to I/O primitives. |
| net/url | Package url parses URLs and implements query escaping. |
| os | Package os provides a platform-independent interface to operating system functionality. |
| os/exec | Package exec runs external commands. |
| path | Package path implements utility routines for manipulating slash-separated paths. |
| path/filepath | Package filepath implements utility routines for manipulating filename paths in a way compatible with the target operating system-defined file paths. |
| reflect | Package reflect implements run-time reflection, allowing a program to manipulate objects with arbitrary types. |
| regexp | Package regexp implements regular expression search. |
| strconv | Package strconv implements conversions to and from string representations of basic data types. |
| strings | Package strings implements simple functions to manipulate UTF-8 encoded strings. |
| syscall | Package syscall contains an interface to the low-level operating system primitives. |
| time | Package time provides functionality for measuring and displaying time. |
| unicode/utf8 | Package utf8 implements functions and constants to support text encoded in UTF-8. |