Skip to content

Commit e22189a

Browse files
authored
Merge pull request #486 from docker/bump/store
chore: bump store/v0.0.22
2 parents b2b5356 + 8f88897 commit e22189a

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.21
11+
github.com/docker/secrets-engine/store v0.0.22
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
44-
# github.com/docker/secrets-engine/store v0.0.21 => ./store
44+
# github.com/docker/secrets-engine/store v0.0.22 => ./store
4545
## explicit; go 1.25
4646
# github.com/docker/secrets-engine/x v0.0.25-do.not.use => ./x
4747
## explicit; go 1.25

0 commit comments

Comments
 (0)