Imports of package testutils

PathSynopsis
bytesPackage bytes implements functions for the manipulation of byte slices.
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
github.com/docker/go/canonical/jsonPackage json implements encoding and decoding of JSON objects as defined in RFC 4627.
github.com/docker/notary/cryptoservice
github.com/docker/notary/passphrase
github.com/docker/notary/storage
github.com/docker/notary/trustmanager
github.com/docker/notary/tuf
github.com/docker/notary/tuf/data
github.com/docker/notary/tuf/signed
github.com/docker/notary/tuf/testutils/keys
github.com/docker/notary/tuf/utils
github.com/stretchr/testify/requirePackage require implements the same assertions as the `assert` package but stops test execution when a test fails.
sortPackage sort provides primitives for sorting slices and user-defined collections.
testingPackage testing provides support for automated testing of Go packages.
timePackage time provides functionality for measuring and displaying time.