Skip to content

Commit ef10170

Browse files
committed
OCPBUGS-27507: bump containerd for vulnerability fix
1 parent 225c5f7 commit ef10170

File tree

2 files changed

+1588
-57
lines changed

2 files changed

+1588
-57
lines changed

go.mod

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ require (
9696
golang.org/x/term v0.13.0
9797
google.golang.org/api v0.130.0
9898
google.golang.org/genproto/googleapis/api v0.0.0-20230803162519-f966b187b2e5
99-
google.golang.org/grpc v1.58.2
99+
google.golang.org/grpc v1.58.3
100100
gopkg.in/ini.v1 v1.67.0
101101
gopkg.in/yaml.v2 v2.4.0
102102
k8s.io/api v0.29.0
@@ -171,7 +171,7 @@ require (
171171
github.com/google/s2a-go v0.1.4 // indirect
172172
github.com/googleapis/enterprise-certificate-proxy v0.2.5 // indirect
173173
github.com/googleapis/gax-go/v2 v2.11.0 // indirect
174-
github.com/hashicorp/errwrap v1.0.0 // indirect
174+
github.com/hashicorp/errwrap v1.1.0 // indirect
175175
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
176176
github.com/hashicorp/go-retryablehttp v0.7.4 // indirect
177177
github.com/hashicorp/go-uuid v1.0.3 // indirect
@@ -308,7 +308,8 @@ replace github.com/prometheus/client_golang => github.com/prometheus/client_gola
308308
replace golang.org/x/net => golang.org/x/net v0.5.0
309309

310310
// https://issues.redhat.com/browse/OCPBUGS-8119
311-
replace github.com/containerd/containerd => github.com/containerd/containerd v1.5.18
311+
// https://issues.redhat.com/browse/OCPBUGS-27507
312+
replace github.com/containerd/containerd => github.com/containerd/containerd v1.6.26
312313

313314
// https://issues.redhat.com/browse/OCPBUGS-8540
314315
replace go.mongodb.org/mongo-driver => go.mongodb.org/mongo-driver v1.11.2

0 commit comments

Comments
 (0)