This repository was archived by the owner on Oct 6, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +5
-7
lines changed
Expand file tree Collapse file tree 3 files changed +5
-7
lines changed Original file line number Diff line number Diff line change @@ -5,12 +5,13 @@ go 1.24
55toolchain go1.24.4
66
77require (
8+ github.com/containerd/errdefs v1.0.0
89 github.com/docker/cli v28.3.0+incompatible
910 github.com/docker/cli-docs-tool v0.10.0
1011 github.com/docker/docker v28.2.2+incompatible
1112 github.com/docker/go-connections v0.5.0
1213 github.com/docker/go-units v0.5.0
13- github.com/docker/model-distribution v0.0.0-20250627152504-c0c68acaabd5
14+ github.com/docker/model-distribution v0.0.0-20250627163720-aff34abcf3e0
1415 github.com/docker/model-runner v0.0.0-20250627142917-26a0a73fbbc0
1516 github.com/google/go-containerregistry v0.20.6
1617 github.com/mattn/go-isatty v0.0.17
@@ -31,7 +32,6 @@ require (
3132 github.com/StackExchange/wmi v1.2.1 // indirect
3233 github.com/cenkalti/backoff/v4 v4.3.0 // indirect
3334 github.com/containerd/containerd/v2 v2.1.3 // indirect
34- github.com/containerd/errdefs v1.0.0 // indirect
3535 github.com/containerd/errdefs/pkg v0.3.0 // indirect
3636 github.com/containerd/log v0.1.0 // indirect
3737 github.com/containerd/platforms v1.0.0-rc.1 // indirect
Original file line number Diff line number Diff line change @@ -78,10 +78,8 @@ 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-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-distribution v0.0.0-20250627152504-c0c68acaabd5 h1:4qs7OwrJJQE1de5kbHg83gm5rmCRQzAwAp8gG/3cLY8 =
84- github.com/docker/model-distribution v0.0.0-20250627152504-c0c68acaabd5 /go.mod h1:dThpO9JoG5Px3i+rTluAeZcqLGw8C0qepuEL4gL2o/c =
81+ github.com/docker/model-distribution v0.0.0-20250627163720-aff34abcf3e0 h1:bve4JZI06Admw+NewtPfrpJXsvRnGKTQvBOEICNC1C0 =
82+ github.com/docker/model-distribution v0.0.0-20250627163720-aff34abcf3e0 /go.mod h1:dThpO9JoG5Px3i+rTluAeZcqLGw8C0qepuEL4gL2o/c =
8583github.com/docker/model-runner v0.0.0-20250627142917-26a0a73fbbc0 h1:yajuhlGe1xhpWW3eMehQi2RrqiBQiGoi6c6OWiPxMaQ =
8684github.com/docker/model-runner v0.0.0-20250627142917-26a0a73fbbc0 /go.mod h1:vZJiUZH/7O1CyNsEGi1o4khUT4DVRjcwluuamU9fhuM =
8785github.com/dvsekhvalnov/jose2go v0.0.0-20170216131308-f21a8cedbbae /go.mod h1:7BvyPhdbLxMXIYTFPLsyJRFMsKmOZnQmzh6Gb+uquuM =
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-20250627152504-c0c68acaabd5
147+ # github.com/docker/model-distribution v0.0.0-20250627163720-aff34abcf3e0
148148## explicit; go 1.23.0
149149github.com/docker/model-distribution/builder
150150github.com/docker/model-distribution/distribution
You can’t perform that action at this time.
0 commit comments