| 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. |
| 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/golang/glog | Package glog implements logging analogous to the Google-internal C++ INFO/ERROR/V setup. |
| github.com/hawkular/hawkular-client-go/metrics | |
| github.com/influxdata/influxdb/client | Package client implements a now-deprecated client for InfluxDB; use github.com/influxdata/influxdb/client/v2 instead. |
| 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/cloudmonitoring/v2beta2 | |
| google.golang.org/cloud/compute/metadata | |
| io | Package io provides basic interfaces to I/O primitives. |
| io/ioutil | Package ioutil implements some I/O utility functions. |
| k8s.io/kubernetes/pkg/admission | |
| k8s.io/kubernetes/pkg/api | |
| k8s.io/kubernetes/pkg/api/errors | |
| k8s.io/kubernetes/pkg/api/resource | |
| k8s.io/kubernetes/pkg/client/clientset_generated/internalclientset | |
| k8s.io/kubernetes/pkg/client/restclient | |
| k8s.io/kubernetes/pkg/client/unversioned/clientcmd | |
| math | Package math provides basic constants and mathematical functions. |
| net/http | Package http provides HTTP client and server implementations. |
| net/url | Package url parses URLs and implements query escaping. |
| sort | Package sort provides primitives for sorting slices and user-defined collections. |
| strconv | Package strconv implements conversions to and from string representations of basic data types. |
| strings | Package strings implements simple functions to manipulate UTF-8 encoded strings. |
| time | Package time provides functionality for measuring and displaying time. |