Convert vendor.conf to go.mod with go mod init
Signed-off-by: Shengjing Zhu <zhsj@debian.org>
This commit is contained in:
parent
7ccd0646e4
commit
9aafdbdb4e
93
go.mod
Normal file
93
go.mod
Normal file
@ -0,0 +1,93 @@
|
|||||||
|
module github.com/containerd/containerd
|
||||||
|
|
||||||
|
go 1.15
|
||||||
|
|
||||||
|
require (
|
||||||
|
github.com/BurntSushi/toml v0.3.1
|
||||||
|
github.com/Microsoft/go-winio v0.4.14
|
||||||
|
github.com/Microsoft/hcsshim v0.8.10
|
||||||
|
github.com/beorn7/perks v1.0.1
|
||||||
|
github.com/cilium/ebpf v0.0.0-20200702112145-1c8d4c9ef775
|
||||||
|
github.com/containerd/aufs v0.0.0-20200908144142-dab0cbea06f4
|
||||||
|
github.com/containerd/btrfs v0.0.0-20201111183144-404b9149801e
|
||||||
|
github.com/containerd/cgroups v0.0.0-20200824123100-0b889c03f102
|
||||||
|
github.com/containerd/console v1.0.1
|
||||||
|
github.com/containerd/continuity v0.0.0-20200710164510-efbc4488d8fe
|
||||||
|
github.com/containerd/fifo v0.0.0-20201026212402-0724c46b320c
|
||||||
|
github.com/containerd/go-cni v1.0.1
|
||||||
|
github.com/containerd/go-runc v0.0.0-20200220073739-7016d3ce2328
|
||||||
|
github.com/containerd/imgcrypt v1.0.1
|
||||||
|
github.com/containerd/nri v0.0.0-20201007170849-eb1350a75164
|
||||||
|
github.com/containerd/ttrpc v1.0.2
|
||||||
|
github.com/containerd/typeurl v1.0.1
|
||||||
|
github.com/containerd/zfs v0.0.0-20200918131355-0a33824f23a2
|
||||||
|
github.com/containernetworking/cni v0.8.0
|
||||||
|
github.com/containernetworking/plugins v0.8.6
|
||||||
|
github.com/containers/ocicrypt v1.0.1
|
||||||
|
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/docker/spdystream v0.0.0-20160310174837-449fdfce4d96
|
||||||
|
github.com/emicklei/go-restful v2.9.5+incompatible
|
||||||
|
github.com/fsnotify/fsnotify v1.4.9
|
||||||
|
github.com/fullsailor/pkcs7 v0.0.0-20180613152042-8306686428a5
|
||||||
|
github.com/go-logr/logr v0.2.0
|
||||||
|
github.com/gogo/googleapis v1.3.2
|
||||||
|
github.com/gogo/protobuf v1.3.1
|
||||||
|
github.com/golang/protobuf v1.3.5
|
||||||
|
github.com/google/go-cmp v0.2.0
|
||||||
|
github.com/google/gofuzz v1.1.0
|
||||||
|
github.com/google/uuid v1.1.1
|
||||||
|
github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0
|
||||||
|
github.com/hashicorp/errwrap v1.0.0
|
||||||
|
github.com/hashicorp/go-multierror v1.0.0
|
||||||
|
github.com/hashicorp/golang-lru v0.5.3
|
||||||
|
github.com/imdario/mergo v0.3.7
|
||||||
|
github.com/json-iterator/go v1.1.10
|
||||||
|
github.com/matttproud/golang_protobuf_extensions v1.0.1
|
||||||
|
github.com/mistifyio/go-zfs v2.1.2-0.20190413222219-f784269be439+incompatible
|
||||||
|
github.com/moby/sys v0.0.0-20201029181738-1bc8673b5755
|
||||||
|
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd
|
||||||
|
github.com/modern-go/reflect2 v1.0.1
|
||||||
|
github.com/opencontainers/go-digest v1.0.0
|
||||||
|
github.com/opencontainers/image-spec v1.0.1
|
||||||
|
github.com/opencontainers/runc v1.0.0-rc92
|
||||||
|
github.com/opencontainers/runtime-spec v1.0.3-0.20200728170252-4d89ac9fbff6
|
||||||
|
github.com/opencontainers/selinux v1.6.0
|
||||||
|
github.com/pkg/errors v0.9.1
|
||||||
|
github.com/pmezard/go-difflib v1.0.0
|
||||||
|
github.com/prometheus/client_golang v1.6.0
|
||||||
|
github.com/prometheus/client_model v0.2.0
|
||||||
|
github.com/prometheus/common v0.9.1
|
||||||
|
github.com/prometheus/procfs v0.0.11
|
||||||
|
github.com/shurcooL/sanitized_anchor_name v1.0.0
|
||||||
|
github.com/sirupsen/logrus v1.7.0
|
||||||
|
github.com/stretchr/testify v1.4.0
|
||||||
|
github.com/syndtr/gocapability v0.0.0-20180916011248-d98352740cb2
|
||||||
|
github.com/tchap/go-patricia v2.2.6+incompatible
|
||||||
|
github.com/urfave/cli v1.22.1
|
||||||
|
github.com/willf/bitset v1.1.11
|
||||||
|
go.etcd.io/bbolt v1.3.5
|
||||||
|
go.opencensus.io v0.22.0
|
||||||
|
golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9
|
||||||
|
golang.org/x/net v0.0.0-20200707034311-ab3426394381
|
||||||
|
golang.org/x/oauth2 v0.0.0-20191202225959-858c2ad4c8b6
|
||||||
|
golang.org/x/sync v0.0.0-20181108010431-42b317875d0f
|
||||||
|
golang.org/x/sys v0.0.0-20201013081832-0aaa2718063a
|
||||||
|
golang.org/x/text v0.3.3
|
||||||
|
golang.org/x/time v0.0.0-20191024005414-555d28b269f0
|
||||||
|
google.golang.org/genproto v0.0.0-20200224152610-e50cd9704f63
|
||||||
|
google.golang.org/grpc v1.27.1
|
||||||
|
gopkg.in/inf.v0 v0.9.1
|
||||||
|
gopkg.in/square/go-jose.v2 v2.3.1
|
||||||
|
gopkg.in/yaml.v2 v2.2.8
|
||||||
|
k8s.io/api v0.19.4
|
||||||
|
k8s.io/apimachinery v0.19.4
|
||||||
|
k8s.io/apiserver v0.19.4
|
||||||
|
k8s.io/client-go v0.19.4
|
||||||
|
k8s.io/component-base v0.19.4
|
||||||
|
k8s.io/cri-api v0.19.4
|
||||||
|
k8s.io/utils v0.0.0-20200729134348-d5654de09c73
|
||||||
|
sigs.k8s.io/yaml v1.2.0
|
||||||
|
)
|
107
vendor.conf
107
vendor.conf
@ -1,107 +0,0 @@
|
|||||||
github.com/beorn7/perks v1.0.1
|
|
||||||
github.com/BurntSushi/toml v0.3.1
|
|
||||||
github.com/cespare/xxhash/v2 v2.1.1
|
|
||||||
github.com/containerd/btrfs 404b9149801e455c8076f615b06dc0abee0a977a
|
|
||||||
github.com/containerd/cgroups 0b889c03f102012f1d93a97ddd3ef71cd6f4f510
|
|
||||||
github.com/containerd/console v1.0.1
|
|
||||||
github.com/containerd/continuity efbc4488d8fe1bdc16bde3b2d2990d9b3a899165
|
|
||||||
github.com/containerd/fifo 0724c46b320cf96bb172a0550c19a4b1fca4dacb
|
|
||||||
github.com/containerd/go-runc 7016d3ce2328dd2cb1192b2076ebd565c4e8df0c
|
|
||||||
github.com/containerd/nri eb1350a75164f76de48e3605389e7a3fbc85d06e
|
|
||||||
github.com/containerd/ttrpc v1.0.2
|
|
||||||
github.com/containerd/typeurl v1.0.1
|
|
||||||
github.com/coreos/go-systemd/v22 v22.1.0
|
|
||||||
github.com/cpuguy83/go-md2man/v2 v2.0.0
|
|
||||||
github.com/docker/go-events e31b211e4f1cd09aa76fe4ac244571fab96ae47f
|
|
||||||
github.com/docker/go-metrics v0.0.1
|
|
||||||
github.com/docker/go-units v0.4.0
|
|
||||||
github.com/godbus/dbus/v5 v5.0.3
|
|
||||||
github.com/gogo/googleapis v1.3.2
|
|
||||||
github.com/gogo/protobuf v1.3.1
|
|
||||||
github.com/golang/protobuf v1.3.5
|
|
||||||
github.com/google/go-cmp v0.2.0
|
|
||||||
github.com/google/uuid v1.1.1
|
|
||||||
github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0
|
|
||||||
github.com/hashicorp/errwrap v1.0.0
|
|
||||||
github.com/hashicorp/go-multierror v1.0.0
|
|
||||||
github.com/hashicorp/golang-lru v0.5.3
|
|
||||||
github.com/imdario/mergo v0.3.7
|
|
||||||
github.com/matttproud/golang_protobuf_extensions v1.0.1
|
|
||||||
github.com/Microsoft/go-winio v0.4.14
|
|
||||||
github.com/Microsoft/hcsshim v0.8.10
|
|
||||||
github.com/moby/sys symlink/v0.1.0
|
|
||||||
github.com/opencontainers/go-digest v1.0.0
|
|
||||||
github.com/opencontainers/image-spec v1.0.1
|
|
||||||
github.com/opencontainers/runc v1.0.0-rc92
|
|
||||||
github.com/opencontainers/runtime-spec 4d89ac9fbff6c455f46a5bb59c6b1bb7184a5e43 # v1.0.3-0.20200728170252-4d89ac9fbff6
|
|
||||||
github.com/pkg/errors v0.9.1
|
|
||||||
github.com/prometheus/client_golang v1.6.0
|
|
||||||
github.com/prometheus/client_model v0.2.0
|
|
||||||
github.com/prometheus/common v0.9.1
|
|
||||||
github.com/prometheus/procfs v0.0.11
|
|
||||||
github.com/russross/blackfriday/v2 v2.0.1
|
|
||||||
github.com/shurcooL/sanitized_anchor_name v1.0.0
|
|
||||||
github.com/sirupsen/logrus v1.7.0
|
|
||||||
github.com/syndtr/gocapability d98352740cb2c55f81556b63d4a1ec64c5a319c2
|
|
||||||
github.com/urfave/cli v1.22.1 # NOTE: urfave/cli must be <= v1.22.1 due to a regression: https://github.com/urfave/cli/issues/1092
|
|
||||||
go.etcd.io/bbolt v1.3.5
|
|
||||||
go.opencensus.io v0.22.0
|
|
||||||
golang.org/x/net ab34263943818b32f575efc978a3d24e80b04bd7
|
|
||||||
golang.org/x/sync 42b317875d0fa942474b76e1b46a6060d720ae6e
|
|
||||||
golang.org/x/sys 0aaa2718063a42560507fce2cc04508608ca23b3
|
|
||||||
golang.org/x/text v0.3.3
|
|
||||||
google.golang.org/genproto e50cd9704f63023d62cd06a1994b98227fc4d21a
|
|
||||||
google.golang.org/grpc v1.27.1
|
|
||||||
gotest.tools/v3 v3.0.2
|
|
||||||
|
|
||||||
# cgroups dependencies
|
|
||||||
github.com/cilium/ebpf 1c8d4c9ef7759622653a1d319284a44652333b28
|
|
||||||
|
|
||||||
# cri dependencies
|
|
||||||
github.com/davecgh/go-spew v1.1.1
|
|
||||||
github.com/docker/spdystream 449fdfce4d962303d702fec724ef0ad181c92528
|
|
||||||
github.com/emicklei/go-restful v2.9.5
|
|
||||||
github.com/go-logr/logr v0.2.0
|
|
||||||
github.com/google/gofuzz v1.1.0
|
|
||||||
github.com/json-iterator/go v1.1.10
|
|
||||||
github.com/modern-go/concurrent 1.0.3
|
|
||||||
github.com/modern-go/reflect2 v1.0.1
|
|
||||||
github.com/opencontainers/selinux v1.6.0
|
|
||||||
github.com/pmezard/go-difflib v1.0.0
|
|
||||||
github.com/stretchr/testify v1.4.0
|
|
||||||
github.com/tchap/go-patricia v2.2.6
|
|
||||||
github.com/willf/bitset v1.1.11
|
|
||||||
golang.org/x/crypto 75b288015ac94e66e3d6715fb68a9b41bf046ec2
|
|
||||||
golang.org/x/oauth2 858c2ad4c8b6c5d10852cb89079f6ca1c7309787
|
|
||||||
golang.org/x/time 555d28b269f0569763d25dbe1a237ae74c6bcc82
|
|
||||||
gopkg.in/inf.v0 v0.9.1
|
|
||||||
gopkg.in/yaml.v2 v2.2.8
|
|
||||||
k8s.io/api v0.19.4
|
|
||||||
k8s.io/apimachinery v0.19.4
|
|
||||||
k8s.io/apiserver v0.19.4
|
|
||||||
k8s.io/client-go v0.19.4
|
|
||||||
k8s.io/component-base v0.19.4
|
|
||||||
k8s.io/cri-api v0.19.4
|
|
||||||
k8s.io/klog/v2 v2.2.0
|
|
||||||
k8s.io/utils d5654de09c73da55eb19ae4ab4f734f7a61747a6
|
|
||||||
sigs.k8s.io/structured-merge-diff/v4 v4.0.1
|
|
||||||
sigs.k8s.io/yaml v1.2.0
|
|
||||||
|
|
||||||
# cni dependencies
|
|
||||||
github.com/containerd/go-cni v1.0.1
|
|
||||||
github.com/containernetworking/cni v0.8.0
|
|
||||||
github.com/containernetworking/plugins v0.8.6
|
|
||||||
github.com/fsnotify/fsnotify v1.4.9
|
|
||||||
|
|
||||||
# image decrypt depedencies
|
|
||||||
github.com/containerd/imgcrypt v1.0.1
|
|
||||||
github.com/containers/ocicrypt v1.0.1
|
|
||||||
github.com/fullsailor/pkcs7 8306686428a5fe132eac8cb7c4848af725098bd4
|
|
||||||
gopkg.in/square/go-jose.v2 v2.3.1
|
|
||||||
|
|
||||||
# zfs dependencies
|
|
||||||
github.com/containerd/zfs 0a33824f23a2ab8ec84166f47b571ecb793b0354
|
|
||||||
github.com/mistifyio/go-zfs f784269be439d704d3dfa1906f45dd848fed2beb
|
|
||||||
|
|
||||||
# aufs dependencies
|
|
||||||
github.com/containerd/aufs dab0cbea06f43329c07667afe1a70411ad555a86
|
|
Loading…
Reference in New Issue
Block a user