forked from firecracker-microvm/firecracker-containerd
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
32 lines (31 loc) · 1.7 KB
/
go.mod
File metadata and controls
32 lines (31 loc) · 1.7 KB
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
module github.com/firecracker-microvm/firecracker-containerd
require (
github.com/Microsoft/go-winio v0.4.11 // indirect
github.com/Microsoft/hcsshim v0.8.1 // indirect
github.com/boltdb/bolt v1.3.1 // indirect
github.com/containerd/cgroups v0.0.0-20181105182409-82cb49fc1779 // indirect
github.com/containerd/console v0.0.0-20181022165439-0650fd9eeb50 // indirect
github.com/containerd/containerd v1.2.0
github.com/containerd/continuity v0.0.0-20181027224239-bea7585dbfac
github.com/containerd/fifo v0.0.0-20180307165137-3d5202aec260 // indirect
github.com/containerd/go-runc v0.0.0-20180907222934-5a6d9f37cfa3 // indirect
github.com/containerd/ttrpc v0.0.0-20181001154009-f51df4475b76
github.com/containerd/typeurl v0.0.0-20181015155603-461401dc8f19 // indirect
github.com/coreos/go-systemd v0.0.0-20181031085051-9002847aa142 // indirect
github.com/firecracker-microvm/firecracker-go-sdk v0.0.0-20181116214658-451f195f2a6fd41b8cebf0a35d718643142dbe6c
github.com/godbus/dbus v0.0.0-20181025153459-66d97aec3384 // indirect
github.com/gogo/protobuf v1.1.1
github.com/google/go-cmp v0.2.0 // indirect
github.com/mdlayher/vsock v0.0.0-20181130155850-676f733b747c
github.com/opencontainers/go-digest v1.0.0-rc1 // indirect
github.com/opencontainers/runc v0.1.1 // indirect
github.com/opencontainers/runtime-spec v0.1.2-0.20181106065543-31e0d16c1cb7 // indirect
github.com/pkg/errors v0.8.0
github.com/sirupsen/logrus v1.2.0
go.etcd.io/bbolt v1.3.0 // indirect
golang.org/x/sync v0.0.0-20181108010431-42b317875d0f
golang.org/x/sys v0.0.0-20181107165924-66b7b1311ac8
google.golang.org/genproto v0.0.0-20181109154231-b5d43981345b // indirect
google.golang.org/grpc v1.16.0
gotest.tools v2.2.0+incompatible // indirect
)