bytes | Package bytes implements functions for the manipulation of byte slices. |
cloud.google.com/go/compute/metadata | Package metadata provides access to Google Compute Engine (GCE) metadata and API service accounts. |
encoding/json | Package json implements encoding and decoding of JSON as defined in RFC 7159. |
errors | Package errors implements functions to manipulate errors. |
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/GoogleCloudPlatform/cloudsql-proxy/logging | Package logging contains helpers to support log messages. |
github.com/GoogleCloudPlatform/cloudsql-proxy/proxy/certs | Package certs implements a CertSource which speaks to the public Cloud SQL API endpoint. |
github.com/GoogleCloudPlatform/cloudsql-proxy/proxy/fuse | Package fuse provides a connection source wherein the user does not need to specify which instance they are connecting to before they start the executable. |
github.com/GoogleCloudPlatform/cloudsql-proxy/proxy/proxy | Package proxy implements client and server code for proxying an unsecure connection over SSL. |
github.com/GoogleCloudPlatform/cloudsql-proxy/proxy/util | Package util contains utility functions for use throughout the Cloud SQL Auth proxy. |
golang.org/x/net/context | Package context defines the Context type, which carries deadlines, cancellation signals, and other request-scoped values across API boundaries and between processes. |
golang.org/x/oauth2 | Package oauth2 provides support for making OAuth2 authorized and authenticated HTTP requests, as specified in RFC 6749. |
golang.org/x/oauth2/google | Package google provides support for making OAuth2 authorized and authenticated HTTP requests to Google APIs. |
google.golang.org/api/sqladmin/v1beta4 | |
io/ioutil | Package ioutil implements some I/O utility functions. |
log | Package log implements a simple logging package. |
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. |
os/exec | Package exec runs external commands. |
path/filepath | Package filepath implements utility routines for manipulating filename paths in a way compatible with the target operating system-defined file paths. |
runtime | Package runtime contains operations that interact with Go's runtime system, such as functions to control goroutines. |
strings | Package strings implements simple functions to manipulate UTF-8 encoded strings. |
sync | Package sync provides basic synchronization primitives such as mutual exclusion locks. |
time | Package time provides functionality for measuring and displaying time. |