bytes | Package bytes implements functions for the manipulation of byte slices. |
cloud.google.com/go/compute/metadata | Package metadata provides access to Google Compute Engine (GCE) metadata and API service accounts. |
cloud.google.com/go/internal/version | Package version contains version information for Google Cloud Client Libraries for Go, as reported in request headers. |
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/golang/protobuf/proto | Package proto provides functionality for handling protocol buffer messages. |
github.com/golang/protobuf/ptypes | Package ptypes provides functionality for interacting with well-known types. |
github.com/google/pprof/profile | Package profile provides a representation of profile.proto and methods to encode/decode profiles in this format. |
github.com/googleapis/gax-go | |
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. |
google.golang.org/api/option | |
google.golang.org/api/transport/grpc | |
google.golang.org/genproto/googleapis/devtools/cloudprofiler/v2 | |
google.golang.org/genproto/googleapis/rpc/errdetails | |
google.golang.org/grpc | Package grpc implements an RPC system called gRPC. |
google.golang.org/grpc/codes | Package codes defines the canonical error codes used by gRPC. |
google.golang.org/grpc/metadata | Package metadata define the structure of the metadata supported by gRPC library. |
google.golang.org/grpc/status | Package status implements errors returned by gRPC. |
log | Package log implements a simple logging package. |
os | Package os provides a platform-independent interface to operating system functionality. |
regexp | Package regexp implements regular expression search. |
runtime | Package runtime contains operations that interact with Go's runtime system, such as functions to control goroutines. |
runtime/pprof | Package pprof writes runtime profiling data in the format expected by the pprof visualization tool. |
strings | Package strings implements simple functions to manipulate UTF-8 encoded strings. |
sync | Package sync provides basic synchronization primitives such as mutual exclusion locks. |
time | Package time provides functionality for measuring and displaying time. |