Skip to content

Commit 4e46c27

Browse files
Merge pull request #1872 from shipwright-io/dependabot/go_modules/github.com/docker/cli-28.1.1incompatible
Bump github.com/docker/cli from 28.1.0+incompatible to 28.1.1+incompatible
2 parents 750814e + 4b2e0cb commit 4e46c27

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-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.1.0+incompatible
6+
github.com/docker/cli v28.1.1+incompatible
77
github.com/go-git/go-git/v5 v5.16.0
88
github.com/go-logr/logr v1.4.2
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.1.0+incompatible h1:WiJhUBbuIH/BsJtth+C1hPwra4P0nsKJiWy9ie5My5s=
94-
github.com/docker/cli v28.1.0+incompatible/go.mod h1:JLrzqnKDaYBop7H2jaqPtU4hHvMKP+vjCwu2uszcLI8=
93+
github.com/docker/cli v28.1.1+incompatible h1:eyUemzeI45DY7eDPuwUcmDyDj1pM98oD5MdSpiItp8k=
94+
github.com/docker/cli v28.1.1+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/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.1.0+incompatible
88+
# github.com/docker/cli v28.1.1+incompatible
8989
## explicit
9090
github.com/docker/cli/cli/config
9191
github.com/docker/cli/cli/config/configfile

0 commit comments

Comments
 (0)