| bufio | Package bufio implements buffered I/O. | 
    | bytes | Package bytes implements functions for the manipulation of byte slices. | 
    | encoding/json | Package json implements encoding and decoding of JSON objects as defined in RFC 4627. | 
    | fmt | Package fmt implements formatted I/O with functions analogous to C's printf and scanf. | 
    | golang.org/x/build/kubernetes/api | Package api contains the Kubernetes v1 API types. | 
    | golang.org/x/net/context | Package context defines the Context type, which carries deadlines, cancelation signals, and other request-scoped values across API boundaries and between processes. | 
    | golang.org/x/net/context/ctxhttp | Package ctxhttp provides helper functions for performing context-aware HTTP requests. | 
    | io/ioutil | Package ioutil implements some I/O utility functions. | 
    | net/http | Package http provides HTTP client and server implementations. | 
    | net/url | Package url parses URLs and implements query escaping. | 
    | strings | Package strings implements simple functions to manipulate UTF-8 encoded strings. | 
    | time | Package time provides functionality for measuring and displaying time. |