encoding/json | Package json implements encoding and decoding of JSON as defined in RFC 7159. |
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/Microsoft/opengcs/service/gcs/prot | Package prot defines any structures used in the communication between the HCS and the GCS. |
github.com/Microsoft/opengcs/service/gcsutils/gcstools/commoncli | |
github.com/Microsoft/opengcs/service/gcsutils/libtar2vhd | |
github.com/Microsoft/opengcs/service/gcsutils/remotefs | |
github.com/sirupsen/logrus | Package logrus is a structured logger for Go, completely API compatible with the standard library logger. |
github.com/vishvananda/netlink | Package netlink provides a simple library for netlink. |
github.com/vishvananda/netns | Package netns allows ultra-simple network namespace handling. |
net | Package net provides a portable interface for network I/O, including TCP/IP, UDP, domain name resolution, and Unix domain sockets. |
os | Package os provides a platform-independent interface to operating system functionality. |
os/exec | Package exec runs external commands. |
path/filepath | Package filepath implements utility routines for manipulating filename paths in a way compatible with the target operating system-defined file paths. |
runtime | Package runtime contains operations that interact with Go's runtime system, such as functions to control goroutines. |