summaryrefslogtreecommitdiffhomepage
path: root/go.mod
blob: ffc33a349f6c355b8cb079fe78ee3a42e4ce9ec2 (plain)
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
36
37
38
39
40
module gvisor.dev/gvisor

go 1.14

require (
	github.com/BurntSushi/toml v0.3.1
	github.com/Microsoft/go-winio v0.4.14 // indirect
	github.com/Microsoft/hcsshim v0.8.6 // indirect
	github.com/cenkalti/backoff v0.0.0-20190506075156-2146c9339422
	github.com/containerd/cgroups v0.0.0-20200520162414-666f4a009ffb
	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 // indirect
	github.com/containerd/typeurl v0.0.0-20180627222232-a93fcdb778cd
	github.com/gofrs/flock v0.6.1-0.20180915234121-886344bea079
	github.com/gogo/protobuf v1.3.1
	github.com/golang/protobuf v1.3.1
	github.com/google/btree v1.0.0
	github.com/google/go-cmp v0.3.1 // indirect
	github.com/google/subcommands v0.0.0-20190508160503-636abe8753b8
	github.com/kr/pretty v0.2.0 // indirect
	github.com/kr/pty v1.1.1
	github.com/opencontainers/go-digest v0.0.0-20180430190053-c9281466c8b2 // indirect
	github.com/opencontainers/runc v1.0.0-rc8 // indirect
	github.com/opencontainers/runtime-spec v1.0.2
	github.com/syndtr/gocapability v0.0.0-20180916011248-d98352740cb2
	github.com/vishvananda/netlink v1.0.1-0.20190318003149-adb577d4a45e
	github.com/vishvananda/netns v0.0.0-20171111001504-be1fbeda1936 // indirect
	golang.org/x/net v0.0.0-20170716174642-b3756b4b77d7 // indirect
	golang.org/x/sys v0.0.0-20200302150141-5c8b2ff67527
	golang.org/x/time v0.0.0-20191024005414-555d28b269f0
	google.golang.org/genproto v0.0.0-20170523043604-d80a6e20e776 // indirect
	google.golang.org/grpc v1.12.0
	gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
	gotest.tools v2.2.0+incompatible // indirect
)