From 77ea60bba8886f8c304cea05a8495cb6cccdf9c9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 29 Jun 2026 11:17:22 +0000 Subject: [PATCH] chore(deps): bump github.com/docker/secrets-engine/store to v0.1.0 https://github.com/docker/secrets-engine/compare/store/v0.0.30...store/v0.1.0 - chore: bump x/v0.0.33-do.not.use - fix: return empty map for empty keychain on Linux ls --- 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 51964de2..d70c62f9 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.29 github.com/docker/secrets-engine/plugin v0.0.22 - github.com/docker/secrets-engine/store v0.0.30 + github.com/docker/secrets-engine/store v0.1.0 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 diff --git a/vendor/modules.txt b/vendor/modules.txt index 87c9b878..969149a7 100644 --- a/vendor/modules.txt +++ b/vendor/modules.txt @@ -43,7 +43,7 @@ github.com/docker/docker-credential-helpers/credentials ## explicit; go 1.25.11 # github.com/docker/secrets-engine/plugin v0.0.22 => ./plugin ## explicit; go 1.25.11 -# github.com/docker/secrets-engine/store v0.0.30 => ./store +# github.com/docker/secrets-engine/store v0.1.0 => ./store ## explicit; go 1.25.11 # github.com/docker/secrets-engine/x v0.0.32-do.not.use => ./x ## explicit; go 1.25.11