From 8086aeba2719f8dd6f474c73481cd5af6e67dad3 Mon Sep 17 00:00:00 2001 From: apikey Date: Mon, 22 Jun 2026 13:22:48 +0000 Subject: [PATCH] fix(deps): bump containerd to v1.7.33 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 5be8bec1..defc0fe6 100644 --- a/go.mod +++ b/go.mod @@ -259,7 +259,7 @@ require ( github.com/cespare/xxhash/v2 v2.3.0 // indirect github.com/chai2010/gettext-go v1.0.3 // indirect github.com/cli/browser v1.3.0 // indirect - github.com/containerd/containerd v1.7.32 // indirect + github.com/containerd/containerd v1.7.33 // indirect github.com/cpuguy83/go-md2man/v2 v2.0.7 // indirect github.com/cyphar/filepath-securejoin v0.6.1 // indirect github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect