cloud.google.com/go/compute/metadata | Package metadata provides access to Google Compute Engine (GCE) metadata and API service accounts. |
context | Package context defines the Context type, which carries deadlines, cancellation signals, and other request-scoped values across API boundaries and between processes. |
crypto/tls | Package tls partially implements TLS 1.2, as specified in RFC 5246, and TLS 1.3, as specified in RFC 8446. |
crypto/x509 | Package x509 implements a subset of the X.509 standard. |
encoding/base64 | Package base64 implements base64 encoding as specified by RFC 4648. |
fmt | Package fmt implements formatted I/O with functions analogous to C's printf and scanf. |
golang.org/x/build/kubernetes | Package kubernetes contains a minimal client for the Kubernetes API. |
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/compute/v1 | |
google.golang.org/api/container/v1 | |
net/http | Package http provides HTTP client and server implementations. |