context | Package context defines the Context type, which carries deadlines, cancellation signals, and other request-scoped values across API boundaries and between processes. |
encoding/json | Package json implements encoding and decoding of JSON as defined in RFC 7159. |
fmt | Package fmt implements formatted I/O with functions analogous to C's printf and scanf. |
github.com/Microsoft/opengcs/internal/log | |
github.com/Microsoft/opengcs/internal/network | |
github.com/Microsoft/opengcs/internal/oc | |
github.com/Microsoft/opengcs/service/gcs/gcserr | |
github.com/Microsoft/opengcs/service/gcs/prot | Package prot defines any structures used in the communication between the HCS and the GCS. |
github.com/opencontainers/runc/libcontainer/configs | |
github.com/opencontainers/runc/libcontainer/devices | |
github.com/opencontainers/runc/libcontainer/user | Package user is an alias for github.com/moby/sys/user. |
github.com/opencontainers/runtime-spec/specs-go | |
github.com/pkg/errors | Package errors provides simple error handling primitives. |
go.opencensus.io/trace | Package trace contains support for OpenCensus distributed tracing. |
io/ioutil | Package ioutil implements some I/O utility functions. |
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. |
strconv | Package strconv implements conversions to and from string representations of basic data types. |
strings | Package strings implements simple functions to manipulate UTF-8 encoded strings. |
sync | Package sync provides basic synchronization primitives such as mutual exclusion locks. |
time | Package time provides functionality for measuring and displaying time. |