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. |
errors | Package errors implements functions to manipulate errors. |
fmt | Package fmt implements formatted I/O with functions analogous to C's printf and scanf. |
github.com/Microsoft/go-winio | This package provides utilities for efficiently performing Win32 IO operations in Go. |
github.com/Microsoft/go-winio/pkg/etw | Package etw provides support for TraceLogging-based ETW (Event Tracing for Windows). |
github.com/Microsoft/go-winio/pkg/etwlogrus | |
github.com/Microsoft/go-winio/pkg/guid | Package guid provides a GUID type. |
github.com/Microsoft/hcsshim/hcn | Package hcn is a shim for the Host Compute Networking (HCN) service, which manages networking for Windows Server containers and Hyper-V containers. |
github.com/Microsoft/hcsshim/internal/computeagent | Code generated by protoc-gen-go-ttrpc. |
github.com/Microsoft/hcsshim/internal/debug | |
github.com/Microsoft/hcsshim/internal/log | |
github.com/Microsoft/hcsshim/internal/ncproxy/networking | |
github.com/Microsoft/hcsshim/internal/ncproxy/store | |
github.com/Microsoft/hcsshim/internal/ncproxyttrpc | Code generated by protoc-gen-go-ttrpc. |
github.com/Microsoft/hcsshim/internal/oc | |
github.com/Microsoft/hcsshim/internal/uvm | This package describes the external interface for utility VMs. |
github.com/Microsoft/hcsshim/pkg/ncproxy/ncproxygrpc/v0 | |
github.com/Microsoft/hcsshim/pkg/ncproxy/ncproxygrpc/v1 | |
github.com/Microsoft/hcsshim/pkg/ncproxy/nodenetsvc/v0 | |
github.com/Microsoft/hcsshim/pkg/ncproxy/nodenetsvc/v1 | Package v1 contains the proto and compiled go files for the node network service v1 implementation. |
github.com/Microsoft/hcsshim/pkg/octtrpc | |
github.com/containerd/ttrpc | package ttrpc defines and implements a low level simple transfer protocol optimized for low latency and reliable connections between processes on the same host. |
github.com/containerd/typeurl | |
github.com/gogo/protobuf/types | Package types contains code for interacting with well-known types. |
github.com/pkg/errors | Package errors provides simple error handling primitives. |
github.com/sirupsen/logrus | Package logrus is a structured logger for Go, completely API compatible with the standard library logger. |
github.com/urfave/cli | Package cli provides a minimal framework for creating and organizing command line Go applications. |
go.etcd.io/bbolt | package bbolt implements a low-level key/value store in pure Go. |
go.opencensus.io/plugin/ocgrpc | Package ocgrpc contains OpenCensus stats and trace integrations for gRPC. |
go.opencensus.io/trace | Package trace contains support for OpenCensus distributed tracing. |
golang.org/x/sys/windows | Package windows contains an interface to the low-level operating system primitives. |
golang.org/x/sys/windows/svc | Package svc provides everything required to build Windows service. |
golang.org/x/sys/windows/svc/debug | Package debug provides facilities to execute svc.Handler on console. |
golang.org/x/sys/windows/svc/mgr | Package mgr can be used to manage Windows service programs. |
google.golang.org/grpc | Package grpc implements an RPC system called gRPC. |
google.golang.org/grpc/codes | Package codes defines the canonical error codes used by gRPC. |
google.golang.org/grpc/status | Package status implements errors returned by gRPC. |
io | Package io provides basic interfaces to I/O primitives. |
log | Package log implements a simple logging package. |
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/signal | Package signal implements access to incoming signals. |
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. |
syscall | Package syscall contains an interface to the low-level operating system primitives. |
time | Package time provides functionality for measuring and displaying time. |
unsafe | Package unsafe contains operations that step around the type safety of Go programs. |