From 5beeec84ac9bca51163be622a0befc9437b893b1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 20 Jul 2026 19:07:27 +0000 Subject: [PATCH] fix(deps): update module github.com/protonmail/gopenpgp/v2 to v3 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index d96f22f8..e80d0542 100644 --- a/go.mod +++ b/go.mod @@ -7,7 +7,7 @@ toolchain go1.26.5 require ( github.com/Masterminds/semver v1.5.0 github.com/Masterminds/sprig/v3 v3.3.0 - github.com/ProtonMail/gopenpgp/v2 v2.10.0 + github.com/ProtonMail/gopenpgp/v3 v3.4.1 github.com/docker/docker v28.5.2+incompatible github.com/ekristen/go-checkpoint v0.0.0-20251214165753-5912ae8f4d4a github.com/google/go-github/v80 v80.0.0