From 78de30747efc2fb691f5e032e45da92149a6ee69 Mon Sep 17 00:00:00 2001 From: "docker-read-write[bot]" <185549372+docker-read-write[bot]@users.noreply.github.com> Date: Wed, 26 Aug 2026 08:57:33 +0000 Subject: [PATCH] chore(deps): bump github.com/docker/secrets-engine/store to v0.4.0 https://github.com/docker/secrets-engine/compare/store/v0.3.1...store/v0.4.0 - chore(deps): bump github.com/docker/secrets-engine/x to v0.7.0-do.not.use - feat(keychain): classify locked collections with ErrCollectionLocked and bound the unlock prompt - docs(keychain): plain-language decision log entry - docs(keychain): trim godocs, drop test and workflow comments - docs(keychain): clarify the 2s deadline was a test parameter, not a default - docs(keychain): drop fallback warning from ErrCollectionLocked godoc - docs(keychain): drop positional reference in ErrCollectionLocked godoc - docs(keychain): plain-language locked-collection section in design.md - docs(keychain): plain-language locked-collection section in README --- 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 4b5d0961..6e39e322 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.1.0 github.com/docker/secrets-engine/plugin v0.3.2 - github.com/docker/secrets-engine/store v0.3.1 + github.com/docker/secrets-engine/store v0.4.0 github.com/docker/secrets-engine/x v0.7.0-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 b2e63bd3..e84c7d4a 100644 --- a/vendor/modules.txt +++ b/vendor/modules.txt @@ -40,7 +40,7 @@ github.com/docker/docker-credential-helpers/credentials ## explicit; go 1.25.13 # github.com/docker/secrets-engine/plugin v0.3.2 => ./plugin ## explicit; go 1.25.13 -# github.com/docker/secrets-engine/store v0.3.1 => ./store +# github.com/docker/secrets-engine/store v0.4.0 => ./store ## explicit; go 1.25.13 # github.com/docker/secrets-engine/x v0.7.0-do.not.use => ./x ## explicit; go 1.25.13