Skip to content

Commit 24d844e

Browse files
authored
Merge pull request #426 from docker/chore/client
chore: bump client/v0.0.17
2 parents a98d4b4 + 047ff8d commit 24d844e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

injector/go.mod

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

1212
require (
13-
github.com/docker/secrets-engine/client v0.0.16
13+
github.com/docker/secrets-engine/client v0.0.17
1414
github.com/docker/secrets-engine/x v0.0.13-do.not.use
1515
github.com/moby/moby/api v1.52.0
1616
github.com/stretchr/testify v1.11.1

vendor/modules.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ github.com/docker/go-connections/tlsconfig
105105
# github.com/docker/go-units v0.5.0
106106
## explicit
107107
github.com/docker/go-units
108-
# github.com/docker/secrets-engine/client v0.0.16 => ./client
108+
# github.com/docker/secrets-engine/client v0.0.17 => ./client
109109
## explicit; go 1.25
110110
# github.com/docker/secrets-engine/engine v0.0.28 => ./engine
111111
## explicit; go 1.25.0

0 commit comments

Comments
 (0)