context | Package context defines the Context type, which carries deadlines, cancellation signals, and other request-scoped values across API boundaries and between processes. |
github.com/containerd/containerd | |
github.com/containerd/containerd/defaults | Package defaults provides several common defaults for interacting with containerd. |
github.com/containerd/containerd/services/server/config | |
github.com/containerd/containerd/sys | |
github.com/containerd/log | Package log provides types and functions related to logging, passing loggers through a context, and attaching context to the logger. |
github.com/docker/docker/pkg/pidfile | Package pidfile provides structure and helper functions to create and remove PID file. |
github.com/docker/docker/pkg/process | Package process provides a set of basic functions to manage individual processes. |
github.com/docker/docker/pkg/system | |
github.com/pelletier/go-toml | Package toml is a TOML parser and manipulation library. |
github.com/pkg/errors | Package errors provides simple error handling primitives. |
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc | Package otelgrpc is the instrumentation library for google.golang.org/grpc. |
google.golang.org/grpc | Package grpc implements an RPC system called gRPC. |
google.golang.org/grpc/credentials/insecure | Package insecure provides an implementation of the credentials.TransportCredentials interface which disables transport security. |
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. |
strings | Package strings implements simple functions to manipulate UTF-8 encoded strings. |
time | Package time provides functionality for measuring and displaying time. |