Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion plugins/pass/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion store/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 2 additions & 0 deletions vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading