From fc99bb12f2e8532dbdf0e6b4e8ef52e36e47d40b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johannes=20Gro=C3=9Fmann?= Date: Thu, 12 Mar 2026 10:45:27 +0100 Subject: [PATCH] chore: bump store/v0.0.23 --- plugins/pass/go.mod | 2 +- vendor/modules.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/pass/go.mod b/plugins/pass/go.mod index 3bd2123e..506bbcb4 100644 --- a/plugins/pass/go.mod +++ b/plugins/pass/go.mod @@ -8,7 +8,7 @@ replace github.com/docker/secrets-engine/x => ./../../x require ( github.com/docker/secrets-engine/plugin v0.0.22 - github.com/docker/secrets-engine/store v0.0.22 + github.com/docker/secrets-engine/store v0.0.23 github.com/docker/secrets-engine/x v0.0.25-do.not.use github.com/spf13/cobra v1.10.1 github.com/stretchr/testify v1.11.1 diff --git a/vendor/modules.txt b/vendor/modules.txt index 94fcea26..7b60fef9 100644 --- a/vendor/modules.txt +++ b/vendor/modules.txt @@ -41,7 +41,7 @@ github.com/docker/docker-credential-helpers/client github.com/docker/docker-credential-helpers/credentials # github.com/docker/secrets-engine/plugin v0.0.22 => ./plugin ## explicit; go 1.25.8 -# github.com/docker/secrets-engine/store v0.0.22 => ./store +# github.com/docker/secrets-engine/store v0.0.23 => ./store ## explicit; go 1.25.8 # github.com/docker/secrets-engine/x v0.0.25-do.not.use => ./x ## explicit; go 1.25.8