File tree Expand file tree Collapse file tree
github.com/docker/docker/client Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -109,8 +109,8 @@ github.com/dgrijalva/jwt-go v3.2.0+incompatible/go.mod h1:E3ru+11k8xSBh+hMPgOLZm
109109github.com/dgryski/go-sip13 v0.0.0-20181026042036-e10d5fee7954 /go.mod h1:vAd38F8PWV+bWy6jNmig1y/TA+kYO4g3RSRF0IAv0no =
110110github.com/docker/distribution v2.8.1+incompatible h1:Q50tZOPR6T/hjNsyc9g8/syEs6bk8XXApsHjKukMl68 =
111111github.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 =
114114github.com/docker/go-connections v0.4.0 h1:El9xVISelRB7BuFusrZozjnkIM5YnzCViNKohAFqRJQ =
115115github.com/docker/go-connections v0.4.0 /go.mod h1:Gbd7IOopHjR8Iph03tsViu4nIes5XhDvyHbTtUxmeec =
116116github.com/docker/go-events v0.0.0-20190806004212-e31b211e4f1c h1:+pKlWGMw7gf6bQ+oDZB4KHQFypsfjYlq/C4rfL7D3g8 =
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ github.com/davecgh/go-spew/spew
4545## explicit
4646github.com/docker/distribution/digestset
4747github.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
5050github.com/docker/docker/api
5151github.com/docker/docker/api/types
You can’t perform that action at this time.
0 commit comments