cloud.google.com/go/httpreplay | Package httpreplay provides an API for recording and replaying traffic from HTTP-based Google API clients. |
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. |
github.com/Azure/azure-pipeline-go/pipeline | Package pipeline implements an HTTP request/response middleware pipeline whose policy objects mutate an HTTP request's URL, query parameters, and/or headers before the request is sent over the wire. |
github.com/Azure/azure-storage-blob-go/azblob | Package azblob allows you to manipulate Azure Storage containers and blobs objects. |
github.com/aws/aws-sdk-go/aws | |
github.com/aws/aws-sdk-go/aws/credentials | |
github.com/aws/aws-sdk-go/aws/session | |
github.com/dnaeon/go-vcr/recorder | |
gocloud.dev/gcp | Package gcp provides fundamental Wire providers and types for Google Cloud Platform (GCP). |
gocloud.dev/internal/testing/replay | |
gocloud.dev/internal/useragent | Package useragent includes constants and utilitiesfor setting the User-Agent for Go CDK connections to GCP. |
golang.org/x/oauth2/google | Package google provides support for making OAuth2 authorized and authenticated HTTP requests to Google APIs. |
google.golang.org/api/option | |
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. |
google.golang.org/grpc/credentials/oauth | Package oauth implements gRPC credentials using OAuth. |
io/ioutil | Package ioutil implements some I/O utility functions. |
net | Package net provides a portable interface for network I/O, including TCP/IP, UDP, domain name resolution, and Unix domain sockets. |
net/http | Package http provides HTTP client and server implementations. |
os | Package os provides a platform-independent interface to operating system functionality. |
path/filepath | Package filepath implements utility routines for manipulating filename paths in a way compatible with the target operating system-defined file paths. |
regexp | Package regexp implements regular expression search. |
testing | Package testing provides support for automated testing of Go packages. |