Skip to content

Commit 65f48bf

Browse files
authored
Merge pull request #479 from docker/chore/x
chore: bump x/v0.0.24-do.not.use
2 parents 66f2223 + c859dcd commit 65f48bf

File tree

7 files changed

+8
-8
lines changed

7 files changed

+8
-8
lines changed

client/go.mod

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

1010
require (
1111
connectrpc.com/connect v1.19.1
12-
github.com/docker/secrets-engine/x v0.0.23-do.not.use
12+
github.com/docker/secrets-engine/x v0.0.24-do.not.use
1313
github.com/stretchr/testify v1.11.1
1414
google.golang.org/protobuf v1.36.11
1515
)

plugin/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/x => ../x
1010
require (
1111
connectrpc.com/connect v1.19.1
1212
github.com/containerd/nri v0.10.0
13-
github.com/docker/secrets-engine/x v0.0.23-do.not.use
13+
github.com/docker/secrets-engine/x v0.0.24-do.not.use
1414
github.com/stretchr/testify v1.11.1
1515
google.golang.org/protobuf v1.36.11
1616
)

plugins/credentialhelper/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/plugin => ../../plugin
1010
require (
1111
github.com/docker/docker-credential-helpers v0.9.4
1212
github.com/docker/secrets-engine/plugin v0.0.22
13-
github.com/docker/secrets-engine/x v0.0.23-do.not.use
13+
github.com/docker/secrets-engine/x v0.0.24-do.not.use
1414
github.com/stretchr/testify v1.11.1
1515
)
1616

plugins/credentialhelper/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc h1:U9qPSI2PIWSS1
1010
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
1111
github.com/docker/docker-credential-helpers v0.9.4 h1:76ItO69/AP/V4yT9V4uuuItG0B1N8hvt0T0c0NN/DzI=
1212
github.com/docker/docker-credential-helpers v0.9.4/go.mod h1:v1S+hepowrQXITkEfw6o4+BMbGot02wiKpzWhGUZK6c=
13-
github.com/docker/secrets-engine/x v0.0.23-do.not.use h1:6PnjkWy43/1jWXS0rdu50ANpYZsY9kcK1VtfXv2PC0g=
14-
github.com/docker/secrets-engine/x v0.0.23-do.not.use/go.mod h1:0pftySZtufZkQq8/yplBvvc97OyCqkq78xwZSg2lnwg=
13+
github.com/docker/secrets-engine/x v0.0.24-do.not.use h1:tWBn7h8IPWcnttF2OpOaSpsBdTtV831fK5nzVet8OT0=
14+
github.com/docker/secrets-engine/x v0.0.24-do.not.use/go.mod h1:0pftySZtufZkQq8/yplBvvc97OyCqkq78xwZSg2lnwg=
1515
github.com/go-logr/logr v1.2.2/go.mod h1:jdQByPbusPIv2/zmleS9BjJVeZ6kBagPoEUsqbVz/1A=
1616
github.com/go-logr/logr v1.4.3 h1:CjnDlHq8ikf6E492q6eKboGOC0T8CDaOvkHCIg8idEI=
1717
github.com/go-logr/logr v1.4.3/go.mod h1:9T104GzyrTigFIr8wt5mBrctHMim0Nb2HLGrmQ40KvY=

plugins/pass/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ replace github.com/docker/secrets-engine/x => ./../../x
99
require (
1010
github.com/docker/secrets-engine/plugin v0.0.22
1111
github.com/docker/secrets-engine/store v0.0.21
12-
github.com/docker/secrets-engine/x v0.0.23-do.not.use
12+
github.com/docker/secrets-engine/x v0.0.24-do.not.use
1313
github.com/spf13/cobra v1.10.1
1414
github.com/stretchr/testify v1.11.1
1515
go.opentelemetry.io/otel v1.40.0

store/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ require (
1111
filippo.io/age v1.3.1
1212
github.com/cenkalti/backoff/v5 v5.0.3
1313
github.com/danieljoos/wincred v1.2.3
14-
github.com/docker/secrets-engine/x v0.0.23-do.not.use
14+
github.com/docker/secrets-engine/x v0.0.24-do.not.use
1515
github.com/godbus/dbus/v5 v5.1.0
1616
github.com/google/uuid v1.6.0
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
4444
# github.com/docker/secrets-engine/store v0.0.21 => ./store
4545
## explicit; go 1.25
46-
# github.com/docker/secrets-engine/x v0.0.23-do.not.use => ./x
46+
# github.com/docker/secrets-engine/x v0.0.24-do.not.use => ./x
4747
## explicit; go 1.25
4848
# github.com/go-logr/logr v1.4.3
4949
## explicit; go 1.18

0 commit comments

Comments
 (0)