Skip to content

Commit 454441e

Browse files
authored
Merge pull request #537 from docker/bump/store
chore: bump store/v0.0.25
2 parents 571241b + 100b5eb commit 454441e

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
@@ -11,7 +11,7 @@ replace github.com/docker/secrets-engine/x => ./../../x
1111
require (
1212
github.com/docker/secrets-engine/client v0.0.9
1313
github.com/docker/secrets-engine/plugin v0.0.22
14-
github.com/docker/secrets-engine/store v0.0.24
14+
github.com/docker/secrets-engine/store v0.0.25
1515
github.com/docker/secrets-engine/x v0.0.32-do.not.use
1616
github.com/joho/godotenv v1.5.1
1717
github.com/spf13/cobra v1.10.1

vendor/modules.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ github.com/docker/docker-credential-helpers/credentials
4343
## explicit; go 1.25.10
4444
# github.com/docker/secrets-engine/plugin v0.0.22 => ./plugin
4545
## explicit; go 1.25.10
46-
# github.com/docker/secrets-engine/store v0.0.24 => ./store
46+
# github.com/docker/secrets-engine/store v0.0.25 => ./store
4747
## explicit; go 1.25.10
4848
# github.com/docker/secrets-engine/x v0.0.32-do.not.use => ./x
4949
## explicit; go 1.25.10

0 commit comments

Comments
 (0)