Skip to content

Commit 80a528a

Browse files
authored
Merge pull request #3117 from thaJeztah/update_engine
vendor: github.com/docker/docker v23.0.0
2 parents 726f437 + a848f31 commit 80a528a

4 files changed

Lines changed: 25 additions & 6 deletions

File tree

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ require (
99
github.com/cloudflare/cfssl v0.0.0-20180323000720-5d63dbd981b5
1010
github.com/container-storage-interface/spec v1.2.0
1111
github.com/docker/distribution v2.8.1+incompatible
12-
github.com/docker/docker v23.0.0-rc.3+incompatible
12+
github.com/docker/docker v23.0.0+incompatible
1313
github.com/docker/go-connections v0.4.0
1414
github.com/docker/go-events v0.0.0-20190806004212-e31b211e4f1c
1515
github.com/docker/go-metrics v0.0.1

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,8 +109,8 @@ github.com/dgrijalva/jwt-go v3.2.0+incompatible/go.mod h1:E3ru+11k8xSBh+hMPgOLZm
109109
github.com/dgryski/go-sip13 v0.0.0-20181026042036-e10d5fee7954/go.mod h1:vAd38F8PWV+bWy6jNmig1y/TA+kYO4g3RSRF0IAv0no=
110110
github.com/docker/distribution v2.8.1+incompatible h1:Q50tZOPR6T/hjNsyc9g8/syEs6bk8XXApsHjKukMl68=
111111
github.com/docker/distribution v2.8.1+incompatible/go.mod h1:J2gT2udsDAN96Uj4KfcMRqY0/ypR+oyYUYmja8H+y+w=
112-
github.com/docker/docker v23.0.0-rc.3+incompatible h1:97RCXK7nxN1YPlqb3z0+AoTE3rql4ck1CG5p9tlRD2o=
113-
github.com/docker/docker v23.0.0-rc.3+incompatible/go.mod h1:eEKB0N0r5NX/I1kEveEz05bcu8tLC/8azJZsviup8Sk=
112+
github.com/docker/docker v23.0.0+incompatible h1:L6c28tNyqZ4/ub9AZC9d5QUuunoHHfEH4/Ue+h/E5nE=
113+
github.com/docker/docker v23.0.0+incompatible/go.mod h1:eEKB0N0r5NX/I1kEveEz05bcu8tLC/8azJZsviup8Sk=
114114
github.com/docker/go-connections v0.4.0 h1:El9xVISelRB7BuFusrZozjnkIM5YnzCViNKohAFqRJQ=
115115
github.com/docker/go-connections v0.4.0/go.mod h1:Gbd7IOopHjR8Iph03tsViu4nIes5XhDvyHbTtUxmeec=
116116
github.com/docker/go-events v0.0.0-20190806004212-e31b211e4f1c h1:+pKlWGMw7gf6bQ+oDZB4KHQFypsfjYlq/C4rfL7D3g8=

vendor/github.com/docker/docker/client/container_wait.go

Lines changed: 21 additions & 2 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
@@ -45,7 +45,7 @@ github.com/davecgh/go-spew/spew
4545
## explicit
4646
github.com/docker/distribution/digestset
4747
github.com/docker/distribution/reference
48-
# github.com/docker/docker v23.0.0-rc.3+incompatible
48+
# github.com/docker/docker v23.0.0+incompatible
4949
## explicit
5050
github.com/docker/docker/api
5151
github.com/docker/docker/api/types

0 commit comments

Comments
 (0)