Skip to content

Commit f2e7457

Browse files
committed
chore: bump x/v0.0.24-do.not.use
1 parent cb6dfbd commit f2e7457

7 files changed

Lines changed: 6 additions & 90 deletions

File tree

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: 0 additions & 84 deletions
This file was deleted.

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)