Skip to content

Commit 20ab1d3

Browse files
chore(deps): bump the go-modules-root group across 1 directory with 5 updates
Bumps the go-modules-root group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [github.com/containerd/containerd/v2](https://github.com/containerd/containerd) | `2.2.3` | `2.3.0` | | [github.com/docker/cli](https://github.com/docker/cli) | `29.4.1+incompatible` | `29.4.3+incompatible` | | [github.com/docker/docker-credential-helpers](https://github.com/docker/docker-credential-helpers) | `0.9.6` | `0.9.7` | | [golang.org/x/sys](https://github.com/golang/sys) | `0.43.0` | `0.44.0` | | [golang.org/x/term](https://github.com/golang/term) | `0.42.0` | `0.43.0` | Updates `github.com/containerd/containerd/v2` from 2.2.3 to 2.3.0 - [Release notes](https://github.com/containerd/containerd/releases) - [Changelog](https://github.com/containerd/containerd/blob/main/RELEASES.md) - [Commits](containerd/containerd@v2.2.3...v2.3.0) Updates `github.com/docker/cli` from 29.4.1+incompatible to 29.4.3+incompatible - [Commits](docker/cli@v29.4.1...v29.4.3) Updates `github.com/docker/docker-credential-helpers` from 0.9.6 to 0.9.7 - [Release notes](https://github.com/docker/docker-credential-helpers/releases) - [Commits](docker/docker-credential-helpers@v0.9.6...v0.9.7) Updates `golang.org/x/sys` from 0.43.0 to 0.44.0 - [Commits](golang/sys@v0.43.0...v0.44.0) Updates `golang.org/x/term` from 0.42.0 to 0.43.0 - [Commits](golang/term@v0.42.0...v0.43.0) --- updated-dependencies: - dependency-name: github.com/containerd/containerd/v2 dependency-version: 2.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-modules-root - dependency-name: github.com/docker/cli dependency-version: 29.4.3+incompatible dependency-type: direct:production update-type: version-update:semver-patch dependency-group: go-modules-root - dependency-name: github.com/docker/docker-credential-helpers dependency-version: 0.9.7 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: go-modules-root - dependency-name: golang.org/x/sys dependency-version: 0.44.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-modules-root - dependency-name: golang.org/x/term dependency-version: 0.43.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-modules-root ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent fd167c2 commit 20ab1d3

2 files changed

Lines changed: 89 additions & 84 deletions

File tree

go.mod

Lines changed: 27 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
module github.com/docker/model-runner
22

3-
go 1.25.8
3+
go 1.26.2
44

55
require (
66
github.com/charmbracelet/glamour v1.0.0
7-
github.com/containerd/containerd/v2 v2.2.3
7+
github.com/containerd/containerd/v2 v2.3.0
88
github.com/containerd/errdefs v1.0.0
99
github.com/containerd/platforms v1.0.0-rc.4
1010
github.com/distribution/reference v0.6.0
11-
github.com/docker/cli v29.4.1+incompatible
11+
github.com/docker/cli v29.4.3+incompatible
1212
github.com/docker/cli-docs-tool v0.11.0
13-
github.com/docker/docker-credential-helpers v0.9.6
13+
github.com/docker/docker-credential-helpers v0.9.7
1414
github.com/docker/go-units v0.5.0
1515
github.com/emirpasic/gods/v2 v2.0.0-alpha
1616
github.com/fatih/color v1.19.0
@@ -40,14 +40,14 @@ require (
4040
go.uber.org/goleak v1.3.0
4141
go.uber.org/mock v0.6.0
4242
golang.org/x/sync v0.20.0
43-
golang.org/x/sys v0.43.0
44-
golang.org/x/term v0.42.0
43+
golang.org/x/sys v0.44.0
44+
golang.org/x/term v0.43.0
4545
)
4646

4747
require (
4848
dario.cat/mergo v1.0.2 // indirect
4949
github.com/Azure/go-ansiterm v0.0.0-20250102033503-faa5f7b0171c // indirect
50-
github.com/Microsoft/go-winio v0.6.2 // indirect
50+
github.com/Microsoft/go-winio v0.6.3-0.20251027160822-ad3df93bed29 // indirect
5151
github.com/alecthomas/chroma/v2 v2.20.0 // indirect
5252
github.com/aymanbagabas/go-osc52/v2 v2.0.1 // indirect
5353
github.com/aymerick/douceur v0.2.0 // indirect
@@ -64,10 +64,11 @@ require (
6464
github.com/clipperhouse/uax29/v2 v2.6.0 // indirect
6565
github.com/containerd/errdefs/pkg v0.3.0 // indirect
6666
github.com/containerd/log v0.1.0 // indirect
67+
github.com/containerd/ttrpc v1.2.8 // indirect
6768
github.com/containerd/typeurl/v2 v2.2.3 // indirect
6869
github.com/cpuguy83/dockercfg v0.3.2 // indirect
6970
github.com/cpuguy83/go-md2man/v2 v2.0.7 // indirect
70-
github.com/davecgh/go-spew v1.1.1 // indirect
71+
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
7172
github.com/dlclark/regexp2 v1.11.5 // indirect
7273
github.com/docker/distribution v2.8.3+incompatible // indirect
7374
github.com/docker/go-connections v0.7.0 // indirect
@@ -82,7 +83,7 @@ require (
8283
github.com/google/uuid v1.6.0 // indirect
8384
github.com/gorilla/css v1.0.1 // indirect
8485
github.com/gorilla/mux v1.8.1 // indirect
85-
github.com/grpc-ecosystem/grpc-gateway/v2 v2.27.7 // indirect
86+
github.com/grpc-ecosystem/grpc-gateway/v2 v2.28.0 // indirect
8687
github.com/henvic/httpretty v0.1.4 // indirect
8788
github.com/inconshreveable/mousetrap v1.1.0 // indirect
8889
github.com/jaypipes/pcidb v1.1.1 // indirect
@@ -110,7 +111,7 @@ require (
110111
github.com/olekukonko/cat v0.0.0-20250911104152-50322a0618f6 // indirect
111112
github.com/olekukonko/errors v1.2.0 // indirect
112113
github.com/olekukonko/ll v0.1.6 // indirect
113-
github.com/pmezard/go-difflib v1.0.0 // indirect
114+
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
114115
github.com/power-devops/perfstat v0.0.0-20240221224432-82ca36839d55 // indirect
115116
github.com/rivo/uniseg v0.4.7 // indirect
116117
github.com/russross/blackfriday/v2 v2.1.0 // indirect
@@ -124,28 +125,28 @@ require (
124125
github.com/yuin/goldmark-emoji v1.0.6 // indirect
125126
github.com/yusufpapurcu/wmi v1.2.4 // indirect
126127
go.opentelemetry.io/auto/sdk v1.2.1 // indirect
127-
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.62.0 // indirect
128+
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.68.0 // indirect
128129
go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc v1.40.0 // indirect
129-
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.35.0 // indirect
130-
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.35.0 // indirect
130+
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.43.0 // indirect
131+
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.43.0 // indirect
131132
go.opentelemetry.io/otel/metric v1.43.0 // indirect
132-
go.opentelemetry.io/otel/sdk v1.41.0 // indirect
133-
go.opentelemetry.io/otel/sdk/metric v1.41.0 // indirect
133+
go.opentelemetry.io/otel/sdk v1.43.0 // indirect
134+
go.opentelemetry.io/otel/sdk/metric v1.43.0 // indirect
134135
go.opentelemetry.io/otel/trace v1.43.0 // indirect
135-
go.opentelemetry.io/proto/otlp v1.9.0 // indirect
136+
go.opentelemetry.io/proto/otlp v1.10.0 // indirect
136137
go.yaml.in/yaml/v2 v2.4.3 // indirect
137138
go.yaml.in/yaml/v3 v3.0.4 // indirect
138-
golang.org/x/crypto v0.48.0 // indirect
139+
golang.org/x/crypto v0.49.0 // indirect
139140
golang.org/x/exp v0.0.0-20250106191152-7588d65b2ba8 // indirect
140-
golang.org/x/mod v0.32.0 // indirect
141-
golang.org/x/net v0.49.0 // indirect
142-
golang.org/x/text v0.34.0 // indirect
143-
golang.org/x/tools v0.41.0 // indirect
144-
gonum.org/v1/gonum v0.16.0 // indirect
145-
google.golang.org/genproto/googleapis/api v0.0.0-20260128011058-8636f8732409 // indirect
146-
google.golang.org/genproto/googleapis/rpc v0.0.0-20260128011058-8636f8732409 // indirect
147-
google.golang.org/grpc v1.79.3 // indirect
148-
google.golang.org/protobuf v1.36.11 // indirect
141+
golang.org/x/mod v0.35.0 // indirect
142+
golang.org/x/net v0.52.0 // indirect
143+
golang.org/x/text v0.35.0 // indirect
144+
golang.org/x/tools v0.43.0 // indirect
145+
gonum.org/v1/gonum v0.17.0 // indirect
146+
google.golang.org/genproto/googleapis/api v0.0.0-20260401024825-9d38bb4040a9 // indirect
147+
google.golang.org/genproto/googleapis/rpc v0.0.0-20260406210006-6f92a3bedf2d // indirect
148+
google.golang.org/grpc v1.80.0 // indirect
149+
google.golang.org/protobuf v1.36.12-0.20260120151049-f2248ac996af // indirect
149150
gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 // indirect
150151
gopkg.in/yaml.v3 v3.0.1 // indirect
151152
howett.net/plist v1.0.2-0.20250314012144-ee69052608d9 // indirect

0 commit comments

Comments
 (0)