Imports of testing command

PathSynopsis
cloud.google.com/go/internal/testutilPackage testutil contains helper functions for writing tests.
cloud.google.com/go/storage
crypto/tlsPackage tls partially implements TLS 1.2, as specified in RFC 5246, and TLS 1.3, as specified in RFC 8446.
crypto/x509Package x509 implements a subset of the X.509 standard.
errorsPackage errors implements functions to manipulate errors.
flagPackage flag implements command-line flag parsing.
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
golang.org/x/net/contextPackage context defines the Context type, which carries deadlines, cancellation signals, and other request-scoped values across API boundaries and between processes.
golang.org/x/oauth2Package oauth2 provides support for making OAuth2 authorized and authenticated HTTP requests, as specified in RFC 6749.
google.golang.org/api/option
io/ioutilPackage ioutil implements some I/O utility functions.
logPackage log implements a simple logging package.
net/httpPackage http provides HTTP client and server implementations.