Skip to content

Commit 7cbfec2

Browse files
authored
Merge pull request #451 from docker/chore/store
chore: bump store/v0.0.20
2 parents 1723e99 + fdd7400 commit 7cbfec2

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

plugins/pass/go.mod

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

99
require (
1010
github.com/docker/secrets-engine/plugin v0.0.22
11-
github.com/docker/secrets-engine/store v0.0.19
11+
github.com/docker/secrets-engine/store v0.0.20
1212
github.com/docker/secrets-engine/x v0.0.19-do.not.use
1313
github.com/spf13/cobra v1.10.1
1414
github.com/stretchr/testify v1.11.1

vendor/modules.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ github.com/docker/docker-credential-helpers/client
3232
github.com/docker/docker-credential-helpers/credentials
3333
# github.com/docker/secrets-engine/plugin v0.0.22 => ./plugin
3434
## explicit; go 1.25
35-
# github.com/docker/secrets-engine/store v0.0.19 => ./store
35+
# github.com/docker/secrets-engine/store v0.0.20 => ./store
3636
## explicit; go 1.25
3737
# github.com/docker/secrets-engine/x v0.0.19-do.not.use => ./x
3838
## explicit; go 1.25

0 commit comments

Comments
 (0)