Skip to content

Commit 1723e99

Browse files
authored
Merge pull request #450 from docker/chore/client
chore: bump plugin/v0.0.22
2 parents 9ad8f7c + a19187d commit 1723e99

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

plugins/credentialhelper/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ replace github.com/docker/secrets-engine/plugin => ../../plugin
99

1010
require (
1111
github.com/docker/docker-credential-helpers v0.9.4
12-
github.com/docker/secrets-engine/plugin v0.0.21
12+
github.com/docker/secrets-engine/plugin v0.0.22
1313
github.com/docker/secrets-engine/x v0.0.19-do.not.use
1414
github.com/stretchr/testify v1.11.1
1515
)

plugins/pass/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ replace github.com/docker/secrets-engine/store => ./../../store
77
replace github.com/docker/secrets-engine/x => ./../../x
88

99
require (
10-
github.com/docker/secrets-engine/plugin v0.0.21
10+
github.com/docker/secrets-engine/plugin v0.0.22
1111
github.com/docker/secrets-engine/store v0.0.19
1212
github.com/docker/secrets-engine/x v0.0.19-do.not.use
1313
github.com/spf13/cobra v1.10.1

plugins/pass/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ github.com/danieljoos/wincred v1.2.3 h1:v7dZC2x32Ut3nEfRH+vhoZGvN72+dQ/snVXo/vMF
99
github.com/danieljoos/wincred v1.2.3/go.mod h1:6qqX0WNrS4RzPZ1tnroDzq9kY3fu1KwE7MRLQK4X0bs=
1010
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc h1:U9qPSI2PIWSS1VwoXQT9A3Wy9MM3WgvqSxFWenqJduM=
1111
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
12-
github.com/docker/secrets-engine/plugin v0.0.21 h1:9X4xcFQn3Sn7q1jVw53kiHwGSZ1VSS4zf2vg/a/PE/Q=
13-
github.com/docker/secrets-engine/plugin v0.0.21/go.mod h1:+3dPUKJ9BkRynLbE1dtr7jtsHC7VZozCcWQW+kqXbhI=
12+
github.com/docker/secrets-engine/plugin v0.0.22 h1:5hG46cwEjyLcTXI7cTPx5MmBhNcBZBauJLmNufJEZYU=
13+
github.com/docker/secrets-engine/plugin v0.0.22/go.mod h1:nU+qpott4gDu0OLXmgqfn83zCRguaXhQ+RK/kt3eOc8=
1414
github.com/go-logr/logr v1.2.2/go.mod h1:jdQByPbusPIv2/zmleS9BjJVeZ6kBagPoEUsqbVz/1A=
1515
github.com/go-logr/logr v1.4.3 h1:CjnDlHq8ikf6E492q6eKboGOC0T8CDaOvkHCIg8idEI=
1616
github.com/go-logr/logr v1.4.3/go.mod h1:9T104GzyrTigFIr8wt5mBrctHMim0Nb2HLGrmQ40KvY=

vendor/modules.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ github.com/davecgh/go-spew/spew
3030
## explicit; go 1.21
3131
github.com/docker/docker-credential-helpers/client
3232
github.com/docker/docker-credential-helpers/credentials
33-
# github.com/docker/secrets-engine/plugin v0.0.21 => ./plugin
33+
# github.com/docker/secrets-engine/plugin v0.0.22 => ./plugin
3434
## explicit; go 1.25
3535
# github.com/docker/secrets-engine/store v0.0.19 => ./store
3636
## explicit; go 1.25

0 commit comments

Comments
 (0)