50 lines
1.9 KiB
Modula-2
50 lines
1.9 KiB
Modula-2
module github.com/containers/common
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/BurntSushi/toml v1.1.0
|
|
github.com/containerd/containerd v1.6.4
|
|
github.com/containernetworking/cni v1.1.0
|
|
github.com/containernetworking/plugins v1.1.1
|
|
github.com/containers/image/v5 v5.21.1
|
|
github.com/containers/ocicrypt v1.1.4-0.20220428134531-566b808bdf6f
|
|
github.com/containers/storage v1.40.2
|
|
github.com/coreos/go-systemd/v22 v22.3.2
|
|
github.com/cyphar/filepath-securejoin v0.2.3
|
|
github.com/disiqueira/gotree/v3 v3.0.2
|
|
github.com/docker/distribution v2.8.1+incompatible
|
|
github.com/docker/docker v20.10.15+incompatible
|
|
github.com/docker/go-units v0.4.0
|
|
github.com/ghodss/yaml v1.0.0
|
|
github.com/godbus/dbus/v5 v5.1.0
|
|
github.com/hashicorp/go-multierror v1.1.1
|
|
github.com/jinzhu/copier v0.3.5
|
|
github.com/json-iterator/go v1.1.12
|
|
github.com/onsi/ginkgo/v2 v2.1.4
|
|
github.com/onsi/gomega v1.19.0
|
|
github.com/opencontainers/go-digest v1.0.0
|
|
github.com/opencontainers/image-spec v1.0.3-0.20211202193544-a5463b7f9c84
|
|
github.com/opencontainers/runc v1.1.1
|
|
github.com/opencontainers/runtime-spec v1.0.3-0.20210326190908-1c3f411f0417
|
|
github.com/opencontainers/runtime-tools v0.9.0
|
|
github.com/opencontainers/selinux v1.10.1
|
|
github.com/pkg/errors v0.9.1
|
|
github.com/seccomp/libseccomp-golang v0.9.2-0.20210429002308-3879420cc921
|
|
github.com/sirupsen/logrus v1.8.1
|
|
github.com/spf13/cobra v1.4.0
|
|
github.com/spf13/pflag v1.0.5
|
|
github.com/stretchr/testify v1.7.1
|
|
github.com/syndtr/gocapability v0.0.0-20200815063812-42c35b437635
|
|
github.com/vishvananda/netlink v1.1.1-0.20210330154013-f5de75959ad5
|
|
go.etcd.io/bbolt v1.3.6
|
|
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
|
|
golang.org/x/sys v0.0.0-20220422013727-9388b58f7150
|
|
golang.org/x/term v0.0.0-20210927222741-03fcf44c2211
|
|
)
|
|
|
|
retract (
|
|
v1.0.1 // This version is used only to publish retraction of v1.0.1.
|
|
v1.0.0 // We reverted to v0.… version numbers; the v1.0.0 tag was actually deleted.
|
|
)
|