bytes | Package bytes implements functions for the manipulation of byte slices. |
fmt | Package fmt implements formatted I/O with functions analogous to C's printf and scanf. |
github.com/docker/go/canonical/json | Package json implements encoding and decoding of JSON objects as defined in RFC 4627. |
github.com/stretchr/testify/require | Package require implements the same assertions as the `assert` package but stops test execution when a test fails. |
github.com/theupdateframework/notary/cryptoservice | |
github.com/theupdateframework/notary/passphrase | Package passphrase is a utility function for managing passphrase for TUF and Notary keys. |
github.com/theupdateframework/notary/storage | |
github.com/theupdateframework/notary/trustmanager | |
github.com/theupdateframework/notary/tuf | Package tuf defines the core TUF logic around manipulating a repo. |
github.com/theupdateframework/notary/tuf/data | |
github.com/theupdateframework/notary/tuf/signed | |
github.com/theupdateframework/notary/tuf/testutils/keys | |
github.com/theupdateframework/notary/tuf/utils | Package utils contains tuf related utility functions however this file is hard forked from https://github.com/youmark/pkcs8 package. |
sort | Package sort provides primitives for sorting slices and user-defined collections. |
testing | Package testing provides support for automated testing of Go packages. |
time | Package time provides functionality for measuring and displaying time. |