| fmt | Package fmt implements formatted I/O with functions analogous to C's printf and scanf. |
| github.com/mitchellh/go-wordwrap | |
| github.com/moby/term | Package term provides structures and helper functions to work with terminal (state, sizes). |
| golang.org/x/sys/unix | |
| io | Package io provides basic interfaces to I/O primitives. |
| k8s.io/apimachinery/pkg/util/runtime | |
| k8s.io/client-go/tools/remotecommand | Package remotecommand adds support for executing commands in containers, with support for separate stdin, stdout, and stderr streams, as well as TTY. |
| k8s.io/kubectl/pkg/util/interrupt | |
| os | Package os provides a platform-independent interface to operating system functionality. |
| os/signal | Package signal implements access to incoming signals. |
| runtime | Package runtime contains operations that interact with Go's runtime system, such as functions to control goroutines. |