Skip to content

Commit 0e3df52

Browse files
authored
Merge pull request #489 from docker/chore/store
chore: bump store/v0.0.23
2 parents f580386 + fc99bb1 commit 0e3df52

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.22
11+
github.com/docker/secrets-engine/store v0.0.23
1212
github.com/docker/secrets-engine/x v0.0.25-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
@@ -41,7 +41,7 @@ github.com/docker/docker-credential-helpers/client
4141
github.com/docker/docker-credential-helpers/credentials
4242
# github.com/docker/secrets-engine/plugin v0.0.22 => ./plugin
4343
## explicit; go 1.25.8
44-
# github.com/docker/secrets-engine/store v0.0.22 => ./store
44+
# github.com/docker/secrets-engine/store v0.0.23 => ./store
4545
## explicit; go 1.25.8
4646
# github.com/docker/secrets-engine/x v0.0.25-do.not.use => ./x
4747
## explicit; go 1.25.8

0 commit comments

Comments
 (0)