File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ module github.com/shipwright-io/build
33go 1.23.0
44
55require (
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
Original file line number Diff line number Diff line change @@ -90,8 +90,8 @@ github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSs
9090github.com/davecgh/go-spew v1.1.1 /go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38 =
9191github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc h1:U9qPSI2PIWSS1VwoXQT9A3Wy9MM3WgvqSxFWenqJduM =
9292github.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 =
9595github.com/docker/distribution v2.8.3+incompatible h1:AtKxIZ36LoNK51+Z6RpzLpddBirtxJnzDrHLEKxTAYk =
9696github.com/docker/distribution v2.8.3+incompatible /go.mod h1:J2gT2udsDAN96Uj4KfcMRqY0/ypR+oyYUYmja8H+y+w =
9797github.com/docker/docker-credential-helpers v0.8.2 h1:bX3YxiGzFP5sOXWc3bTPEXdEaZSeVMrFgOr3T+zrFAo =
Original file line number Diff line number Diff 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
8787github.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
9090github.com/docker/cli/cli/config
9191github.com/docker/cli/cli/config/configfile
You can’t perform that action at this time.
0 commit comments