cloud.google.com/go/iam | Package iam supports the resource-specific operations of Google Cloud IAM (Identity and Access Management) for the Google Cloud Libraries. |
cloud.google.com/go/internal/optional | Package optional provides versions of primitive types that can be nil. |
cloud.google.com/go/internal/version | Package version contains version information for Google Cloud Client Libraries for Go, as reported in request headers. |
cloud.google.com/go/pubsub/apiv1 | Package pubsub is an auto-generated package for the Cloud Pub/Sub API. |
cloud.google.com/go/pubsub/internal/distribution | |
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/golang/protobuf/ptypes/duration | |
github.com/googleapis/gax-go | |
go.opencensus.io/plugin/ocgrpc | Package ocgrpc contains OpenCensus stats and trace integrations for gRPC. |
go.opencensus.io/stats | Package stats contains support for OpenCensus stats recording. |
go.opencensus.io/stats/view | Package view contains support for collecting and exposing aggregates over stats. |
go.opencensus.io/tag | Package tag contains OpenCensus tags. |
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. |
golang.org/x/sync/errgroup | Package errgroup provides synchronization, error propagation, and Context cancelation for groups of goroutines working on subtasks of a common task. |
golang.org/x/sync/semaphore | Package semaphore provides a weighted semaphore implementation. |
google.golang.org/api/option | |
google.golang.org/api/support/bundler | |
google.golang.org/genproto/googleapis/pubsub/v1 | Package pubsub aliases all exported identifiers in package "cloud.google.com/go/pubsub/apiv1/pubsubpb". |
google.golang.org/genproto/protobuf/field_mask | Package field_mask aliases all exported identifiers in package "google.golang.org/protobuf/types/known/fieldmaskpb". |
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/keepalive | Package keepalive defines configurable parameters for point-to-point healthcheck. |
google.golang.org/grpc/status | Package status implements errors returned by gRPC. |
io | Package io provides basic interfaces to I/O primitives. |
log | Package log implements a simple logging package. |
math | Package math provides basic constants and mathematical functions. |
os | Package os provides a platform-independent interface to operating system functionality. |
runtime | Package runtime contains operations that interact with Go's runtime system, such as functions to control goroutines. |
strings | Package strings implements simple functions to manipulate UTF-8 encoded strings. |
sync | Package sync provides basic synchronization primitives such as mutual exclusion locks. |
sync/atomic | Package atomic provides low-level atomic memory primitives useful for implementing synchronization algorithms. |
time | Package time provides functionality for measuring and displaying time. |