File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -137,7 +137,7 @@ require (
137
137
github.com/morikuni/aec v1.0.0 // indirect
138
138
github.com/nxadm/tail v1.4.8 // indirect
139
139
github.com/opencontainers/go-digest v1.0.0 // indirect
140
- github.com/opencontainers/image-spec v1.0.1 // indirect
140
+ github.com/opencontainers/image-spec v1.0.2 // indirect
141
141
github.com/opencontainers/runc v1.0.2 // indirect
142
142
github.com/peterbourgon/diskv v2.0.1+incompatible // indirect
143
143
github.com/pkg/errors v0.9.1 // indirect
@@ -219,5 +219,5 @@ replace github.com/opencontainers/runc => github.com/opencontainers/runc v1.0.3
219
219
// Fix CVE-2021-41190
220
220
replace github.com/opencontainers/image-spec => github.com/opencontainers/image-spec v1.0.2
221
221
222
- // Fix GHSA-5j5w-g665-5m35
223
- replace github.com/containerd/containerd => github.com/containerd/containerd v1.5.8
222
+ // Fix CVE-2021-43816
223
+ replace github.com/containerd/containerd => github.com/containerd/containerd v1.5.9
Original file line number Diff line number Diff line change @@ -186,8 +186,8 @@ github.com/containerd/cgroups v1.0.1 h1:iJnMvco9XGvKUvNQkv88bE4uJXxRQH18efbKo9w5
186
186
github.com/containerd/cgroups v1.0.1 /go.mod h1:0SJrPIenamHDcZhEcJMNBB85rHcUsw4f25ZfBiPYRkU =
187
187
github.com/containerd/console v1.0.1 /go.mod h1:XUsP6YE/mKtz6bxc+I8UiKKTP04qjQL4qcS3XoQ5xkw =
188
188
github.com/containerd/console v1.0.2 /go.mod h1:ytZPjGgY2oeTkAONYafi2kSj0aYggsf8acV1PGKCbzQ =
189
- github.com/containerd/containerd v1.5.8 h1:NmkCC1/QxyZFBny8JogwLpOy2f+VEbO/f6bV2Mqtwuw =
190
- github.com/containerd/containerd v1.5.8 /go.mod h1:YdFSv5bTFLpG2HIYmfqDpSYYTDX+mc5qtSuYx1YUb/s =
189
+ github.com/containerd/containerd v1.5.9 h1:rs6Xg1gtIxaeyG+Smsb/0xaSDu1VgFhOCKBXxMxbsF4 =
190
+ github.com/containerd/containerd v1.5.9 /go.mod h1:fvQqCfadDGga5HZyn3j4+dx56qj2I9YwBrlSdalvJYQ =
191
191
github.com/containerd/continuity v0.0.0-20210208174643-50096c924a4e /go.mod h1:EXlVlkqNba9rJe3j7w3Xa924itAMLgZH4UD/Q4PExuQ =
192
192
github.com/containerd/continuity v0.1.0 h1:UFRRY5JemiAhPZrr/uE0n8fMTLcZsUvySPr1+D7pgr8 =
193
193
github.com/containerd/continuity v0.1.0 /go.mod h1:ICJu0PwR54nI0yPEnJ6jcS+J7CZAUXrLh8lPo2knzsM =
You can’t perform that action at this time.
0 commit comments