From cec0eb03e60658338db4c07af549d6ccf76bd1fc Mon Sep 17 00:00:00 2001 From: "docker-read-write[bot]" <185549372+docker-read-write[bot]@users.noreply.github.com> Date: Tue, 18 Aug 2026 10:34:23 +0000 Subject: [PATCH] chore(deps): bump github.com/docker/secrets-engine/x to v0.4.0-do.not.use https://github.com/docker/secrets-engine/compare/x/v0.3.2-do.not.use...x/v0.4.0-do.not.use - fix(client): apply no response-header timeout by default - fix: bump Go to 1.25.13 to fix stdlib vulnerabilities - feat(accesscontrol): accept multiple patterns per access check --- client/go.mod | 2 +- plugin/go.mod | 2 +- plugins/credentialhelper/go.mod | 2 +- plugins/credentialhelper/go.sum | 4 ++-- plugins/pass/go.mod | 2 +- store/go.mod | 2 +- vendor/modules.txt | 2 +- 7 files changed, 8 insertions(+), 8 deletions(-) diff --git a/client/go.mod b/client/go.mod index 79e2b409..57d5d76b 100644 --- a/client/go.mod +++ b/client/go.mod @@ -9,7 +9,7 @@ replace github.com/docker/secrets-engine/x => ../x require ( connectrpc.com/connect v1.19.1 - github.com/docker/secrets-engine/x v0.3.2-do.not.use + github.com/docker/secrets-engine/x v0.4.0-do.not.use github.com/stretchr/testify v1.11.1 google.golang.org/protobuf v1.36.11 ) diff --git a/plugin/go.mod b/plugin/go.mod index 474cc2f0..61c7921c 100644 --- a/plugin/go.mod +++ b/plugin/go.mod @@ -10,7 +10,7 @@ replace github.com/docker/secrets-engine/x => ../x require ( connectrpc.com/connect v1.19.1 github.com/containerd/nri v0.11.0 - github.com/docker/secrets-engine/x v0.3.2-do.not.use + github.com/docker/secrets-engine/x v0.4.0-do.not.use github.com/stretchr/testify v1.11.1 google.golang.org/protobuf v1.36.11 ) diff --git a/plugins/credentialhelper/go.mod b/plugins/credentialhelper/go.mod index ea399bd0..7732a1ad 100644 --- a/plugins/credentialhelper/go.mod +++ b/plugins/credentialhelper/go.mod @@ -10,7 +10,7 @@ replace github.com/docker/secrets-engine/plugin => ../../plugin require ( github.com/docker/docker-credential-helpers v0.9.4 github.com/docker/secrets-engine/plugin v0.3.0 - github.com/docker/secrets-engine/x v0.3.2-do.not.use + github.com/docker/secrets-engine/x v0.4.0-do.not.use github.com/stretchr/testify v1.11.1 ) diff --git a/plugins/credentialhelper/go.sum b/plugins/credentialhelper/go.sum index 4724424c..c4729564 100644 --- a/plugins/credentialhelper/go.sum +++ b/plugins/credentialhelper/go.sum @@ -6,8 +6,8 @@ github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc h1:U9qPSI2PIWSS1 github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/docker/docker-credential-helpers v0.9.4 h1:76ItO69/AP/V4yT9V4uuuItG0B1N8hvt0T0c0NN/DzI= github.com/docker/docker-credential-helpers v0.9.4/go.mod h1:v1S+hepowrQXITkEfw6o4+BMbGot02wiKpzWhGUZK6c= -github.com/docker/secrets-engine/x v0.3.2-do.not.use h1:S5yZn22DZIoi8ufC+ujGUQIzBXjeYO/SSi80ILWfYaM= -github.com/docker/secrets-engine/x v0.3.2-do.not.use/go.mod h1:mjfCbEupWKXQqIGwWiX1ROU0RZbXhcGABTg0oyJ/gJc= +github.com/docker/secrets-engine/x v0.4.0-do.not.use h1:51zCoJzV6qi5uxCxx9Zog7p1j/ffb+nQi+4f5YSr+gg= +github.com/docker/secrets-engine/x v0.4.0-do.not.use/go.mod h1:+s6rb56pq1B376jzzkGqZreFJ3mUtkz+kaYlMuj7/Qs= github.com/google/go-cmp v0.7.0 h1:wk8382ETsv4JYUZwIsn6YpYiWiBsYLSJiTsyBybVuN8= github.com/google/go-cmp v0.7.0/go.mod h1:pXiqmnSA92OHEEa9HXL2W4E7lf9JzCmGVUdgjX3N/iU= github.com/hashicorp/yamux v0.1.2 h1:XtB8kyFOyHXYVFnwT5C3+Bdo8gArse7j2AQ0DA0Uey8= diff --git a/plugins/pass/go.mod b/plugins/pass/go.mod index d69c7f4a..a2f03bd0 100644 --- a/plugins/pass/go.mod +++ b/plugins/pass/go.mod @@ -12,7 +12,7 @@ require ( github.com/docker/secrets-engine/client v0.0.30 github.com/docker/secrets-engine/plugin v0.3.0 github.com/docker/secrets-engine/store v0.3.0 - github.com/docker/secrets-engine/x v0.3.2-do.not.use + github.com/docker/secrets-engine/x v0.4.0-do.not.use github.com/joho/godotenv v1.5.1 github.com/spf13/cobra v1.10.1 github.com/stretchr/testify v1.11.1 diff --git a/store/go.mod b/store/go.mod index 7aa5eb59..b8d98b2e 100644 --- a/store/go.mod +++ b/store/go.mod @@ -11,7 +11,7 @@ require ( filippo.io/age v1.3.1 github.com/cenkalti/backoff/v5 v5.0.3 github.com/danieljoos/wincred v1.2.3 - github.com/docker/secrets-engine/x v0.3.2-do.not.use + github.com/docker/secrets-engine/x v0.4.0-do.not.use github.com/godbus/dbus/v5 v5.1.0 github.com/google/uuid v1.6.0 github.com/spf13/cobra v1.10.1 diff --git a/vendor/modules.txt b/vendor/modules.txt index caa288cd..5f177544 100644 --- a/vendor/modules.txt +++ b/vendor/modules.txt @@ -42,7 +42,7 @@ github.com/docker/docker-credential-helpers/credentials ## explicit; go 1.25.13 # github.com/docker/secrets-engine/store v0.3.0 => ./store ## explicit; go 1.25.13 -# github.com/docker/secrets-engine/x v0.3.2-do.not.use => ./x +# github.com/docker/secrets-engine/x v0.4.0-do.not.use => ./x ## explicit; go 1.25.13 # github.com/godbus/dbus/v5 v5.1.0 ## explicit; go 1.12