context | Package context defines the Context type, which carries deadlines, cancellation signals, and other request-scoped values across API boundaries and between processes. |
fmt | Package fmt implements formatted I/O with functions analogous to C's printf and scanf. |
github.com/gofrs/flock | Package flock implements a thread-safe interface for file locking. |
github.com/gorilla/mux | Package mux implements a request router and dispatcher. |
github.com/moby/sys/mountinfo | Package mountinfo provides a set of functions to retrieve information about OS mounts. |
github.com/pkg/errors | Package errors provides simple error handling primitives. |
github.com/rootless-containers/rootlesskit/pkg/api/router | |
github.com/rootless-containers/rootlesskit/pkg/common | |
github.com/rootless-containers/rootlesskit/pkg/msgutil | Package msgutil provides utility for JSON message with uint32le header |
github.com/rootless-containers/rootlesskit/pkg/network | |
github.com/rootless-containers/rootlesskit/pkg/parent/idtools | Package idtools is forked from https://github.com/moby/moby/tree/298ba5b13150bfffe8414922a951a7a793276d31/pkg/idtools |
github.com/rootless-containers/rootlesskit/pkg/port | |
github.com/rootless-containers/rootlesskit/pkg/sigproxy | |
github.com/rootless-containers/rootlesskit/pkg/sigproxy/signal | Package signal provides helper functions for dealing with signals across various operating systems. |
github.com/sirupsen/logrus | Package logrus is a structured logger for Go, completely API compatible with the standard library logger. |
golang.org/x/sys/unix | |
io/ioutil | Package ioutil implements some I/O utility functions. |
net | Package net provides a portable interface for network I/O, including TCP/IP, UDP, domain name resolution, and Unix domain sockets. |
net/http | Package http provides HTTP client and server implementations. |
os | Package os provides a platform-independent interface to operating system functionality. |
os/exec | Package exec runs external commands. |
os/user | Package user allows user account lookups by name or id. |
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. |
syscall | Package syscall contains an interface to the low-level operating system primitives. |