Skip to content

Commit 0811b21

Browse files
Merge pull request #1932 from shipwright-io/dependabot/go_modules/github.com/docker/cli-28.3.2incompatible
build(deps): bump github.com/docker/cli from 28.3.1+incompatible to 28.3.2+incompatible
2 parents 824d498 + 28d04be commit 0811b21

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module github.com/shipwright-io/build
33
go 1.23.0
44

55
require (
6-
github.com/docker/cli v28.3.1+incompatible
6+
github.com/docker/cli v28.3.2+incompatible
77
github.com/go-git/go-git/v5 v5.16.2
88
github.com/go-logr/logr v1.4.3
99
github.com/golang-jwt/jwt/v4 v4.5.2

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,8 +90,8 @@ github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSs
9090
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
9191
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc h1:U9qPSI2PIWSS1VwoXQT9A3Wy9MM3WgvqSxFWenqJduM=
9292
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
93-
github.com/docker/cli v28.3.1+incompatible h1:ZUdwOLDEBoE3TE5rdC9IXGY5HPHksJK3M+hJEWhh2mc=
94-
github.com/docker/cli v28.3.1+incompatible/go.mod h1:JLrzqnKDaYBop7H2jaqPtU4hHvMKP+vjCwu2uszcLI8=
93+
github.com/docker/cli v28.3.2+incompatible h1:mOt9fcLE7zaACbxW1GeS65RI67wIJrTnqS3hP2huFsY=
94+
github.com/docker/cli v28.3.2+incompatible/go.mod h1:JLrzqnKDaYBop7H2jaqPtU4hHvMKP+vjCwu2uszcLI8=
9595
github.com/docker/distribution v2.8.3+incompatible h1:AtKxIZ36LoNK51+Z6RpzLpddBirtxJnzDrHLEKxTAYk=
9696
github.com/docker/distribution v2.8.3+incompatible/go.mod h1:J2gT2udsDAN96Uj4KfcMRqY0/ypR+oyYUYmja8H+y+w=
9797
github.com/docker/docker-credential-helpers v0.8.2 h1:bX3YxiGzFP5sOXWc3bTPEXdEaZSeVMrFgOr3T+zrFAo=

vendor/github.com/docker/cli/cli/config/configfile/file.go

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/modules.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ github.com/cyphar/filepath-securejoin
8585
# github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc
8686
## explicit
8787
github.com/davecgh/go-spew/spew
88-
# github.com/docker/cli v28.3.1+incompatible
88+
# github.com/docker/cli v28.3.2+incompatible
8989
## explicit
9090
github.com/docker/cli/cli/config
9191
github.com/docker/cli/cli/config/configfile

0 commit comments

Comments
 (0)