| bytes | Package bytes implements functions for the manipulation of byte slices. |
| 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. |
| golang.org/x/crypto/ssh/terminal | Package terminal provides support functions for dealing with terminals, as commonly found on UNIX systems. |
| io | Package io provides basic interfaces to I/O primitives. |
| k8s.io/apimachinery/pkg/apis/meta/v1 | |
| k8s.io/apimachinery/pkg/runtime | |
| k8s.io/apimachinery/pkg/runtime/schema | |
| k8s.io/apimachinery/pkg/runtime/serializer | |
| k8s.io/client-go/pkg/apis/clientauthentication | |
| k8s.io/client-go/pkg/apis/clientauthentication/v1alpha1 | |
| k8s.io/client-go/tools/clientcmd/api | |
| 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. |
| sync | Package sync provides basic synchronization primitives such as mutual exclusion locks. |
| time | Package time provides functionality for measuring and displaying time. |