From 1071f5e8bc2ba29a367a1d37f2b83af090706c4e Mon Sep 17 00:00:00 2001 From: Alano Terblanche <18033717+Benehiko@users.noreply.github.com> Date: Fri, 5 Jun 2026 11:38:27 +0200 Subject: [PATCH] chore: bump store/v0.0.28 --- 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 43a77609..f60d4a33 100644 --- a/plugins/pass/go.mod +++ b/plugins/pass/go.mod @@ -11,7 +11,7 @@ replace github.com/docker/secrets-engine/x => ./../../x 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.27 + github.com/docker/secrets-engine/store v0.0.28 github.com/docker/secrets-engine/x v0.0.32-do.not.use github.com/joho/godotenv v1.5.1 github.com/spf13/cobra v1.10.1 diff --git a/vendor/modules.txt b/vendor/modules.txt index 05376f15..5f12dda7 100644 --- a/vendor/modules.txt +++ b/vendor/modules.txt @@ -43,7 +43,7 @@ github.com/docker/docker-credential-helpers/credentials ## explicit; go 1.25.10 # github.com/docker/secrets-engine/plugin v0.0.22 => ./plugin ## explicit; go 1.25.10 -# github.com/docker/secrets-engine/store v0.0.27 => ./store +# github.com/docker/secrets-engine/store v0.0.28 => ./store ## explicit; go 1.25.10 # github.com/docker/secrets-engine/x v0.0.32-do.not.use => ./x ## explicit; go 1.25.10