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 cmd/engine/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ replace github.com/docker/secrets-engine/x => ../../x
require (
github.com/docker/secrets-engine/engine v0.0.28
github.com/docker/secrets-engine/plugins/credentialhelper v0.0.4
github.com/docker/secrets-engine/plugins/pass v0.0.16
github.com/docker/secrets-engine/plugins/pass v0.0.17
github.com/docker/secrets-engine/x v0.0.12-do.not.use
)

Expand Down
2 changes: 1 addition & 1 deletion cmd/pass/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ replace github.com/docker/secrets-engine/x => ../../x

require (
github.com/docker/cli v29.0.4+incompatible
github.com/docker/secrets-engine/plugins/pass v0.0.16
github.com/docker/secrets-engine/plugins/pass v0.0.17
github.com/docker/secrets-engine/x v0.0.12-do.not.use
github.com/spf13/cobra v1.10.1
go.opentelemetry.io/otel v1.38.0
Expand Down
2 changes: 1 addition & 1 deletion vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ github.com/docker/go-units
## explicit; go 1.25
# github.com/docker/secrets-engine/plugins/credentialhelper v0.0.4 => ./plugins/credentialhelper
## explicit; go 1.25.0
# github.com/docker/secrets-engine/plugins/pass v0.0.16 => ./plugins/pass
# github.com/docker/secrets-engine/plugins/pass v0.0.17 => ./plugins/pass
## explicit; go 1.25.0
# github.com/docker/secrets-engine/store v0.0.17 => ./store
## explicit; go 1.25
Expand Down
Loading