diff --git a/plugins/pass/go.mod b/plugins/pass/go.mod index 3f846237..51964de2 100644 --- a/plugins/pass/go.mod +++ b/plugins/pass/go.mod @@ -9,7 +9,7 @@ replace github.com/docker/secrets-engine/store => ./../../store replace github.com/docker/secrets-engine/x => ./../../x require ( - github.com/docker/secrets-engine/client v0.0.9 + 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/x v0.0.33-do.not.use diff --git a/vendor/modules.txt b/vendor/modules.txt index 18e49a1e..87c9b878 100644 --- a/vendor/modules.txt +++ b/vendor/modules.txt @@ -39,7 +39,7 @@ github.com/davecgh/go-spew/spew ## explicit; go 1.21 github.com/docker/docker-credential-helpers/client github.com/docker/docker-credential-helpers/credentials -# github.com/docker/secrets-engine/client v0.0.9 => ./client +# github.com/docker/secrets-engine/client v0.0.29 => ./client ## explicit; go 1.25.11 # github.com/docker/secrets-engine/plugin v0.0.22 => ./plugin ## explicit; go 1.25.11