From 526877e60fda402f388c29c850375b5846927899 Mon Sep 17 00:00:00 2001 From: ddl-retornam <56278673+ddl-retornam@users.noreply.github.com> Date: Fri, 23 Aug 2024 18:11:59 -0700 Subject: [PATCH] Update github.com/docker/cli --- go.mod | 8 +++----- go.sum | 8 ++++---- test/functional/go.mod | 8 +++----- 3 files changed, 10 insertions(+), 14 deletions(-) diff --git a/go.mod b/go.mod index 2fba0261..f200fad2 100644 --- a/go.mod +++ b/go.mod @@ -1,8 +1,6 @@ module github.com/dominodatalab/hephaestus -go 1.22.1 - -toolchain go1.23.0 +go 1.23.0 // NOTE: local development // replace github.com/dominodatalab/controller-util => ../controller-util @@ -19,8 +17,8 @@ require ( github.com/aws/aws-sdk-go-v2/service/ecr v1.27.4 github.com/aws/smithy-go v1.20.2 github.com/distribution/reference v0.6.0 - github.com/docker/cli v27.0.3+incompatible - github.com/docker/docker v27.0.3+incompatible + github.com/docker/cli v27.1.2+incompatible + github.com/docker/docker v27.1.2+incompatible github.com/dominodatalab/amqp-client v0.1.4 github.com/dominodatalab/controller-util v0.1.2 github.com/go-logr/logr v1.4.2 diff --git a/go.sum b/go.sum index bc793a39..026bccac 100644 --- a/go.sum +++ b/go.sum @@ -133,12 +133,12 @@ github.com/dimchansky/utfbom v1.1.1 h1:vV6w1AhK4VMnhBno/TPVCoK9U/LP0PkLCS9tbxHdi github.com/dimchansky/utfbom v1.1.1/go.mod h1:SxdoEBH5qIqFocHMyGOXVAybYJdr71b1Q/j0mACtrfE= github.com/distribution/reference v0.6.0 h1:0IXCQ5g4/QMHHkarYzh5l+u8T3t73zM5QvfrDyIgxBk= github.com/distribution/reference v0.6.0/go.mod h1:BbU0aIcezP1/5jX/8MP0YiH4SdvB5Y4f/wlDRiLyi3E= -github.com/docker/cli v27.0.3+incompatible h1:usGs0/BoBW8MWxGeEtqPMkzOY56jZ6kYlSN5BLDioCQ= -github.com/docker/cli v27.0.3+incompatible/go.mod h1:JLrzqnKDaYBop7H2jaqPtU4hHvMKP+vjCwu2uszcLI8= +github.com/docker/cli v27.1.2+incompatible h1:nYviRv5Y+YAKx3dFrTvS1ErkyVVunKOhoweCTE1BsnI= +github.com/docker/cli v27.1.2+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.2+incompatible h1:AhGzR1xaQIy53qCkxARaFluI00WPGtXn0AJuoQsVYTY= +github.com/docker/docker v27.1.2+incompatible/go.mod h1:eEKB0N0r5NX/I1kEveEz05bcu8tLC/8azJZsviup8Sk= github.com/docker/docker-credential-helpers v0.8.2 h1:bX3YxiGzFP5sOXWc3bTPEXdEaZSeVMrFgOr3T+zrFAo= github.com/docker/docker-credential-helpers v0.8.2/go.mod h1:P3ci7E3lwkZg6XiHdRKft1KckHiO9a2rNtyFbZ/ry9M= github.com/docker/go-connections v0.5.0 h1:USnMq7hx7gwdVZq1L49hLXaFtUdTADjXGp+uj1Br63c= diff --git a/test/functional/go.mod b/test/functional/go.mod index 96cccb07..9e6255d8 100644 --- a/test/functional/go.mod +++ b/test/functional/go.mod @@ -1,8 +1,6 @@ module github.com/dominodatalab/hephaestus/test/functional -go 1.22.1 - -toolchain go1.23.0 +go 1.23.0 replace github.com/dominodatalab/testenv => ../../tools/testenv @@ -108,9 +106,9 @@ require ( github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect github.com/dimchansky/utfbom v1.1.1 // indirect github.com/distribution/reference v0.6.0 // indirect - github.com/docker/cli v27.0.3+incompatible // indirect + github.com/docker/cli v27.1.2+incompatible // indirect github.com/docker/distribution v2.8.3+incompatible // indirect - github.com/docker/docker v27.0.3+incompatible // indirect + github.com/docker/docker v27.1.2+incompatible // indirect github.com/docker/docker-credential-helpers v0.8.2 // indirect github.com/docker/go-connections v0.5.0 // indirect github.com/docker/go-metrics v0.0.1 // indirect