context | Package context defines the Context type, which carries deadlines, cancellation signals, and other request-scoped values across API boundaries and between processes. |
flag | Package flag implements command-line flag parsing. |
google.golang.org/grpc | Package grpc implements an RPC system called gRPC. |
google.golang.org/grpc/credentials/alts | Package alts implements the ALTS credential support by gRPC library, which encapsulates all the state needed by a client to authenticate with a server using ALTS and make various assertions, e.g., about the client's identity, role, or whether it is authorized to make a particular call. |
google.golang.org/grpc/grpclog | Package grpclog defines logging for grpc. |
google.golang.org/grpc/interop/grpc_testing | |
time | Package time provides functionality for measuring and displaying time. |