encoding/json | Package json implements encoding and decoding of JSON as defined in RFC 7159. |
github.com/golang/glog | Package glog implements logging analogous to the Google-internal C++ INFO/ERROR/V setup. |
github.com/spf13/pflag | Package pflag is a drop-in replacement for Go's flag package, implementing POSIX/GNU-style --flags. |
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. |
golang.org/x/oauth2/jwt | Package jwt implements the OAuth 2.0 JSON Web Token flow, commonly known as "two-legged OAuth 2.0". |
io/ioutil | Package ioutil implements some I/O utility functions. |
k8s.io/kubernetes/pkg/credentialprovider | Package credentialprovider supplies interfaces and implementations for docker registry providers to expose their authentication scheme. |
net/http | Package http provides HTTP client and server implementations. |
strings | Package strings implements simple functions to manipulate UTF-8 encoded strings. |
time | Package time provides functionality for measuring and displaying time. |