Imports of package oci

PathSynopsis
bytesPackage bytes implements functions for the manipulation of byte slices.
contextPackage context defines the Context type, which carries deadlines, cancellation signals, and other request-scoped values across API boundaries and between processes.
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
github.com/containerd/containerd/containers
github.com/containerd/containerd/mount
github.com/containerd/containerd/namespaces
github.com/containerd/containerd/oci
github.com/containerd/containerd/pkg/usernsDeprecated: use github.com/moby/sys/userns
github.com/containerd/continuity/fs
github.com/docker/docker/libnetwork/resolvconfPackage resolvconf provides utility code to query and update DNS configuration in /etc/resolv.conf
github.com/docker/docker/pkg/idtools
github.com/mitchellh/hashstructure/v2
github.com/moby/buildkit/executor
github.com/moby/buildkit/identity
github.com/moby/buildkit/snapshot
github.com/moby/buildkit/solver/pb
github.com/moby/buildkit/util/flightcontrol
github.com/moby/buildkit/util/network
github.com/moby/buildkit/util/rootless/mountopts
github.com/moby/buildkit/util/tracing/exec
github.com/moby/sys/user
github.com/opencontainers/runtime-spec/specs-go
github.com/opencontainers/selinux/go-selinux
github.com/pkg/errorsPackage errors provides simple error handling primitives.
osPackage os provides a platform-independent interface to operating system functionality.
pathPackage path implements utility routines for manipulating slash-separated paths.
path/filepathPackage filepath implements utility routines for manipulating filename paths in a way compatible with the target operating system-defined file paths.
runtimePackage runtime contains operations that interact with Go's runtime system, such as functions to control goroutines.
strconvPackage strconv implements conversions to and from string representations of basic data types.
stringsPackage strings implements simple functions to manipulate UTF-8 encoded strings.
syncPackage sync provides basic synchronization primitives such as mutual exclusion locks.