Skip to content

Commit c504a16

Browse files
Merge pull request #1837 from shipwright-io/dependabot/go_modules/github.com/docker/cli-28.0.2incompatible
Bump github.com/docker/cli from 28.0.1+incompatible to 28.0.2+incompatible
2 parents 77efcf9 + 6de0022 commit c504a16

File tree

4 files changed

+9
-4
lines changed

4 files changed

+9
-4
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.0.1+incompatible
6+
github.com/docker/cli v28.0.2+incompatible
77
github.com/go-git/go-git/v5 v5.14.0
88
github.com/go-logr/logr v1.4.2
99
github.com/golang-jwt/jwt/v4 v4.5.1

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.0.1+incompatible h1:g0h5NQNda3/CxIsaZfH4Tyf6vpxFth7PYl3hgCPOKzs=
94-
github.com/docker/cli v28.0.1+incompatible/go.mod h1:JLrzqnKDaYBop7H2jaqPtU4hHvMKP+vjCwu2uszcLI8=
93+
github.com/docker/cli v28.0.2+incompatible h1:cRPZ77FK3/IXTAIQQj1vmhlxiLS5m+MIUDwS6f57lrE=
94+
github.com/docker/cli v28.0.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/config.go

Lines changed: 5 additions & 0 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.0.1+incompatible
88+
# github.com/docker/cli v28.0.2+incompatible
8989
## explicit
9090
github.com/docker/cli/cli/config
9191
github.com/docker/cli/cli/config/configfile

0 commit comments

Comments
 (0)