archive/zip | Package zip provides support for reading and writing ZIP archives. |
bufio | Package bufio implements buffered I/O. It wraps an io.Reader or io.Writer object, creating another object (Reader or Writer) that also implements the interface but provides buffering and some help for textual I/O. |
encoding/hex | Package hex implements hexadecimal encoding and decoding. |
errors | Package errors implements functions to manipulate errors. |
fmt | Package fmt implements formatted I/O with functions analogous to C's printf and scanf. |
github.com/Sirupsen/logrus | |
github.com/docker/distribution/registry/client/auth | |
github.com/docker/distribution/registry/client/transport | |
github.com/docker/docker/pkg/term | |
github.com/docker/go-connections/tlsconfig | Package tlsconfig provides primitives to retrieve secure-enough TLS configurations for both clients and servers. |
github.com/docker/notary | |
github.com/docker/notary/client | |
github.com/docker/notary/cryptoservice | |
github.com/docker/notary/passphrase | |
github.com/docker/notary/trustmanager | |
github.com/docker/notary/trustpinning | |
github.com/docker/notary/tuf/data | |
github.com/docker/notary/tuf/utils | |
github.com/docker/notary/utils | |
github.com/docker/notary/version | |
github.com/mitchellh/go-homedir | |
github.com/olekukonko/tablewriter | |
github.com/spf13/cobra | Package cobra is a commander providing a simple interface to create powerful modern CLI interfaces. |
github.com/spf13/viper | |
io | Package io provides basic interfaces to I/O primitives. |
io/ioutil | Package ioutil implements some I/O utility functions. |
net | Package net provides a portable interface for network I/O, including TCP/IP, UDP, domain name resolution, and Unix domain sockets. |
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. |
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. |