File tree Expand file tree Collapse file tree 8 files changed +10
-9
lines changed
Expand file tree Collapse file tree 8 files changed +10
-9
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ replace github.com/docker/secrets-engine/x => ../x
99
1010require (
1111 connectrpc.com/connect v1.19.1
12- github.com/docker/secrets-engine/x v0.0.29 -do.not.use
12+ github.com/docker/secrets-engine/x v0.0.30 -do.not.use
1313 github.com/stretchr/testify v1.11.1
1414 google.golang.org/protobuf v1.36.11
1515)
Original file line number Diff line number Diff line change @@ -34,7 +34,6 @@ github.com/containerd/errdefs v1.0.0/go.mod h1:+YBYIdtsnF4Iw6nWZhJcqGSg/dwvV7tyJ
3434github.com/containerd/errdefs/pkg v0.3.0 h1:9IKJ06FvyNlexW690DXuQNx2KA2cUJXx151Xdx3ZPPE =
3535github.com/containerd/errdefs/pkg v0.3.0 /go.mod h1:NJw6s9HwNuRhnjJhM7pylWwMyAkmCQvQ4GpJHEqRLVk =
3636github.com/containerd/log v0.1.0 /go.mod h1:VRRf09a7mHDIRezVKTRCrOq78v577GXq3bSa3EhrzVo =
37- github.com/containerd/nri v0.11.0 /go.mod h1:bjGTLdUA58WgghKHg8azFMGXr05n1wDHrt3NSVBHiGI =
3837github.com/containerd/ttrpc v1.2.7 /go.mod h1:YCXHsb32f+Sq5/72xHubdiJRQY9inL4a4ZQrAbN1q9o =
3938github.com/containerd/typeurl/v2 v2.2.0 /go.mod h1:8XOOxnyatxSWuG8OfsZXVnAF4iZfedjS/8UHSPJnX4g =
4039github.com/creack/pty v1.1.24 /go.mod h1:08sCNb52WyoAwi2QDyzUCTgcvVFhUzewun7wtTfvcwE =
@@ -44,6 +43,8 @@ github.com/docker/cli v29.0.4+incompatible h1:mffN/hPqaI39vx/4QiSkdldHeM0rP1ZZBI
4443github.com/docker/cli v29.0.4+incompatible /go.mod h1:JLrzqnKDaYBop7H2jaqPtU4hHvMKP+vjCwu2uszcLI8 =
4544github.com/docker/distribution v2.8.3+incompatible /go.mod h1:J2gT2udsDAN96Uj4KfcMRqY0/ypR+oyYUYmja8H+y+w =
4645github.com/docker/docker v28.3.3+incompatible /go.mod h1:eEKB0N0r5NX/I1kEveEz05bcu8tLC/8azJZsviup8Sk =
46+ github.com/docker/docker-credential-helpers v0.9.4 h1:76ItO69/AP/V4yT9V4uuuItG0B1N8hvt0T0c0NN/DzI =
47+ github.com/docker/docker-credential-helpers v0.9.4 /go.mod h1:v1S+hepowrQXITkEfw6o4+BMbGot02wiKpzWhGUZK6c =
4748github.com/docker/go-connections v0.6.0 h1:LlMG9azAe1TqfR7sO+NJttz1gy6KO7VJBh+pMmjSD94 =
4849github.com/docker/go-connections v0.6.0 /go.mod h1:AahvXYshr6JgfUJGdDCs2b5EZG/vmaMAntpSFH5BFKE =
4950github.com/docker/go-metrics v0.0.1 /go.mod h1:cG1hvH2utMXtqgqqYE9plW6lDxS3/5ayHzueweSI3Vw =
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ replace github.com/docker/secrets-engine/x => ../x
1010require (
1111 connectrpc.com/connect v1.19.1
1212 github.com/containerd/nri v0.11.0
13- github.com/docker/secrets-engine/x v0.0.29 -do.not.use
13+ github.com/docker/secrets-engine/x v0.0.30 -do.not.use
1414 github.com/stretchr/testify v1.11.1
1515 google.golang.org/protobuf v1.36.11
1616)
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ replace github.com/docker/secrets-engine/plugin => ../../plugin
1010require (
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.29 -do.not.use
13+ github.com/docker/secrets-engine/x v0.0.30 -do.not.use
1414 github.com/stretchr/testify v1.11.1
1515)
1616
Original file line number Diff line number Diff line change @@ -10,8 +10,8 @@ github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc h1:U9qPSI2PIWSS1
1010github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc /go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38 =
1111github.com/docker/docker-credential-helpers v0.9.4 h1:76ItO69/AP/V4yT9V4uuuItG0B1N8hvt0T0c0NN/DzI =
1212github.com/docker/docker-credential-helpers v0.9.4 /go.mod h1:v1S+hepowrQXITkEfw6o4+BMbGot02wiKpzWhGUZK6c =
13- github.com/docker/secrets-engine/x v0.0.29 -do.not.use h1:pUGyRsYdGmf4qg9zI3eY+SsUn66uAS9FtDCn69pTZfE =
14- github.com/docker/secrets-engine/x v0.0.29 -do.not.use /go.mod h1:Y7Fi3WhtIMwi2kxXoDEc54JvdlBb82YhaNO6Und1TA4 =
13+ github.com/docker/secrets-engine/x v0.0.30 -do.not.use h1:l3JPNnOuCNcm+s3xput/baWohUNG1PlDTdH1yLE4vCw =
14+ github.com/docker/secrets-engine/x v0.0.30 -do.not.use /go.mod h1:Y7Fi3WhtIMwi2kxXoDEc54JvdlBb82YhaNO6Und1TA4 =
1515github.com/go-logr/logr v1.2.2 /go.mod h1:jdQByPbusPIv2/zmleS9BjJVeZ6kBagPoEUsqbVz/1A =
1616github.com/go-logr/logr v1.4.3 h1:CjnDlHq8ikf6E492q6eKboGOC0T8CDaOvkHCIg8idEI =
1717github.com/go-logr/logr v1.4.3 /go.mod h1:9T104GzyrTigFIr8wt5mBrctHMim0Nb2HLGrmQ40KvY =
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ replace github.com/docker/secrets-engine/x => ./../../x
99require (
1010 github.com/docker/secrets-engine/plugin v0.0.22
1111 github.com/docker/secrets-engine/store v0.0.23
12- github.com/docker/secrets-engine/x v0.0.29 -do.not.use
12+ github.com/docker/secrets-engine/x v0.0.30 -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
Original file line number Diff line number Diff 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.29 -do.not.use
14+ github.com/docker/secrets-engine/x v0.0.30 -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
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ github.com/docker/docker-credential-helpers/credentials
4343## explicit; go 1.25.8
4444# github.com/docker/secrets-engine/store v0.0.23 => ./store
4545## explicit; go 1.25.8
46- # github.com/docker/secrets-engine/x v0.0.29 -do.not.use => ./x
46+ # github.com/docker/secrets-engine/x v0.0.30 -do.not.use => ./x
4747## explicit; go 1.25.8
4848# github.com/go-logr/logr v1.4.3
4949## explicit; go 1.18
You can’t perform that action at this time.
0 commit comments