|
| 1 | +module github.com/containerd/containerd |
| 2 | + |
| 3 | +go 1.15 |
| 4 | + |
| 5 | +require ( |
| 6 | + github.com/BurntSushi/toml v0.3.1 |
| 7 | + github.com/Microsoft/go-winio v0.4.14 |
| 8 | + github.com/Microsoft/hcsshim v0.8.10 |
| 9 | + github.com/beorn7/perks v1.0.1 |
| 10 | + github.com/cilium/ebpf v0.0.0-20200702112145-1c8d4c9ef775 |
| 11 | + github.com/containerd/aufs v0.0.0-20200908144142-dab0cbea06f4 |
| 12 | + github.com/containerd/btrfs v0.0.0-20201111183144-404b9149801e |
| 13 | + github.com/containerd/cgroups v0.0.0-20200824123100-0b889c03f102 |
| 14 | + github.com/containerd/console v1.0.1 |
| 15 | + github.com/containerd/continuity v0.0.0-20200710164510-efbc4488d8fe |
| 16 | + github.com/containerd/fifo v0.0.0-20201026212402-0724c46b320c |
| 17 | + github.com/containerd/go-cni v1.0.1 |
| 18 | + github.com/containerd/go-runc v0.0.0-20200220073739-7016d3ce2328 |
| 19 | + github.com/containerd/imgcrypt v1.0.1 |
| 20 | + github.com/containerd/nri v0.0.0-20201007170849-eb1350a75164 |
| 21 | + github.com/containerd/ttrpc v1.0.2 |
| 22 | + github.com/containerd/typeurl v1.0.1 |
| 23 | + github.com/containerd/zfs v0.0.0-20200918131355-0a33824f23a2 |
| 24 | + github.com/containernetworking/cni v0.8.0 |
| 25 | + github.com/containernetworking/plugins v0.8.6 |
| 26 | + github.com/containers/ocicrypt v1.0.1 |
| 27 | + github.com/davecgh/go-spew v1.1.1 |
| 28 | + github.com/docker/go-events v0.0.0-20190806004212-e31b211e4f1c |
| 29 | + github.com/docker/go-metrics v0.0.1 |
| 30 | + github.com/docker/go-units v0.4.0 |
| 31 | + github.com/docker/spdystream v0.0.0-20160310174837-449fdfce4d96 |
| 32 | + github.com/emicklei/go-restful v2.9.5+incompatible |
| 33 | + github.com/fsnotify/fsnotify v1.4.9 |
| 34 | + github.com/fullsailor/pkcs7 v0.0.0-20180613152042-8306686428a5 |
| 35 | + github.com/go-logr/logr v0.2.0 |
| 36 | + github.com/gogo/googleapis v1.3.2 |
| 37 | + github.com/gogo/protobuf v1.3.1 |
| 38 | + github.com/golang/protobuf v1.3.5 |
| 39 | + github.com/google/go-cmp v0.2.0 |
| 40 | + github.com/google/gofuzz v1.1.0 |
| 41 | + github.com/google/uuid v1.1.1 |
| 42 | + github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0 |
| 43 | + github.com/hashicorp/errwrap v1.0.0 |
| 44 | + github.com/hashicorp/go-multierror v1.0.0 |
| 45 | + github.com/hashicorp/golang-lru v0.5.3 |
| 46 | + github.com/imdario/mergo v0.3.7 |
| 47 | + github.com/json-iterator/go v1.1.10 |
| 48 | + github.com/matttproud/golang_protobuf_extensions v1.0.1 |
| 49 | + github.com/mistifyio/go-zfs v2.1.2-0.20190413222219-f784269be439+incompatible |
| 50 | + github.com/moby/sys v0.0.0-20201029181738-1bc8673b5755 |
| 51 | + github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd |
| 52 | + github.com/modern-go/reflect2 v1.0.1 |
| 53 | + github.com/opencontainers/go-digest v1.0.0 |
| 54 | + github.com/opencontainers/image-spec v1.0.1 |
| 55 | + github.com/opencontainers/runc v1.0.0-rc92 |
| 56 | + github.com/opencontainers/runtime-spec v1.0.3-0.20200728170252-4d89ac9fbff6 |
| 57 | + github.com/opencontainers/selinux v1.6.0 |
| 58 | + github.com/pkg/errors v0.9.1 |
| 59 | + github.com/pmezard/go-difflib v1.0.0 |
| 60 | + github.com/prometheus/client_golang v1.6.0 |
| 61 | + github.com/prometheus/client_model v0.2.0 |
| 62 | + github.com/prometheus/common v0.9.1 |
| 63 | + github.com/prometheus/procfs v0.0.11 |
| 64 | + github.com/shurcooL/sanitized_anchor_name v1.0.0 |
| 65 | + github.com/sirupsen/logrus v1.7.0 |
| 66 | + github.com/stretchr/testify v1.4.0 |
| 67 | + github.com/syndtr/gocapability v0.0.0-20180916011248-d98352740cb2 |
| 68 | + github.com/tchap/go-patricia v2.2.6+incompatible |
| 69 | + github.com/urfave/cli v1.22.1 |
| 70 | + github.com/willf/bitset v1.1.11 |
| 71 | + go.etcd.io/bbolt v1.3.5 |
| 72 | + go.opencensus.io v0.22.0 |
| 73 | + golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9 |
| 74 | + golang.org/x/net v0.0.0-20200707034311-ab3426394381 |
| 75 | + golang.org/x/oauth2 v0.0.0-20191202225959-858c2ad4c8b6 |
| 76 | + golang.org/x/sync v0.0.0-20181108010431-42b317875d0f |
| 77 | + golang.org/x/sys v0.0.0-20201013081832-0aaa2718063a |
| 78 | + golang.org/x/text v0.3.3 |
| 79 | + golang.org/x/time v0.0.0-20191024005414-555d28b269f0 |
| 80 | + google.golang.org/genproto v0.0.0-20200224152610-e50cd9704f63 |
| 81 | + google.golang.org/grpc v1.27.1 |
| 82 | + gopkg.in/inf.v0 v0.9.1 |
| 83 | + gopkg.in/square/go-jose.v2 v2.3.1 |
| 84 | + gopkg.in/yaml.v2 v2.2.8 |
| 85 | + k8s.io/api v0.19.4 |
| 86 | + k8s.io/apimachinery v0.19.4 |
| 87 | + k8s.io/apiserver v0.19.4 |
| 88 | + k8s.io/client-go v0.19.4 |
| 89 | + k8s.io/component-base v0.19.4 |
| 90 | + k8s.io/cri-api v0.19.4 |
| 91 | + k8s.io/utils v0.0.0-20200729134348-d5654de09c73 |
| 92 | + sigs.k8s.io/yaml v1.2.0 |
| 93 | +) |
0 commit comments