Skip to content

Commit 9ed3c8c

Browse files
Bump github.com/docker/cli
Bumps [github.com/docker/cli](https://github.com/docker/cli) from 24.0.5+incompatible to 25.0.3+incompatible. - [Commits](docker/cli@v24.0.5...v25.0.3) --- updated-dependencies: - dependency-name: github.com/docker/cli dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 4466393 commit 9ed3c8c

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

go.mod

+2-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ require (
77
github.com/adevinta/vulcan-metrics-client v1.0.1
88
github.com/adevinta/vulcan-report v1.0.0
99
github.com/aws/aws-sdk-go v1.44.313
10-
github.com/docker/cli v24.0.5+incompatible
10+
github.com/docker/cli v25.0.3+incompatible
1111
github.com/docker/distribution v2.8.2+incompatible
1212
github.com/docker/docker v24.0.5+incompatible
1313
github.com/docker/go-connections v0.4.0
@@ -24,6 +24,7 @@ require (
2424
github.com/DataDog/datadog-go v4.8.3+incompatible // indirect
2525
github.com/Microsoft/go-winio v0.5.2 // indirect
2626
github.com/beorn7/perks v1.0.1 // indirect
27+
github.com/distribution/reference v0.5.0 // indirect
2728
github.com/docker/docker-credential-helpers v0.6.4 // indirect
2829
github.com/docker/go v1.5.1-1.0.20160303222718-d30aec9fd63c // indirect
2930
github.com/docker/go-metrics v0.0.1 // indirect

go.sum

+4-2
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,10 @@ github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSs
4242
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=
4343
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
4444
github.com/denisenkom/go-mssqldb v0.0.0-20191128021309-1d7a30a10f73/go.mod h1:xbL0rPBG9cCiLr28tMa8zpbdarY27NDyej4t/EjAShU=
45-
github.com/docker/cli v24.0.5+incompatible h1:WeBimjvS0eKdH4Ygx+ihVq1Q++xg36M/rMi4aXAvodc=
46-
github.com/docker/cli v24.0.5+incompatible/go.mod h1:JLrzqnKDaYBop7H2jaqPtU4hHvMKP+vjCwu2uszcLI8=
45+
github.com/distribution/reference v0.5.0 h1:/FUIFXtfc/x2gpa5/VGfiGLuOIdYa1t65IKK2OFGvA0=
46+
github.com/distribution/reference v0.5.0/go.mod h1:BbU0aIcezP1/5jX/8MP0YiH4SdvB5Y4f/wlDRiLyi3E=
47+
github.com/docker/cli v25.0.3+incompatible h1:KLeNs7zws74oFuVhgZQ5ONGZiXUUdgsdy6/EsX/6284=
48+
github.com/docker/cli v25.0.3+incompatible/go.mod h1:JLrzqnKDaYBop7H2jaqPtU4hHvMKP+vjCwu2uszcLI8=
4749
github.com/docker/distribution v2.7.1+incompatible/go.mod h1:J2gT2udsDAN96Uj4KfcMRqY0/ypR+oyYUYmja8H+y+w=
4850
github.com/docker/distribution v2.8.2+incompatible h1:T3de5rq0dB1j30rp0sA2rER+m322EBzniBPB6ZIzuh8=
4951
github.com/docker/distribution v2.8.2+incompatible/go.mod h1:J2gT2udsDAN96Uj4KfcMRqY0/ypR+oyYUYmja8H+y+w=

0 commit comments

Comments
 (0)