From 7a51e47446b4bbfe7c7b152523da75b78e9dceb5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Jul 2026 13:44:29 +0000 Subject: [PATCH] build(deps): bump github.com/docker/cli in /src/go/rdctl Bumps [github.com/docker/cli](https://github.com/docker/cli) from 29.6.0+incompatible to 29.6.2+incompatible. - [Commits](https://github.com/docker/cli/compare/v29.6.0...v29.6.2) --- updated-dependencies: - dependency-name: github.com/docker/cli dependency-version: 29.6.2+incompatible dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- src/go/rdctl/go.mod | 2 +- src/go/rdctl/go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/go/rdctl/go.mod b/src/go/rdctl/go.mod index 131089a5d05..efe784f0f52 100644 --- a/src/go/rdctl/go.mod +++ b/src/go/rdctl/go.mod @@ -4,7 +4,7 @@ go 1.25.0 require ( github.com/adrg/xdg v0.5.3 - github.com/docker/cli v29.6.0+incompatible + github.com/docker/cli v29.6.2+incompatible github.com/google/uuid v1.6.0 github.com/hashicorp/go-multierror v1.1.1 github.com/sirupsen/logrus v1.9.4 diff --git a/src/go/rdctl/go.sum b/src/go/rdctl/go.sum index 957d98d52f1..ea18681723f 100644 --- a/src/go/rdctl/go.sum +++ b/src/go/rdctl/go.sum @@ -4,8 +4,8 @@ github.com/cpuguy83/go-md2man/v2 v2.0.6/go.mod h1:oOW0eioCTA6cOiMLiUPZOpcVxMig6N github.com/creack/pty v1.1.9/go.mod h1:oKZEueFk5CKHvIhNR5MUki03XCEU+Q6VDXinZuGJ33E= github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc h1:U9qPSI2PIWSS1VwoXQT9A3Wy9MM3WgvqSxFWenqJduM= github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= -github.com/docker/cli v29.6.0+incompatible h1:nw9himxMMZ7eIeherJNlKQq+acnlzGgHd+4uf10QRSc= -github.com/docker/cli v29.6.0+incompatible/go.mod h1:JLrzqnKDaYBop7H2jaqPtU4hHvMKP+vjCwu2uszcLI8= +github.com/docker/cli v29.6.2+incompatible h1:/bjePvcbbFTnRrMfWJBY7AjfICdsiLVgHn6LwTVOcqw= +github.com/docker/cli v29.6.2+incompatible/go.mod h1:JLrzqnKDaYBop7H2jaqPtU4hHvMKP+vjCwu2uszcLI8= github.com/docker/docker-credential-helpers v0.9.5 h1:EFNN8DHvaiK8zVqFA2DT6BjXE0GzfLOZ38ggPTKePkY= github.com/docker/docker-credential-helpers v0.9.5/go.mod h1:v1S+hepowrQXITkEfw6o4+BMbGot02wiKpzWhGUZK6c= github.com/google/go-cmp v0.7.0 h1:wk8382ETsv4JYUZwIsn6YpYiWiBsYLSJiTsyBybVuN8=