Skip to content

Commit 01e95bb

Browse files
authored
Merge pull request #399 from docker/x/bump
chore: bump x/v0.0.12-do.not.use
2 parents f0dbcda + 9201f37 commit 01e95bb

File tree

12 files changed

+13
-12
lines changed

12 files changed

+13
-12
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ RUN --mount=type=bind,target=.,ro \
7373
(cd injector && go mod tidy --diff)
7474
(cd pass && go mod tidy --diff)
7575
(cd plugin && go mod tidy --diff)
76+
(cd plugins/credentialhelper && go mod tidy --diff)
7677
(cd store && go mod tidy --diff)
7778
(cd x && go mod tidy --diff)
7879
EOT

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.11-do.not.use
12+
github.com/docker/secrets-engine/x v0.0.12-do.not.use
1313
google.golang.org/protobuf v1.36.8
1414
)
1515

cmd/engine/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ require (
1919
github.com/docker/secrets-engine/engine v0.0.27
2020
github.com/docker/secrets-engine/pass v0.0.15
2121
github.com/docker/secrets-engine/plugins/credentialhelper v0.0.4
22-
github.com/docker/secrets-engine/x v0.0.11-do.not.use
22+
github.com/docker/secrets-engine/x v0.0.12-do.not.use
2323
)
2424

2525
require (

cmd/pass/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ replace github.com/docker/secrets-engine/x => ../../x
1616
require (
1717
github.com/docker/cli v29.0.4+incompatible
1818
github.com/docker/secrets-engine/pass v0.0.15
19-
github.com/docker/secrets-engine/x v0.0.11-do.not.use
19+
github.com/docker/secrets-engine/x v0.0.12-do.not.use
2020
github.com/spf13/cobra v1.10.1
2121
go.opentelemetry.io/otel v1.38.0
2222
)

engine/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ require (
2020
github.com/docker/secrets-engine/client v0.0.16
2121
github.com/docker/secrets-engine/plugin v0.0.19
2222
github.com/docker/secrets-engine/store v0.0.17
23-
github.com/docker/secrets-engine/x v0.0.11-do.not.use
23+
github.com/docker/secrets-engine/x v0.0.12-do.not.use
2424
github.com/go-chi/chi/v5 v5.2.3
2525
github.com/hashicorp/yamux v0.1.2
2626
github.com/stretchr/testify v1.11.1

injector/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ replace github.com/docker/secrets-engine/x => ../x
1616
require (
1717
github.com/docker/secrets-engine/client v0.0.16
1818
github.com/docker/secrets-engine/engine v0.0.27
19-
github.com/docker/secrets-engine/x v0.0.11-do.not.use
19+
github.com/docker/secrets-engine/x v0.0.12-do.not.use
2020
github.com/moby/moby/api v1.52.0
2121
github.com/stretchr/testify v1.11.1
2222
)

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.19
1111
github.com/docker/secrets-engine/store v0.0.17
12-
github.com/docker/secrets-engine/x v0.0.11-do.not.use
12+
github.com/docker/secrets-engine/x v0.0.12-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

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.11-do.not.use
13+
github.com/docker/secrets-engine/x v0.0.12-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.19
13-
github.com/docker/secrets-engine/x v0.0.11-do.not.use
13+
github.com/docker/secrets-engine/x v0.0.12-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
@@ -8,8 +8,8 @@ github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc h1:U9qPSI2PIWSS1
88
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
99
github.com/docker/docker-credential-helpers v0.9.4 h1:76ItO69/AP/V4yT9V4uuuItG0B1N8hvt0T0c0NN/DzI=
1010
github.com/docker/docker-credential-helpers v0.9.4/go.mod h1:v1S+hepowrQXITkEfw6o4+BMbGot02wiKpzWhGUZK6c=
11-
github.com/docker/secrets-engine/x v0.0.11-do.not.use h1:9dVjzvc+6f/wY43Z48moz4t+ffR5Qt0n8c/c5ypfiRs=
12-
github.com/docker/secrets-engine/x v0.0.11-do.not.use/go.mod h1:DU4I+Tk0OmzyjqbuIMYSUxTzKbvWrKXDPU1x1WA913k=
11+
github.com/docker/secrets-engine/x v0.0.12-do.not.use h1:i4OVJnKE9J7Lh58vRfRkmXNagX1IcdF1a1pOQaW7whY=
12+
github.com/docker/secrets-engine/x v0.0.12-do.not.use/go.mod h1:DU4I+Tk0OmzyjqbuIMYSUxTzKbvWrKXDPU1x1WA913k=
1313
github.com/go-logr/logr v1.2.2/go.mod h1:jdQByPbusPIv2/zmleS9BjJVeZ6kBagPoEUsqbVz/1A=
1414
github.com/go-logr/logr v1.4.3 h1:CjnDlHq8ikf6E492q6eKboGOC0T8CDaOvkHCIg8idEI=
1515
github.com/go-logr/logr v1.4.3/go.mod h1:9T104GzyrTigFIr8wt5mBrctHMim0Nb2HLGrmQ40KvY=

0 commit comments

Comments
 (0)