File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -31,8 +31,8 @@ require (
31
31
github.com/containernetworking/plugins v1.5.1
32
32
github.com/coreos/go-systemd/v22 v22.5.0
33
33
github.com/distribution/reference v0.6.0
34
- github.com/docker/cli v27.5.0 +incompatible
35
- github.com/docker/docker v27.5.0 +incompatible
34
+ github.com/docker/cli v27.5.1 +incompatible
35
+ github.com/docker/docker v27.5.1 +incompatible
36
36
github.com/docker/go-connections v0.5.0
37
37
github.com/docker/go-units v0.5.0
38
38
github.com/gofrs/flock v0.12.1
Original file line number Diff line number Diff line change @@ -138,10 +138,10 @@ github.com/dimchansky/utfbom v1.1.1 h1:vV6w1AhK4VMnhBno/TPVCoK9U/LP0PkLCS9tbxHdi
138
138
github.com/dimchansky/utfbom v1.1.1 /go.mod h1:SxdoEBH5qIqFocHMyGOXVAybYJdr71b1Q/j0mACtrfE =
139
139
github.com/distribution/reference v0.6.0 h1:0IXCQ5g4/QMHHkarYzh5l+u8T3t73zM5QvfrDyIgxBk =
140
140
github.com/distribution/reference v0.6.0 /go.mod h1:BbU0aIcezP1/5jX/8MP0YiH4SdvB5Y4f/wlDRiLyi3E =
141
- github.com/docker/cli v27.5.0 +incompatible h1:aMphQkcGtpHixwwhAXJT1rrK/detk2JIvDaFkLctbGM =
142
- github.com/docker/cli v27.5.0 +incompatible /go.mod h1:JLrzqnKDaYBop7H2jaqPtU4hHvMKP+vjCwu2uszcLI8 =
143
- github.com/docker/docker v27.5.0 +incompatible h1:um++2NcQtGRTz5eEgO6aJimo6/JxrTXC941hd05JO6U =
144
- github.com/docker/docker v27.5.0 +incompatible /go.mod h1:eEKB0N0r5NX/I1kEveEz05bcu8tLC/8azJZsviup8Sk =
141
+ github.com/docker/cli v27.5.1 +incompatible h1:JB9cieUT9YNiMITtIsguaN55PLOHhBSz3LKVc6cqWaY =
142
+ github.com/docker/cli v27.5.1 +incompatible /go.mod h1:JLrzqnKDaYBop7H2jaqPtU4hHvMKP+vjCwu2uszcLI8 =
143
+ github.com/docker/docker v27.5.1 +incompatible h1:4PYU5dnBYqRQi0294d1FBECqT9ECWeQAIfE8q4YnPY8 =
144
+ github.com/docker/docker v27.5.1 +incompatible /go.mod h1:eEKB0N0r5NX/I1kEveEz05bcu8tLC/8azJZsviup8Sk =
145
145
github.com/docker/docker-credential-helpers v0.8.2 h1:bX3YxiGzFP5sOXWc3bTPEXdEaZSeVMrFgOr3T+zrFAo =
146
146
github.com/docker/docker-credential-helpers v0.8.2 /go.mod h1:P3ci7E3lwkZg6XiHdRKft1KckHiO9a2rNtyFbZ/ry9M =
147
147
github.com/docker/go-connections v0.5.0 h1:USnMq7hx7gwdVZq1L49hLXaFtUdTADjXGp+uj1Br63c =
Original file line number Diff line number Diff line change @@ -475,14 +475,14 @@ github.com/dimchansky/utfbom
475
475
# github.com/distribution/reference v0.6.0
476
476
## explicit; go 1.20
477
477
github.com/distribution/reference
478
- # github.com/docker/cli v27.5.0 +incompatible
478
+ # github.com/docker/cli v27.5.1 +incompatible
479
479
## explicit
480
480
github.com/docker/cli/cli/config
481
481
github.com/docker/cli/cli/config/configfile
482
482
github.com/docker/cli/cli/config/credentials
483
483
github.com/docker/cli/cli/config/types
484
484
github.com/docker/cli/cli/connhelper/commandconn
485
- # github.com/docker/docker v27.5.0 +incompatible
485
+ # github.com/docker/docker v27.5.1 +incompatible
486
486
## explicit
487
487
github.com/docker/docker/api
488
488
github.com/docker/docker/api/types
You can’t perform that action at this time.
0 commit comments