gocloud.devgocloud.dev/internal/testing/setup

Imports of package setup

PathSynopsis
contextPackage context defines the Context type, which carries deadlines, cancellation signals, and other request-scoped values across API boundaries and between processes.
flagPackage flag implements command-line flag parsing.
github.com/Azure/azure-pipeline-go/pipelinePackage 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/azblobPackage 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/google/go-replayers/grpcreplay
github.com/google/go-replayers/httpreplay
github.com/google/go-replayers/httpreplay/google
gocloud.dev/gcpPackage gcp provides fundamental Wire providers and types for Google Cloud Platform (GCP).
gocloud.dev/internal/useragentPackage useragent includes constants and utilitiesfor setting the User-Agent for Go CDK connections to GCP.
golang.org/x/oauth2/googlePackage google provides support for making OAuth2 authorized and authenticated HTTP requests to Google APIs.
google.golang.org/api/option
google.golang.org/grpcPackage grpc implements an RPC system called gRPC.
google.golang.org/grpc/credentialsPackage 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/oauthPackage oauth implements gRPC credentials using OAuth.
io/ioutilPackage ioutil implements some I/O utility functions.
net/httpPackage http provides HTTP client and server implementations.
osPackage os provides a platform-independent interface to operating system functionality.
path/filepathPackage filepath implements utility routines for manipulating filename paths in a way compatible with the target operating system-defined file paths.
testingPackage testing provides support for automated testing of Go packages.
timePackage time provides functionality for measuring and displaying time.