@@ -10,9 +10,9 @@ require (
1010 github.com/buger/goterm v1.0.4
1111 github.com/compose-spec/compose-go/v2 v2.10.1
1212 github.com/containerd/console v1.0.5
13- github.com/containerd/containerd/v2 v2.2.1
13+ github.com/containerd/containerd/v2 v2.2.2
1414 github.com/containerd/errdefs v1.0.0
15- github.com/containerd/platforms v1.0.0-rc.2
15+ github.com/containerd/platforms v1.0.0-rc.3
1616 github.com/distribution/reference v0.6.0
1717 github.com/docker/buildx v0.31.1
1818 github.com/docker/cli v29.2.1+incompatible
@@ -31,7 +31,7 @@ require (
3131 github.com/moby/buildkit v0.27.1
3232 github.com/moby/go-archive v0.2.0
3333 github.com/moby/moby/api v1.54.0
34- github.com/moby/moby/client v0.2.2
34+ github.com/moby/moby/client v0.3.0
3535 github.com/moby/patternmatcher v0.6.0
3636 github.com/moby/sys/atomicwriter v0.1.0
3737 github.com/morikuni/aec v1.1.0
@@ -45,25 +45,26 @@ require (
4545 github.com/stretchr/testify v1.11.1
4646 github.com/tilt-dev/fsnotify v1.4.8-0.20220602155310-fff9c274a375
4747 go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.63.0
48- go.opentelemetry.io/otel v1.38 .0
48+ go.opentelemetry.io/otel v1.39 .0
4949 go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.38.0
5050 go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.38.0
51- go.opentelemetry.io/otel/metric v1.38 .0
52- go.opentelemetry.io/otel/sdk v1.38 .0
53- go.opentelemetry.io/otel/trace v1.38 .0
51+ go.opentelemetry.io/otel/metric v1.39 .0
52+ go.opentelemetry.io/otel/sdk v1.39 .0
53+ go.opentelemetry.io/otel/trace v1.39 .0
5454 go.uber.org/goleak v1.3.0
5555 go.uber.org/mock v0.6.0
5656 go.yaml.in/yaml/v4 v4.0.0-rc.4
57- golang.org/x/sync v0.19 .0
57+ golang.org/x/sync v0.20 .0
5858 golang.org/x/sys v0.42.0
59- google.golang.org/grpc v1.78.0
59+ google.golang.org/grpc v1.79.3
6060 gotest.tools/v3 v3.5.2
6161 tags.cncf.io/container-device-interface v1.1.0
6262)
6363
6464require (
6565 github.com/Azure/go-ansiterm v0.0.0-20250102033503-faa5f7b0171c // indirect
6666 github.com/cenkalti/backoff/v5 v5.0.3 // indirect
67+ github.com/cespare/xxhash/v2 v2.3.0 // indirect
6768 github.com/containerd/containerd/api v1.10.0 // indirect
6869 github.com/containerd/continuity v0.4.5 // indirect
6970 github.com/containerd/errdefs/pkg v0.3.0 // indirect
@@ -131,16 +132,16 @@ require (
131132 go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc v1.38.0 // indirect
132133 go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp v1.38.0 // indirect
133134 go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.38.0 // indirect
134- go.opentelemetry.io/otel/sdk/metric v1.38 .0 // indirect
135+ go.opentelemetry.io/otel/sdk/metric v1.39 .0 // indirect
135136 go.opentelemetry.io/proto/otlp v1.7.1 // indirect
136137 go.yaml.in/yaml/v3 v3.0.4 // indirect
137138 golang.org/x/crypto v0.46.0 // indirect
138139 golang.org/x/net v0.48.0 // indirect
139140 golang.org/x/term v0.38.0 // indirect
140141 golang.org/x/text v0.32.0 // indirect
141142 golang.org/x/time v0.14.0 // indirect
142- google.golang.org/genproto/googleapis/api v0.0.0-20251103181224-f26f9409b101 // indirect
143- google.golang.org/genproto/googleapis/rpc v0.0.0-20251103181224-f26f9409b101 // indirect
143+ google.golang.org/genproto/googleapis/api v0.0.0-20251202230838-ff82c1b0f217 // indirect
144+ google.golang.org/genproto/googleapis/rpc v0.0.0-20251202230838-ff82c1b0f217 // indirect
144145 google.golang.org/protobuf v1.36.11 // indirect
145146 gopkg.in/ini.v1 v1.67.0 // indirect
146147 gopkg.in/yaml.v3 v3.0.1 // indirect
0 commit comments