From 6c67af487f744786a9c8760169addf6268f0bb62 Mon Sep 17 00:00:00 2001 From: Norman Abramovitz Date: Sat, 23 May 2026 20:26:33 -0700 Subject: [PATCH] chore(deps): bump github.com/containerd/containerd from 1.7.30 to 1.7.32 in /src/jetstream MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Re-do of PR #5359 — the original dependabot commit stripped github.com/containerd/containerd from go.mod / go.sum without adding v1.7.32, leaving CI failing with "go.mod needs tidy". This is a clean replay: `go get github.com/containerd/containerd@v1.7.32` plus `go mod tidy` against the current develop tip. Updates one indirect dependency line in go.mod and the matching pair of hashes in go.sum. No transitive deps moved. `go build ./...` passes. --- src/jetstream/go.mod | 2 +- src/jetstream/go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/jetstream/go.mod b/src/jetstream/go.mod index 5e2f38a9ee..c8fbf8bba0 100644 --- a/src/jetstream/go.mod +++ b/src/jetstream/go.mod @@ -100,7 +100,7 @@ require ( github.com/clipperhouse/uax29/v2 v2.2.0 // indirect github.com/cloudfoundry/bosh-cli v6.4.1+incompatible // indirect github.com/cloudfoundry/bosh-utils v0.0.385 // indirect - github.com/containerd/containerd v1.7.30 // indirect + github.com/containerd/containerd v1.7.32 // indirect github.com/containerd/errdefs v1.0.0 // indirect github.com/containerd/log v0.1.0 // indirect github.com/containerd/platforms v0.2.1 // indirect diff --git a/src/jetstream/go.sum b/src/jetstream/go.sum index 97b8ea434c..4f3d967d58 100644 --- a/src/jetstream/go.sum +++ b/src/jetstream/go.sum @@ -102,8 +102,8 @@ github.com/cloudfoundry/noaa/v2 v2.5.0/go.mod h1:R33q73MnTXa549YPMHupTdQuKL3QqKQ github.com/cloudfoundry/sonde-go v0.0.0-20250505082611-517434ece96d h1:zFEOGvCZYR7QrZ94C7r2dqsLNw/BYMr0QYyuwlMAhrY= github.com/cloudfoundry/sonde-go v0.0.0-20250505082611-517434ece96d/go.mod h1:n3NQkJyrQPZ/pq+mjECQL7sLjL/U3rmTwyWMwpGxcXQ= github.com/codegangsta/negroni v1.0.0/go.mod h1:v0y3T5G7Y1UlFfyxFn/QLRU4a2EuNau2iZY63YTKWo0= -github.com/containerd/containerd v1.7.30 h1:/2vezDpLDVGGmkUXmlNPLCCNKHJ5BbC5tJB5JNzQhqE= -github.com/containerd/containerd v1.7.30/go.mod h1:fek494vwJClULlTpExsmOyKCMUAbuVjlFsJQc4/j44M= +github.com/containerd/containerd v1.7.32 h1:S54xuVcPxeLaYgaRABtpJ2VyVUVsy0IGf7qHBs+sbY8= +github.com/containerd/containerd v1.7.32/go.mod h1:jdwD6s/BhV4XVJGrvtziNPVA+83n66TwptVaPKprq4E= github.com/containerd/errdefs v1.0.0 h1:tg5yIfIlQIrxYtu9ajqY42W3lpS19XqdxRQeEwYG8PI= github.com/containerd/errdefs v1.0.0/go.mod h1:+YBYIdtsnF4Iw6nWZhJcqGSg/dwvV7tyJ/kCkyJ2k+M= github.com/containerd/log v0.1.0 h1:TCJt7ioM2cr/tfR8GPbGf9/VRAX8D2B4PjzCpfX540I=