bytes | Package bytes implements functions for the manipulation of byte slices. |
encoding/json | Package json implements encoding and decoding of JSON as defined in RFC 7159. |
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/sirupsen/logrus | Package logrus is a structured logger for Go, completely API compatible with the standard library logger. |
github.com/theupdateframework/notary | |
github.com/theupdateframework/notary/client/changelist | |
github.com/theupdateframework/notary/cryptoservice | |
github.com/theupdateframework/notary/storage | |
github.com/theupdateframework/notary/trustmanager | |
github.com/theupdateframework/notary/trustpinning | |
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/utils | Package utils contains tuf related utility functions however this file is hard forked from https://github.com/youmark/pkcs8 package. |
io/ioutil | Package ioutil implements some I/O utility functions. |
net/http | Package http provides HTTP client and server implementations. |
net/url | Package url parses URLs and implements query escaping. |
os | Package os provides a platform-independent interface to operating system functionality. |
path/filepath | Package filepath implements utility routines for manipulating filename paths in a way compatible with the target operating system-defined file paths. |
regexp | Package regexp implements regular expression search. |
time | Package time provides functionality for measuring and displaying time. |