Skip to content

Commit d434b0c

Browse files
committed
vendor: github.com/docker/cli v23.0.0-rc.2
full diff: docker/cli@v23.0.0-rc.1...v23.0.0-rc.2 Signed-off-by: Sebastiaan van Stijn <[email protected]>
1 parent 435bc89 commit d434b0c

File tree

5 files changed

+9
-11
lines changed

5 files changed

+9
-11
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ require (
2525
github.com/containerd/stargz-snapshotter/estargz v0.13.0
2626
github.com/containerd/typeurl v1.0.2
2727
github.com/coreos/go-systemd/v22 v22.4.0
28-
github.com/docker/cli v23.0.0-rc.1+incompatible
28+
github.com/docker/cli v23.0.0-rc.2+incompatible
2929
github.com/docker/distribution v2.8.1+incompatible
3030
github.com/docker/docker v23.0.0-rc.2+incompatible
3131
github.com/docker/go-connections v0.4.0

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -507,8 +507,8 @@ github.com/docker/cli v0.0.0-20190925022749-754388324470/go.mod h1:JLrzqnKDaYBop
507507
github.com/docker/cli v0.0.0-20191017083524-a8ff7f821017/go.mod h1:JLrzqnKDaYBop7H2jaqPtU4hHvMKP+vjCwu2uszcLI8=
508508
github.com/docker/cli v20.10.0-beta1.0.20201029214301-1d20b15adc38+incompatible/go.mod h1:JLrzqnKDaYBop7H2jaqPtU4hHvMKP+vjCwu2uszcLI8=
509509
github.com/docker/cli v20.10.21+incompatible/go.mod h1:JLrzqnKDaYBop7H2jaqPtU4hHvMKP+vjCwu2uszcLI8=
510-
github.com/docker/cli v23.0.0-rc.1+incompatible h1:Vl3pcUK4/LFAD56Ys3BrqgAtuwpWd/IO3amuSL0ZbP0=
511-
github.com/docker/cli v23.0.0-rc.1+incompatible/go.mod h1:JLrzqnKDaYBop7H2jaqPtU4hHvMKP+vjCwu2uszcLI8=
510+
github.com/docker/cli v23.0.0-rc.2+incompatible h1:CEOrg0g6CrXKtg40kTleFJPLKXLMLevEesg/hO4ehM4=
511+
github.com/docker/cli v23.0.0-rc.2+incompatible/go.mod h1:JLrzqnKDaYBop7H2jaqPtU4hHvMKP+vjCwu2uszcLI8=
512512
github.com/docker/distribution v0.0.0-20190905152932-14b96e55d84c/go.mod h1:0+TTO4EOBfRPhZXAeF1Vu+W3hHZ8eLp8PgKVZlcvtFY=
513513
github.com/docker/distribution v2.6.0-rc.1.0.20180327202408-83389a148052+incompatible/go.mod h1:J2gT2udsDAN96Uj4KfcMRqY0/ypR+oyYUYmja8H+y+w=
514514
github.com/docker/distribution v2.7.1-0.20190205005809-0d3efadf0154+incompatible/go.mod h1:J2gT2udsDAN96Uj4KfcMRqY0/ypR+oyYUYmja8H+y+w=

vendor/github.com/docker/cli/cli/config/configfile/file.go

Lines changed: 3 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/docker/cli/cli/config/credentials/file_store.go

Lines changed: 2 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/modules.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -372,7 +372,7 @@ github.com/davecgh/go-spew/spew
372372
# github.com/dimchansky/utfbom v1.1.1
373373
## explicit
374374
github.com/dimchansky/utfbom
375-
# github.com/docker/cli v23.0.0-rc.1+incompatible
375+
# github.com/docker/cli v23.0.0-rc.2+incompatible
376376
## explicit
377377
github.com/docker/cli/cli/config
378378
github.com/docker/cli/cli/config/configfile

0 commit comments

Comments
 (0)