bytes | Package bytes implements functions for the manipulation of byte slices. |
crypto/sha256 | Package sha256 implements the SHA224 and SHA256 hash algorithms as defined in FIPS 180-4. |
encoding/hex | Package hex implements hexadecimal encoding and decoding. |
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/distribution/context | Package context provides several utilities for working with Go's context in http requests. |
github.com/docker/go/canonical/json | |
github.com/gorilla/mux | Package mux implements a request router and dispatcher. |
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/server/errors | |
github.com/theupdateframework/notary/server/snapshot | |
github.com/theupdateframework/notary/server/storage | |
github.com/theupdateframework/notary/server/timestamp | |
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. |
github.com/theupdateframework/notary/tuf/validation | |
github.com/theupdateframework/notary/utils | |
golang.org/x/net/context | Package context defines the Context type, which carries deadlines, cancellation signals, and other request-scoped values across API boundaries and between processes. |
io | Package io provides basic interfaces to I/O primitives. |
net/http | Package http provides HTTP client and server implementations. |
sort | Package sort provides primitives for sorting slices and user-defined collections. |
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. |
time | Package time provides functionality for measuring and displaying time. |