Imports of package testutils

PathSynopsis
bytesPackage bytes implements functions for the manipulation of byte slices.
database/sqlPackage sql provides a generic interface around SQL (or SQL-like) databases.
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/trustmanager
github.com/docker/notary/tuf
github.com/docker/notary/tuf/data
github.com/docker/notary/tuf/signed
github.com/docker/notary/tuf/store
github.com/docker/notary/tuf/utils
github.com/google/gofuzzPackage fuzz is a library for populating go objects with random values.
github.com/mattn/go-sqlite3Package sqlite3 provides interface to SQLite3 databases.
math/randPackage rand implements pseudo-random number generators suitable for tasks such as simulation, but it should not be used for security-sensitive work.
osPackage os provides a platform-independent interface to operating system functionality.
pathPackage path implements utility routines for manipulating slash-separated paths.
sortPackage sort provides primitives for sorting slices and user-defined collections.
timePackage time provides functionality for measuring and displaying time.