124 lines
5.3 KiB
Modula-2
124 lines
5.3 KiB
Modula-2
module github.com/containerd/containerd
|
|
|
|
go 1.17
|
|
|
|
require (
|
|
github.com/Microsoft/go-winio v0.4.17
|
|
github.com/Microsoft/hcsshim v0.8.23
|
|
github.com/containerd/aufs v1.0.0
|
|
github.com/containerd/btrfs v1.0.0
|
|
github.com/containerd/cgroups v1.0.1
|
|
github.com/containerd/console v1.0.2
|
|
github.com/containerd/continuity v0.1.0
|
|
github.com/containerd/fifo v1.0.0
|
|
github.com/containerd/go-cni v1.0.2
|
|
github.com/containerd/go-runc v1.0.0
|
|
github.com/containerd/imgcrypt v1.1.1
|
|
github.com/containerd/nri v0.1.0
|
|
github.com/containerd/ttrpc v1.1.0
|
|
github.com/containerd/typeurl v1.0.2
|
|
github.com/containerd/zfs v1.0.0
|
|
github.com/containernetworking/plugins v0.9.1
|
|
github.com/coreos/go-systemd/v22 v22.3.2
|
|
github.com/davecgh/go-spew v1.1.1
|
|
github.com/docker/go-events v0.0.0-20190806004212-e31b211e4f1c
|
|
github.com/docker/go-metrics v0.0.1
|
|
github.com/docker/go-units v0.4.0
|
|
github.com/emicklei/go-restful v2.9.5+incompatible
|
|
github.com/fsnotify/fsnotify v1.4.9
|
|
github.com/gogo/googleapis v1.4.0
|
|
github.com/gogo/protobuf v1.3.2
|
|
github.com/golang/protobuf v1.5.0
|
|
github.com/google/go-cmp v0.5.5
|
|
github.com/google/uuid v1.2.0
|
|
github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0
|
|
github.com/hashicorp/go-multierror v1.0.0
|
|
github.com/imdario/mergo v0.3.12
|
|
github.com/klauspost/compress v1.11.13
|
|
github.com/moby/locker v1.0.1
|
|
github.com/moby/sys/mountinfo v0.4.1
|
|
github.com/moby/sys/symlink v0.1.0
|
|
github.com/opencontainers/go-digest v1.0.0
|
|
github.com/opencontainers/image-spec v1.0.2
|
|
github.com/opencontainers/runc v1.0.2
|
|
github.com/opencontainers/runtime-spec v1.0.3-0.20210326190908-1c3f411f0417
|
|
github.com/opencontainers/selinux v1.8.2
|
|
github.com/pelletier/go-toml v1.8.1
|
|
github.com/pkg/errors v0.9.1
|
|
github.com/prometheus/client_golang v1.7.1
|
|
github.com/sirupsen/logrus v1.8.1
|
|
github.com/stretchr/testify v1.6.1
|
|
github.com/tchap/go-patricia v2.2.6+incompatible
|
|
github.com/urfave/cli v1.22.2
|
|
go.etcd.io/bbolt v1.3.5
|
|
golang.org/x/net v0.0.0-20210226172049-e18ecbb05110
|
|
golang.org/x/sync v0.0.0-20201207232520-09787c993a3a
|
|
golang.org/x/sys v0.0.0-20210426230700-d19ff857e887
|
|
google.golang.org/grpc v1.33.2
|
|
gotest.tools/v3 v3.0.3
|
|
k8s.io/api v0.20.6
|
|
k8s.io/apimachinery v0.20.6
|
|
k8s.io/apiserver v0.20.6
|
|
k8s.io/client-go v0.20.6
|
|
k8s.io/component-base v0.20.6
|
|
k8s.io/cri-api v0.20.6
|
|
k8s.io/klog/v2 v2.4.0
|
|
k8s.io/utils v0.0.0-20201110183641-67b214c5f920
|
|
)
|
|
|
|
require (
|
|
github.com/beorn7/perks v1.0.1 // indirect
|
|
github.com/bits-and-blooms/bitset v1.2.0 // indirect
|
|
github.com/cespare/xxhash/v2 v2.1.1 // indirect
|
|
github.com/cilium/ebpf v0.6.2 // indirect
|
|
github.com/containernetworking/cni v0.8.1 // indirect
|
|
github.com/containers/ocicrypt v1.1.1 // indirect
|
|
github.com/cpuguy83/go-md2man/v2 v2.0.0 // indirect
|
|
github.com/docker/spdystream v0.0.0-20160310174837-449fdfce4d96 // indirect
|
|
github.com/go-logr/logr v0.2.0 // indirect
|
|
github.com/godbus/dbus/v5 v5.0.4 // indirect
|
|
github.com/golang/groupcache v0.0.0-20200121045136-8c9f03a8e57e // indirect
|
|
github.com/google/gofuzz v1.1.0 // indirect
|
|
github.com/hashicorp/errwrap v1.0.0 // indirect
|
|
github.com/json-iterator/go v1.1.10 // indirect
|
|
github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 // indirect
|
|
github.com/miekg/pkcs11 v1.0.3 // indirect
|
|
github.com/mistifyio/go-zfs v2.1.2-0.20190413222219-f784269be439+incompatible // indirect
|
|
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
|
|
github.com/modern-go/reflect2 v1.0.1 // indirect
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
github.com/prometheus/client_model v0.2.0 // indirect
|
|
github.com/prometheus/common v0.10.0 // indirect
|
|
github.com/prometheus/procfs v0.6.0 // indirect
|
|
github.com/russross/blackfriday/v2 v2.0.1 // indirect
|
|
github.com/satori/go.uuid v1.2.0 // indirect
|
|
github.com/shurcooL/sanitized_anchor_name v1.0.0 // indirect
|
|
github.com/stefanberger/go-pkcs11uri v0.0.0-20201008174630-78d3cae3a980 // indirect
|
|
go.mozilla.org/pkcs7 v0.0.0-20200128120323-432b2356ecb1 // indirect
|
|
go.opencensus.io v0.22.3 // indirect
|
|
golang.org/x/crypto v0.0.0-20210322153248-0c34fe9e7dc2 // indirect
|
|
golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d // indirect
|
|
golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1 // indirect
|
|
golang.org/x/text v0.3.4 // indirect
|
|
golang.org/x/time v0.0.0-20200630173020-3af7569d3a1e // indirect
|
|
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
|
|
google.golang.org/appengine v1.6.5 // indirect
|
|
google.golang.org/genproto v0.0.0-20201110150050-8816d57aaa9a // indirect
|
|
gopkg.in/inf.v0 v0.9.1 // indirect
|
|
gopkg.in/square/go-jose.v2 v2.5.1 // indirect
|
|
gopkg.in/yaml.v2 v2.4.0 // indirect
|
|
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c // indirect
|
|
sigs.k8s.io/structured-merge-diff/v4 v4.0.3 // indirect
|
|
sigs.k8s.io/yaml v1.2.0 // indirect
|
|
)
|
|
|
|
// When updating replace rules, make sure to also update the rules in integration/client/go.mod
|
|
replace (
|
|
github.com/gogo/googleapis => github.com/gogo/googleapis v1.3.2
|
|
github.com/golang/protobuf => github.com/golang/protobuf v1.3.5
|
|
// urfave/cli must be <= v1.22.1 due to a regression: https://github.com/urfave/cli/issues/1092
|
|
github.com/urfave/cli => github.com/urfave/cli v1.22.1
|
|
google.golang.org/genproto => google.golang.org/genproto v0.0.0-20200224152610-e50cd9704f63
|
|
google.golang.org/grpc => google.golang.org/grpc v1.27.1
|
|
)
|