This repository has been archived by the owner on Apr 20, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 28
/
go.mod
35 lines (33 loc) · 1.69 KB
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
module github.com/google/gvisor-containerd-shim
go 1.12
require (
github.com/BurntSushi/toml v0.3.0
github.com/Microsoft/go-winio v0.4.14 // indirect
github.com/Microsoft/hcsshim v0.8.6 // indirect
github.com/containerd/cgroups v0.0.0-20190328223300-4994991857f9
github.com/containerd/console v0.0.0-20180822173158-c12b1e7919c1
github.com/containerd/containerd v0.0.0-20190510190154-d0319ec44af6
github.com/containerd/continuity v0.0.0-20190815185530-f2a389ac0a02 // indirect
github.com/containerd/cri v0.0.0-20190308093238-8a0bd84b9a4c
github.com/containerd/fifo v0.0.0-20180307165137-3d5202aec260
github.com/containerd/go-runc v0.0.0-20180907222934-5a6d9f37cfa3
github.com/containerd/ttrpc v0.0.0-20190411181408-699c4e40d1e7
github.com/containerd/typeurl v0.0.0-20180627222232-a93fcdb778cd
github.com/coreos/go-systemd v0.0.0-20161114122254-48702e0da86b // indirect
github.com/docker/go-units v0.3.1 // indirect
github.com/godbus/dbus v0.0.0-20151105175453-c7fdd8b5cd55 // indirect
github.com/gogo/protobuf v1.0.0
github.com/golang/protobuf v1.1.0 // indirect
github.com/google/go-cmp v0.3.1 // indirect
github.com/opencontainers/go-digest v0.0.0-20180430190053-c9281466c8b2 // indirect
github.com/opencontainers/runc v1.0.0-rc8
github.com/opencontainers/runtime-spec v0.0.0-20180909173843-eba862dc2470
github.com/pkg/errors v0.8.1
github.com/sirupsen/logrus v1.4.1
golang.org/x/net v0.0.0-20170716174642-b3756b4b77d7 // indirect
golang.org/x/sync v0.0.0-20190423024810-112230192c58 // indirect
golang.org/x/sys v0.0.0-20190507160741-ecd444e8653b
google.golang.org/genproto v0.0.0-20170523043604-d80a6e20e776 // indirect
google.golang.org/grpc v1.12.0
gotest.tools v2.2.0+incompatible // indirect
)