File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,12 +7,11 @@ replace github.com/theupdateframework/go-tuf/v2 v2.0.2 => github.com/foundriesio
77require (
88 github.com/containerd/containerd v1.7.15
99 github.com/docker/distribution v2.8.2+incompatible
10- github.com/docker/docker v25.0.3+incompatible
1110 github.com/foundriesio/composeapp v0.0.0-20260427073250-05c7cebb3b64
1211 github.com/foundriesio/fioconfig v0.0.0-20260223150833-638424812372
1312 github.com/foundriesio/fiotuf v0.0.0-20250811143610-819b20a26cb8
1413 github.com/google/uuid v1.6.0
15- github.com/mattn/go-isatty v0.0.20
14+ github.com/mattn/go-isatty v0.0.22
1615 github.com/oklog/ulid/v2 v2.1.1
1716 github.com/pelletier/go-toml v1.9.5
1817 github.com/pkg/errors v0.9.1
@@ -37,6 +36,7 @@ require (
3736 github.com/davecgh/go-spew v1.1.1 // indirect
3837 github.com/distribution/reference v0.6.0 // indirect
3938 github.com/docker/cli v25.0.3+incompatible // indirect
39+ github.com/docker/docker v25.0.3+incompatible // indirect
4040 github.com/docker/docker-credential-helpers v0.7.0 // indirect
4141 github.com/docker/go-connections v0.4.0 // indirect
4242 github.com/docker/go-metrics v0.0.1 // indirect
Original file line number Diff line number Diff line change @@ -130,8 +130,8 @@ github.com/kr/text v0.2.0 h1:5Nx0Ya0ZqY2ygV366QzturHI13Jq95ApcVaJBhpS+AY=
130130github.com/kr/text v0.2.0 /go.mod h1:eLer722TekiGuMkidMxC/pM04lWEeraHUUmBw8l2grE =
131131github.com/letsencrypt/boulder v0.0.0-20230907030200-6d76a0f91e1e h1:RLTpX495BXToqxpM90Ws4hXEo4Wfh81jr9DX1n/4WOo =
132132github.com/letsencrypt/boulder v0.0.0-20230907030200-6d76a0f91e1e /go.mod h1:EAuqr9VFWxBi9nD5jc/EA2MT1RFty9288TF6zdtYoCU =
133- github.com/mattn/go-isatty v0.0.20 h1:xfD0iDuEKnDkl03q4limB+vH+GxLEtL/jb4xVJSWWEY =
134- github.com/mattn/go-isatty v0.0.20 /go.mod h1:W+V8PltTTMOvKvAeJH7IuucS94S2C6jfK/D7dTCTo3Y =
133+ github.com/mattn/go-isatty v0.0.22 h1:j8l17JJ9i6VGPUFUYoTUKPSgKe/83EYU2zBC7YNKMw4 =
134+ github.com/mattn/go-isatty v0.0.22 /go.mod h1:ZXfXG4SQHsB/w3ZeOYbR0PrPwLy+n6xiMrJlRFqopa4 =
135135github.com/mattn/go-shellwords v1.0.12 h1:M2zGm7EW6UQJvDeQxo4T51eKPurbeFbe8WtebGE2xrk =
136136github.com/mattn/go-shellwords v1.0.12 /go.mod h1:EZzvwXDESEeg03EKmM+RmDnNOPKG4lLtQsUlTZDWQ8Y =
137137github.com/matttproud/golang_protobuf_extensions v1.0.1 /go.mod h1:D8He9yQNgCq6Z5Ld7szi9bcBfOoFv/3dc6xSMkL2PC0 =
@@ -298,7 +298,6 @@ golang.org/x/sys v0.0.0-20190801041406-cbf593c0f2f3/go.mod h1:h1NjWce9XRLGQEsW7w
298298golang.org/x/sys v0.0.0-20200930185726-fdedc70b468f /go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs =
299299golang.org/x/sys v0.0.0-20210616094352-59db8d763f22 /go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg =
300300golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8 /go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg =
301- golang.org/x/sys v0.6.0 /go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg =
302301golang.org/x/sys v0.41.0 h1:Ivj+2Cp/ylzLiEU89QhWblYnOE9zerudt9Ftecq2C6k =
303302golang.org/x/sys v0.41.0 /go.mod h1:OgkHotnGiDImocRcuBABYBEXf8A9a87e/uXjp9XT3ks =
304303golang.org/x/term v0.37.0 h1:8EGAD0qCmHYZg6J17DvsMy9/wJ7/D/4pV/wfnld5lTU =
You can’t perform that action at this time.
0 commit comments