diff --git a/plugins/pass/go.mod b/plugins/pass/go.mod index 2f76ba8c..3f846237 100644 --- a/plugins/pass/go.mod +++ b/plugins/pass/go.mod @@ -12,7 +12,7 @@ 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.30 - github.com/docker/secrets-engine/x v0.0.32-do.not.use + 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 github.com/stretchr/testify v1.11.1 diff --git a/store/go.mod b/store/go.mod index 25fd4e29..2632e772 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.0.32-do.not.use + github.com/docker/secrets-engine/x v0.0.33-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 9128e575..18e49a1e 100644 --- a/vendor/modules.txt +++ b/vendor/modules.txt @@ -47,6 +47,8 @@ github.com/docker/docker-credential-helpers/credentials ## explicit; go 1.25.11 # github.com/docker/secrets-engine/x v0.0.32-do.not.use => ./x ## explicit; go 1.25.11 +# github.com/docker/secrets-engine/x v0.0.33-do.not.use => ./x +## explicit; go 1.25.11 # github.com/go-logr/logr v1.4.3 ## explicit; go 1.18 github.com/go-logr/logr