File tree Expand file tree Collapse file tree 4 files changed +5
-4
lines changed
github.com/docker/cli/cli/config/configfile Expand file tree Collapse file tree 4 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ require (
31
31
github.com/containernetworking/plugins v1.4.0
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.0.3 +incompatible
34
+ github.com/docker/cli v27.1.0 +incompatible
35
35
github.com/docker/docker v27.1.0+incompatible
36
36
github.com/docker/go-connections v0.5.0
37
37
github.com/docker/go-units v0.5.0
Original file line number Diff line number Diff line change @@ -141,8 +141,8 @@ github.com/distribution/reference v0.6.0 h1:0IXCQ5g4/QMHHkarYzh5l+u8T3t73zM5Qvfr
141
141
github.com/distribution/reference v0.6.0 /go.mod h1:BbU0aIcezP1/5jX/8MP0YiH4SdvB5Y4f/wlDRiLyi3E =
142
142
github.com/dnaeon/go-vcr v1.1.0 h1:ReYa/UBrRyQdant9B4fNHGoCNKw6qh6P0fsdGmZpR7c =
143
143
github.com/dnaeon/go-vcr v1.1.0 /go.mod h1:M7tiix8f0r6mKKJ3Yq/kqU1OYf3MnfmBWVbPx/yU9ko =
144
- github.com/docker/cli v27.0.3 +incompatible h1:usGs0/BoBW8MWxGeEtqPMkzOY56jZ6kYlSN5BLDioCQ =
145
- github.com/docker/cli v27.0.3 +incompatible /go.mod h1:JLrzqnKDaYBop7H2jaqPtU4hHvMKP+vjCwu2uszcLI8 =
144
+ github.com/docker/cli v27.1.0 +incompatible h1:P0KSYmPtNbmx59wHZvG6+rjivhKDRA1BvvWM0f5DgHc =
145
+ github.com/docker/cli v27.1.0 +incompatible /go.mod h1:JLrzqnKDaYBop7H2jaqPtU4hHvMKP+vjCwu2uszcLI8 =
146
146
github.com/docker/docker v27.1.0+incompatible h1:rEHVQc4GZ0MIQKifQPHSFGV/dVgaZafgRf8fCPtDYBs =
147
147
github.com/docker/docker v27.1.0+incompatible /go.mod h1:eEKB0N0r5NX/I1kEveEz05bcu8tLC/8azJZsviup8Sk =
148
148
github.com/docker/docker-credential-helpers v0.8.2 h1:bX3YxiGzFP5sOXWc3bTPEXdEaZSeVMrFgOr3T+zrFAo =
Original file line number Diff line number Diff line change @@ -449,7 +449,7 @@ github.com/dimchansky/utfbom
449
449
# github.com/distribution/reference v0.6.0
450
450
## explicit; go 1.20
451
451
github.com/distribution/reference
452
- # github.com/docker/cli v27.0.3 +incompatible
452
+ # github.com/docker/cli v27.1.0 +incompatible
453
453
## explicit
454
454
github.com/docker/cli/cli/config
455
455
github.com/docker/cli/cli/config/configfile
You can’t perform that action at this time.
0 commit comments