1
1
module github.com/firecracker-microvm/firecracker-containerd
2
2
3
3
require (
4
+ github.com/Microsoft/go-winio v0.5.0 // indirect
5
+ github.com/Microsoft/hcsshim v0.8.22 // indirect
4
6
github.com/StackExchange/wmi v0.0.0-20181212234831-e0a55b97c705 // indirect
5
7
github.com/awslabs/tc-redirect-tap v0.0.0-20200708224642-a0300978797d
6
- github.com/containerd/containerd v1.5.4
8
+ github.com/bits-and-blooms/bitset v1.2.1 // indirect
9
+ github.com/containerd/containerd v1.5.7
10
+ github.com/containerd/continuity v0.2.0 // indirect
7
11
github.com/containerd/fifo v1.0.0
8
12
github.com/containerd/go-runc v1.0.0
9
13
github.com/containerd/ttrpc v1.0.2
@@ -13,22 +17,31 @@ require (
13
17
github.com/firecracker-microvm/firecracker-go-sdk v0.22.1-0.20210520223842-abd0815b8bf9
14
18
github.com/go-ole/go-ole v1.2.4 // indirect
15
19
github.com/gofrs/uuid v3.3.0+incompatible
20
+ github.com/gogo/googleapis v1.4.1 // indirect
16
21
github.com/gogo/protobuf v1.3.2
17
- github.com/golang/protobuf v1.4.3
22
+ github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
23
+ github.com/golang/protobuf v1.5.2
24
+ github.com/google/uuid v1.3.0 // indirect
18
25
github.com/hashicorp/go-multierror v1.1.0
26
+ github.com/klauspost/compress v1.13.6 // indirect
19
27
github.com/mdlayher/vsock v0.0.0-20190329173812-a92c53d5dcab
20
28
github.com/miekg/dns v1.1.25
21
- github.com/opencontainers/runc v1.0.0-rc95
22
- github.com/opencontainers/runtime-spec v1.0.3-0.20210326190908-1c3f411f0417
29
+ github.com/opencontainers/runc v1.0.2
30
+ github.com/opencontainers/runtime-spec v1.0.3-0.20210910115017-0d6cc581aeea
31
+ github.com/opencontainers/selinux v1.8.5 // indirect
23
32
github.com/pkg/errors v0.9.1
24
33
github.com/shirou/gopsutil v2.18.12+incompatible
25
34
github.com/shirou/w32 v0.0.0-20160930032740-bb4de0191aa4 // indirect
26
- github.com/sirupsen/logrus v1.8.0
35
+ github.com/sirupsen/logrus v1.8.1
27
36
github.com/stretchr/testify v1.6.1
28
37
github.com/vishvananda/netlink v1.1.1-0.20201029203352-d40f9887b852
29
- golang.org/x/sync v0.0.0-20201207232520-09787c993a3a
30
- golang.org/x/sys v0.0.0-20210426230700-d19ff857e887
31
- google.golang.org/grpc v1.34.0
38
+ go.opencensus.io v0.23.0 // indirect
39
+ golang.org/x/net v0.0.0-20211005001312-d4b1ae081e3b // indirect
40
+ golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
41
+ golang.org/x/sys v0.0.0-20211004093028-2c5d950f24ef
42
+ golang.org/x/text v0.3.7 // indirect
43
+ google.golang.org/genproto v0.0.0-20211005153810-c76a74d43a8e // indirect
44
+ google.golang.org/grpc v1.41.0
32
45
)
33
46
34
47
replace (
0 commit comments