File tree Expand file tree Collapse file tree 4 files changed +9
-7
lines changed
github.com/docker/cli/cli/config/configfile Expand file tree Collapse file tree 4 files changed +9
-7
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ require (
1515 github.com/awslabs/amazon-ecr-credential-helper/ecr-login v0.12.0
1616 github.com/chrismellard/docker-credential-acr-env v0.0.0-20230304212654-82a0ddb27589
1717 github.com/containerd/platforms v1.0.0-rc.2
18- github.com/docker/cli v29.2.1 +incompatible
18+ github.com/docker/cli v29.3.0 +incompatible
1919 github.com/docker/docker-credential-helpers v0.9.5
2020 github.com/ePirat/docker-credential-gitlabci v1.0.0
2121 github.com/go-git/go-billy/v5 v5.8.0
Original file line number Diff line number Diff line change @@ -156,8 +156,8 @@ github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc h1:U9qPSI2PIWSS1
156156github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc /go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38 =
157157github.com/dimchansky/utfbom v1.1.1 h1:vV6w1AhK4VMnhBno/TPVCoK9U/LP0PkLCS9tbxHdi/U =
158158github.com/dimchansky/utfbom v1.1.1 /go.mod h1:SxdoEBH5qIqFocHMyGOXVAybYJdr71b1Q/j0mACtrfE =
159- github.com/docker/cli v29.2.1 +incompatible h1:n3Jt0QVCN65eiVBoUTZQM9mcQICCJt3akW4pKAbKdJg =
160- github.com/docker/cli v29.2.1 +incompatible /go.mod h1:JLrzqnKDaYBop7H2jaqPtU4hHvMKP+vjCwu2uszcLI8 =
159+ github.com/docker/cli v29.3.0 +incompatible h1:z3iWveU7h19Pqx7alZES8j+IeFQZ1lhTwb2F+V9SVvk =
160+ github.com/docker/cli v29.3.0 +incompatible /go.mod h1:JLrzqnKDaYBop7H2jaqPtU4hHvMKP+vjCwu2uszcLI8 =
161161github.com/docker/distribution v2.8.3+incompatible h1:AtKxIZ36LoNK51+Z6RpzLpddBirtxJnzDrHLEKxTAYk =
162162github.com/docker/distribution v2.8.3+incompatible /go.mod h1:J2gT2udsDAN96Uj4KfcMRqY0/ypR+oyYUYmja8H+y+w =
163163github.com/docker/docker-credential-helpers v0.9.5 h1:EFNN8DHvaiK8zVqFA2DT6BjXE0GzfLOZ38ggPTKePkY =
Original file line number Diff line number Diff line change @@ -385,7 +385,7 @@ github.com/cyphar/filepath-securejoin/internal/consts
385385# github.com/dimchansky/utfbom v1.1.1
386386## explicit
387387github.com/dimchansky/utfbom
388- # github.com/docker/cli v29.2.1 +incompatible
388+ # github.com/docker/cli v29.3.0 +incompatible
389389## explicit
390390github.com/docker/cli/cli/config
391391github.com/docker/cli/cli/config/configfile
You can’t perform that action at this time.
0 commit comments