This repository was archived by the owner on Oct 6, 2025. It is now read-only.
File tree Expand file tree Collapse file tree
github.com/docker/model-runner/pkg Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -10,8 +10,8 @@ require (
1010 github.com/docker/docker v28.2.2+incompatible
1111 github.com/docker/go-connections v0.5.0
1212 github.com/docker/go-units v0.5.0
13- github.com/docker/model-distribution v0.0.0-20250620111407-b631ab263648
14- github.com/docker/model-runner v0.0.0-20250626211904-cce6a71cc9d6
13+ github.com/docker/model-distribution v0.0.0-20250627131521-63daf278071c
14+ github.com/docker/model-runner v0.0.0-20250627142917-26a0a73fbbc0
1515 github.com/google/go-containerregistry v0.20.6
1616 github.com/mattn/go-isatty v0.0.17
1717 github.com/nxadm/tail v1.4.8
Original file line number Diff line number Diff line change @@ -78,10 +78,10 @@ github.com/docker/go-metrics v0.0.1/go.mod h1:cG1hvH2utMXtqgqqYE9plW6lDxS3/5ayHz
7878github.com/docker/go-units v0.5.0 h1:69rxXcBk27SvSaaxTtLh/8llcHD8vYHT7WSdRZ/jvr4 =
7979github.com/docker/go-units v0.5.0 /go.mod h1:fgPhTUdO+D/Jk86RDLlptpiXQzgHJF7gydDDbaIK4Dk =
8080github.com/docker/libtrust v0.0.0-20160708172513-aabc10ec26b7 /go.mod h1:cyGadeNEkKy96OOhEzfZl+yxihPEzKnqJwvfuSUqbZE =
81- github.com/docker/model-distribution v0.0.0-20250620111407-b631ab263648 h1:pjOhPBwcuJ08bdIA9hxrWJIkAs+tGbsPxbRGwZHnxZw =
82- github.com/docker/model-distribution v0.0.0-20250620111407-b631ab263648 /go.mod h1:dThpO9JoG5Px3i+rTluAeZcqLGw8C0qepuEL4gL2o/c =
83- github.com/docker/model-runner v0.0.0-20250626211904-cce6a71cc9d6 h1:lemczXeVTOaIcVDS6R13Mor2/HrziLKJr+65JDpql9A =
84- github.com/docker/model-runner v0.0.0-20250626211904-cce6a71cc9d6 /go.mod h1:vZJiUZH/7O1CyNsEGi1o4khUT4DVRjcwluuamU9fhuM =
81+ github.com/docker/model-distribution v0.0.0-20250627131521-63daf278071c h1:10BRwHXbCRdIQMvYNjOSPFnGd7ncpc3N7kKG27LQRZY =
82+ github.com/docker/model-distribution v0.0.0-20250627131521-63daf278071c /go.mod h1:dThpO9JoG5Px3i+rTluAeZcqLGw8C0qepuEL4gL2o/c =
83+ github.com/docker/model-runner v0.0.0-20250627142917-26a0a73fbbc0 h1:yajuhlGe1xhpWW3eMehQi2RrqiBQiGoi6c6OWiPxMaQ =
84+ github.com/docker/model-runner v0.0.0-20250627142917-26a0a73fbbc0 /go.mod h1:vZJiUZH/7O1CyNsEGi1o4khUT4DVRjcwluuamU9fhuM =
8585github.com/dvsekhvalnov/jose2go v0.0.0-20170216131308-f21a8cedbbae /go.mod h1:7BvyPhdbLxMXIYTFPLsyJRFMsKmOZnQmzh6Gb+uquuM =
8686github.com/erikstmartin/go-testdb v0.0.0-20160219214506-8d10e4a1bae5 /go.mod h1:a2zkGnVExMxdzMo3M0Hi/3sEU+cWnZpSni0O6/Yb/P0 =
8787github.com/felixge/httpsnoop v1.0.4 h1:NFTV2Zj1bL4mc9sqWACXbQFVBBg2W3GPvqp8/ESS2Wg =
Original file line number Diff line number Diff line change @@ -144,7 +144,7 @@ github.com/docker/go-connections/tlsconfig
144144# github.com/docker/go-units v0.5.0
145145## explicit
146146github.com/docker/go-units
147- # github.com/docker/model-distribution v0.0.0-20250620111407-b631ab263648
147+ # github.com/docker/model-distribution v0.0.0-20250627131521-63daf278071c
148148## explicit; go 1.23.0
149149github.com/docker/model-distribution/builder
150150github.com/docker/model-distribution/distribution
@@ -155,7 +155,7 @@ github.com/docker/model-distribution/internal/progress
155155github.com/docker/model-distribution/internal/store
156156github.com/docker/model-distribution/registry
157157github.com/docker/model-distribution/types
158- # github.com/docker/model-runner v0.0.0-20250626211904-cce6a71cc9d6
158+ # github.com/docker/model-runner v0.0.0-20250627142917-26a0a73fbbc0
159159## explicit; go 1.23.7
160160github.com/docker/model-runner/pkg/diskusage
161161github.com/docker/model-runner/pkg/environment
You can’t perform that action at this time.
0 commit comments