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/dnaeon/go-vcr/recorder
gocloud.dev/gcpPackage gcp provides fundamental Wire providers and types for Google Cloud Platform (GCP).
gocloud.dev/internal/testing/replay
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/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.
netPackage net provides a portable interface for network I/O, including TCP/IP, UDP, domain name resolution, and Unix domain sockets.
net/httpPackage http provides HTTP client and server implementations.
regexpPackage regexp implements regular expression search.
testingPackage testing provides support for automated testing of Go packages.