module github.com/AkihiroSuda/nerdctl go 1.15 require ( github.com/containerd/cgroups v0.0.0-20200824123100-0b889c03f102 github.com/containerd/console v1.0.1 github.com/containerd/containerd v1.4.1-0.20201214195303-23315f8647ee github.com/containerd/go-cni v1.0.1 github.com/containerd/stargz-snapshotter v0.2.0 github.com/containerd/typeurl v1.0.1 github.com/containernetworking/plugins v0.9.0 github.com/docker/cli v20.10.0+incompatible github.com/docker/go-units v0.4.0 github.com/gogo/protobuf v1.3.1 github.com/mattn/go-isatty v0.0.12 github.com/opencontainers/go-digest v1.0.0 github.com/opencontainers/image-spec v1.0.1 github.com/opencontainers/runtime-spec v1.0.3-0.20200728170252-4d89ac9fbff6 github.com/pkg/errors v0.9.1 github.com/sirupsen/logrus v1.7.0 github.com/urfave/cli/v2 v2.3.0 golang.org/x/sync v0.0.0-20200625203802-6e8e738ad208 golang.org/x/sys v0.0.0-20201207223542-d4d67f95c62d )