File tree Expand file tree Collapse file tree 4 files changed +9
-4
lines changed
github.com/docker/cli/cli/config Expand file tree Collapse file tree 4 files changed +9
-4
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ module github.com/shipwright-io/build
3
3
go 1.23.0
4
4
5
5
require (
6
- github.com/docker/cli v28.0.1 +incompatible
6
+ github.com/docker/cli v28.0.2 +incompatible
7
7
github.com/go-git/go-git/v5 v5.14.0
8
8
github.com/go-logr/logr v1.4.2
9
9
github.com/golang-jwt/jwt/v4 v4.5.1
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
90
90
github.com/davecgh/go-spew v1.1.1 /go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38 =
91
91
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc h1:U9qPSI2PIWSS1VwoXQT9A3Wy9MM3WgvqSxFWenqJduM =
92
92
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 =
95
95
github.com/docker/distribution v2.8.3+incompatible h1:AtKxIZ36LoNK51+Z6RpzLpddBirtxJnzDrHLEKxTAYk =
96
96
github.com/docker/distribution v2.8.3+incompatible /go.mod h1:J2gT2udsDAN96Uj4KfcMRqY0/ypR+oyYUYmja8H+y+w =
97
97
github.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
85
85
# github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc
86
86
## explicit
87
87
github.com/davecgh/go-spew/spew
88
- # github.com/docker/cli v28.0.1 +incompatible
88
+ # github.com/docker/cli v28.0.2 +incompatible
89
89
## explicit
90
90
github.com/docker/cli/cli/config
91
91
github.com/docker/cli/cli/config/configfile
You can’t perform that action at this time.
0 commit comments