From ce92dcd2114bc451ec0a8cdc9e925101805be347 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johannes=20Gro=C3=9Fmann?= Date: Thu, 25 Jun 2026 16:28:08 +0200 Subject: [PATCH] chore: bump x/v0.0.33-do.not.use MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Johannes Großmann --- plugins/pass/go.mod | 2 +- store/go.mod | 2 +- vendor/modules.txt | 2 ++ 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/plugins/pass/go.mod b/plugins/pass/go.mod index 2f76ba8c..3f846237 100644 --- a/plugins/pass/go.mod +++ b/plugins/pass/go.mod @@ -12,7 +12,7 @@ require ( github.com/docker/secrets-engine/client v0.0.9 github.com/docker/secrets-engine/plugin v0.0.22 github.com/docker/secrets-engine/store v0.0.30 - github.com/docker/secrets-engine/x v0.0.32-do.not.use + github.com/docker/secrets-engine/x v0.0.33-do.not.use github.com/joho/godotenv v1.5.1 github.com/spf13/cobra v1.10.1 github.com/stretchr/testify v1.11.1 diff --git a/store/go.mod b/store/go.mod index 25fd4e29..2632e772 100644 --- a/store/go.mod +++ b/store/go.mod @@ -11,7 +11,7 @@ require ( filippo.io/age v1.3.1 github.com/cenkalti/backoff/v5 v5.0.3 github.com/danieljoos/wincred v1.2.3 - github.com/docker/secrets-engine/x v0.0.32-do.not.use + github.com/docker/secrets-engine/x v0.0.33-do.not.use github.com/godbus/dbus/v5 v5.1.0 github.com/google/uuid v1.6.0 github.com/spf13/cobra v1.10.1 diff --git a/vendor/modules.txt b/vendor/modules.txt index 9128e575..18e49a1e 100644 --- a/vendor/modules.txt +++ b/vendor/modules.txt @@ -47,6 +47,8 @@ github.com/docker/docker-credential-helpers/credentials ## explicit; go 1.25.11 # github.com/docker/secrets-engine/x v0.0.32-do.not.use => ./x ## explicit; go 1.25.11 +# github.com/docker/secrets-engine/x v0.0.33-do.not.use => ./x +## explicit; go 1.25.11 # github.com/go-logr/logr v1.4.3 ## explicit; go 1.18 github.com/go-logr/logr