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 client/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -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.0.21-do.not.use
github.com/docker/secrets-engine/x v0.0.22-do.not.use
github.com/stretchr/testify v1.11.1
google.golang.org/protobuf v1.36.11
)
Expand Down
2 changes: 1 addition & 1 deletion plugin/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ replace github.com/docker/secrets-engine/x => ../x
require (
connectrpc.com/connect v1.19.1
github.com/containerd/nri v0.10.0
github.com/docker/secrets-engine/x v0.0.21-do.not.use
github.com/docker/secrets-engine/x v0.0.22-do.not.use
github.com/stretchr/testify v1.11.1
google.golang.org/protobuf v1.36.11
)
Expand Down
2 changes: 1 addition & 1 deletion plugins/credentialhelper/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -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.0.22
github.com/docker/secrets-engine/x v0.0.21-do.not.use
github.com/docker/secrets-engine/x v0.0.22-do.not.use
github.com/stretchr/testify v1.11.1
)

Expand Down
4 changes: 2 additions & 2 deletions plugins/credentialhelper/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,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.0.21-do.not.use h1:V4jqSlRRAZSK/QcQWzP5dpOIGk03L/41GbGRy8L01GU=
github.com/docker/secrets-engine/x v0.0.21-do.not.use/go.mod h1:0pftySZtufZkQq8/yplBvvc97OyCqkq78xwZSg2lnwg=
github.com/docker/secrets-engine/x v0.0.22-do.not.use h1:noNmRK3psAI/7W+15t6MK21qsxv8FJ8VMz6AdjXfdLg=
github.com/docker/secrets-engine/x v0.0.22-do.not.use/go.mod h1:0pftySZtufZkQq8/yplBvvc97OyCqkq78xwZSg2lnwg=
github.com/go-logr/logr v1.2.2/go.mod h1:jdQByPbusPIv2/zmleS9BjJVeZ6kBagPoEUsqbVz/1A=
github.com/go-logr/logr v1.4.3 h1:CjnDlHq8ikf6E492q6eKboGOC0T8CDaOvkHCIg8idEI=
github.com/go-logr/logr v1.4.3/go.mod h1:9T104GzyrTigFIr8wt5mBrctHMim0Nb2HLGrmQ40KvY=
Expand Down
2 changes: 1 addition & 1 deletion plugins/pass/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ replace github.com/docker/secrets-engine/x => ./../../x
require (
github.com/docker/secrets-engine/plugin v0.0.22
github.com/docker/secrets-engine/store v0.0.20
github.com/docker/secrets-engine/x v0.0.21-do.not.use
github.com/docker/secrets-engine/x v0.0.22-do.not.use
github.com/spf13/cobra v1.10.1
github.com/stretchr/testify v1.11.1
go.opentelemetry.io/otel v1.40.0
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.21-do.not.use
github.com/docker/secrets-engine/x v0.0.22-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: 1 addition & 1 deletion vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ github.com/docker/docker-credential-helpers/credentials
## explicit; go 1.25
# github.com/docker/secrets-engine/store v0.0.20 => ./store
## explicit; go 1.25
# github.com/docker/secrets-engine/x v0.0.21-do.not.use => ./x
# github.com/docker/secrets-engine/x v0.0.22-do.not.use => ./x
## explicit; go 1.25
# github.com/go-logr/logr v1.4.3
## explicit; go 1.18
Expand Down
Loading