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. |
cloud.google.com/go/pubsub/apiv1 | Package pubsub is an auto-generated package for the Cloud Pub/Sub API. |
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. |
fmt | Package fmt implements formatted I/O with functions analogous to C's printf and scanf. |
github.com/google/subcommands | Package subcommands implements a simple way for a single command to have many subcommands, each of which takes arguments and so forth. |
github.com/streadway/amqp | Package amqp is an AMQP 0.9.1 client with RabbitMQ extensions |
gocloud.dev/gcp | Package gcp provides fundamental Wire providers and types for Google Cloud Platform (GCP). |
gocloud.dev/pubsub | Package pubsub provides an easy and portable way to interact with publish/subscribe systems. |
gocloud.dev/pubsub/gcppubsub | Package gcppubsub provides a pubsub implementation that uses GCP PubSub. |
gocloud.dev/pubsub/rabbitpubsub | |
golang.org/x/oauth2/google | Package google provides support for making OAuth2 authorized and authenticated HTTP requests to Google APIs. |
io | Package io provides basic interfaces to I/O primitives. |
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. |