Skip to content

Commit 7f43605

Browse files
committed
Upgrade containerd from 1.5.4 to 1.5.7
firecracker-containerd won't be affected by GHSA-c2h3-6mxw-7mvq though. Signed-off-by: Kazuyoshi Kato <[email protected]>
1 parent 1afcead commit 7f43605

File tree

2 files changed

+73
-35
lines changed

2 files changed

+73
-35
lines changed

go.mod

Lines changed: 21 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,13 @@
11
module github.com/firecracker-microvm/firecracker-containerd
22

33
require (
4+
github.com/Microsoft/go-winio v0.5.0 // indirect
5+
github.com/Microsoft/hcsshim v0.8.22 // indirect
46
github.com/StackExchange/wmi v0.0.0-20181212234831-e0a55b97c705 // indirect
57
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
711
github.com/containerd/fifo v1.0.0
812
github.com/containerd/go-runc v1.0.0
913
github.com/containerd/ttrpc v1.0.2
@@ -13,22 +17,31 @@ require (
1317
github.com/firecracker-microvm/firecracker-go-sdk v0.22.1-0.20210520223842-abd0815b8bf9
1418
github.com/go-ole/go-ole v1.2.4 // indirect
1519
github.com/gofrs/uuid v3.3.0+incompatible
20+
github.com/gogo/googleapis v1.4.1 // indirect
1621
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
1825
github.com/hashicorp/go-multierror v1.1.0
26+
github.com/klauspost/compress v1.13.6 // indirect
1927
github.com/mdlayher/vsock v0.0.0-20190329173812-a92c53d5dcab
2028
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
2332
github.com/pkg/errors v0.9.1
2433
github.com/shirou/gopsutil v2.18.12+incompatible
2534
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
2736
github.com/stretchr/testify v1.6.1
2837
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
3245
)
3346

3447
replace (

0 commit comments

Comments
 (0)