From 0098e95c526338ed7643d43929ddce14fc28030a Mon Sep 17 00:00:00 2001 From: Alano Terblanche <18033717+Benehiko@users.noreply.github.com> Date: Fri, 27 Feb 2026 09:39:00 +0100 Subject: [PATCH] chore: bump store/v0.0.21 --- 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 1d794d55..e1d13d64 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.20 + github.com/docker/secrets-engine/store v0.0.21 github.com/docker/secrets-engine/x v0.0.22-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 e6561eb6..b89f3494 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 -# github.com/docker/secrets-engine/store v0.0.20 => ./store +# github.com/docker/secrets-engine/store v0.0.21 => ./store ## explicit; go 1.25 # github.com/docker/secrets-engine/x v0.0.22-do.not.use => ./x ## explicit; go 1.25