flag | Package flag implements command-line flag parsing. |
fmt | Package fmt implements formatted I/O with functions analogous to C's printf and scanf. |
github.com/sirupsen/logrus | Package logrus is a structured logger for Go, completely API compatible with the standard library logger. |
github.com/spf13/viper | |
github.com/theupdateframework/notary | |
github.com/theupdateframework/notary/storage | |
github.com/theupdateframework/notary/trustmanager | |
github.com/theupdateframework/notary/trustmanager/remoteks | Package remoteks is a generated protocol buffer package. |
github.com/theupdateframework/notary/utils | |
google.golang.org/grpc | Package grpc implements an RPC system called gRPC. |
google.golang.org/grpc/credentials | Package credentials implements various credentials supported by gRPC library, which encapsulate all the state needed by a client to authenticate with a server and make various assertions, e.g., about the client's identity, role, or whether it is authorized to make a particular call. |
net | Package net provides a portable interface for network I/O, including TCP/IP, UDP, domain name resolution, and Unix domain sockets. |