From 6a3e6ae085094f1471585e1d07273b6995ec35d0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Aug 2024 18:41:45 -0400 Subject: [PATCH] Bump github.com/docker/docker from 27.0.3+incompatible to 27.1.1+incompatible in /cli (#134) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: John Stairs --- .notice-metadata.txt | 2 +- cli/go.mod | 2 +- cli/go.sum | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.notice-metadata.txt b/.notice-metadata.txt index aa137e93..a37a043b 100644 --- a/.notice-metadata.txt +++ b/.notice-metadata.txt @@ -1,4 +1,4 @@ -3ad12d192d4fdc361bd6e33ce11c2518796e21b71dad61fb255383d68ad8ddf2 cli/go.sum +87a95a0f0985d9dd78841d4b8f253e1854ccc576dcb4f25d05884fe6dc66d439 cli/go.sum d806a45ac319a052749da22ec42c6a08e358dbb6f6086f5b33e761e6ab39aa5b server/ControlPlane/packages.lock.json 83e9d72c489371ac10d1509e640c5daaafe4bef2be498456b4342a0700fe6608 server/DataPlane/packages.lock.json e518c00c2e96699b9cf588fe7504950aa2ca33a0ed1d7e53e0bb2b5b0dbce2c4 scripts/generate-notice.sh diff --git a/cli/go.mod b/cli/go.mod index 08eb917f..c1f5b4bf 100644 --- a/cli/go.mod +++ b/cli/go.mod @@ -20,7 +20,7 @@ require ( github.com/a8m/envsubst v1.4.2 github.com/andreyvit/diff v0.0.0-20170406064948-c7f18ee00883 github.com/docker/cli v27.0.3+incompatible - github.com/docker/docker v27.0.3+incompatible + github.com/docker/docker v27.1.1+incompatible github.com/docker/go-connections v0.5.0 github.com/dustin/go-humanize v1.0.1 github.com/eiannone/keyboard v0.0.0-20220611211555-0d226195f203 diff --git a/cli/go.sum b/cli/go.sum index e9c74ade..3cf7d7d4 100644 --- a/cli/go.sum +++ b/cli/go.sum @@ -142,8 +142,8 @@ github.com/docker/cli v27.0.3+incompatible h1:usGs0/BoBW8MWxGeEtqPMkzOY56jZ6kYlS github.com/docker/cli v27.0.3+incompatible/go.mod h1:JLrzqnKDaYBop7H2jaqPtU4hHvMKP+vjCwu2uszcLI8= github.com/docker/distribution v2.8.3+incompatible h1:AtKxIZ36LoNK51+Z6RpzLpddBirtxJnzDrHLEKxTAYk= github.com/docker/distribution v2.8.3+incompatible/go.mod h1:J2gT2udsDAN96Uj4KfcMRqY0/ypR+oyYUYmja8H+y+w= -github.com/docker/docker v27.0.3+incompatible h1:aBGI9TeQ4MPlhquTQKq9XbK79rKFVwXNUAYz9aXyEBE= -github.com/docker/docker v27.0.3+incompatible/go.mod h1:eEKB0N0r5NX/I1kEveEz05bcu8tLC/8azJZsviup8Sk= +github.com/docker/docker v27.1.1+incompatible h1:hO/M4MtV36kzKldqnA37IWhebRA+LnqqcqDja6kVaKY= +github.com/docker/docker v27.1.1+incompatible/go.mod h1:eEKB0N0r5NX/I1kEveEz05bcu8tLC/8azJZsviup8Sk= github.com/docker/docker-credential-helpers v0.8.1 h1:j/eKUktUltBtMzKqmfLB0PAgqYyMHOp5vfsD1807oKo= github.com/docker/docker-credential-helpers v0.8.1/go.mod h1:P3ci7E3lwkZg6XiHdRKft1KckHiO9a2rNtyFbZ/ry9M= github.com/docker/go-connections v0.5.0 h1:USnMq7hx7gwdVZq1L49hLXaFtUdTADjXGp+uj1Br63c=