Skip to content

Commit 421d0fb

Browse files
committed
chore: bump x/v0.0.16-do.not.use
1 parent 7eb6f61 commit 421d0fb

File tree

8 files changed

+7
-89
lines changed

8 files changed

+7
-89
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.18.1
12-
github.com/docker/secrets-engine/x v0.0.15-do.not.use
12+
github.com/docker/secrets-engine/x v0.0.16-do.not.use
1313
github.com/stretchr/testify v1.11.1
1414
google.golang.org/protobuf v1.36.8
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.18.1
1212
github.com/containerd/nri v0.10.0
13-
github.com/docker/secrets-engine/x v0.0.15-do.not.use
13+
github.com/docker/secrets-engine/x v0.0.16-do.not.use
1414
github.com/stretchr/testify v1.11.1
1515
google.golang.org/protobuf v1.36.8
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.21
13-
github.com/docker/secrets-engine/x v0.0.15-do.not.use
13+
github.com/docker/secrets-engine/x v0.0.16-do.not.use
1414
github.com/stretchr/testify v1.11.1
1515
)
1616

plugins/credentialhelper/go.sum

Lines changed: 0 additions & 82 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.21
1111
github.com/docker/secrets-engine/store v0.0.19
12-
github.com/docker/secrets-engine/x v0.0.15-do.not.use
12+
github.com/docker/secrets-engine/x v0.0.16-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.38.0

runtime/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ require (
1313
connectrpc.com/connect v1.18.1
1414
github.com/cenkalti/backoff/v5 v5.0.3
1515
github.com/docker/secrets-engine/plugin v0.0.21
16-
github.com/docker/secrets-engine/x v0.0.15-do.not.use
16+
github.com/docker/secrets-engine/x v0.0.16-do.not.use
1717
github.com/go-chi/chi/v5 v5.2.3
1818
github.com/hashicorp/yamux v0.1.2
1919
github.com/stretchr/testify v1.11.1

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.2.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.15-do.not.use
14+
github.com/docker/secrets-engine/x v0.0.16-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
@@ -34,7 +34,7 @@ github.com/docker/docker-credential-helpers/credentials
3434
## explicit; go 1.25
3535
# github.com/docker/secrets-engine/store v0.0.19 => ./store
3636
## explicit; go 1.25
37-
# github.com/docker/secrets-engine/x v0.0.15-do.not.use => ./x
37+
# github.com/docker/secrets-engine/x v0.0.16-do.not.use => ./x
3838
## explicit; go 1.25
3939
# github.com/go-chi/chi/v5 v5.2.3
4040
## explicit; go 1.20

0 commit comments

Comments
 (0)