Skip to content

Commit 7135484

Browse files
authored
Omnibus dependabot update (#2442)
* Omnibus dependabot update Combined dependency upgrades that update both `go.mod` and `test/go.mod` so that CI passes. dependabot PRs: - 2348 - 2385 - 2397 - 2401 - 2402 - 2435 - 2443 - 2445 - 2446 - 2447 - 2452 - 2453 - 2463 Signed-off-by: Hamza El-Saawy <hamzaelsaawy@microsoft.com> * go mod tidy and vendor Signed-off-by: Hamza El-Saawy <hamzaelsaawy@microsoft.com> * Regenerate protbuf files Signed-off-by: Hamza El-Saawy <hamzaelsaawy@microsoft.com> --------- Signed-off-by: Hamza El-Saawy <hamzaelsaawy@microsoft.com>
1 parent ffcf48b commit 7135484

File tree

334 files changed

+20558
-8317
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

334 files changed

+20558
-8317
lines changed

cmd/containerd-shim-runhcs-v1/options/runhcs.pb.go

Lines changed: 66 additions & 136 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cmd/containerd-shim-runhcs-v1/stats/stats.pb.go

Lines changed: 115 additions & 229 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

go.mod

Lines changed: 18 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -10,17 +10,17 @@ require (
1010
github.com/cenkalti/backoff/v4 v4.3.0
1111
github.com/containerd/cgroups/v3 v3.0.3
1212
github.com/containerd/console v1.0.4
13-
github.com/containerd/containerd v1.7.23
14-
github.com/containerd/containerd/api v1.7.19
13+
github.com/containerd/containerd v1.7.27
14+
github.com/containerd/containerd/api v1.8.0
1515
github.com/containerd/errdefs v0.3.0
1616
github.com/containerd/errdefs/pkg v0.3.0
1717
github.com/containerd/go-runc v1.0.0
1818
github.com/containerd/protobuild v0.3.0
19-
github.com/containerd/ttrpc v1.2.5
19+
github.com/containerd/ttrpc v1.2.7
2020
github.com/containerd/typeurl/v2 v2.2.0
21-
github.com/google/go-cmp v0.6.0
21+
github.com/google/go-cmp v0.7.0
2222
github.com/google/go-containerregistry v0.20.1
23-
github.com/josephspurrier/goversioninfo v1.4.0
23+
github.com/josephspurrier/goversioninfo v1.5.0
2424
github.com/linuxkit/virtsock v0.0.0-20201010232012-f8cee7dfc7a3
2525
github.com/mattn/go-shellwords v1.0.12
2626
github.com/moby/sys/user v0.3.0
@@ -34,14 +34,14 @@ require (
3434
github.com/urfave/cli/v2 v2.27.5
3535
github.com/vishvananda/netlink v1.3.0
3636
github.com/vishvananda/netns v0.0.4
37-
go.etcd.io/bbolt v1.3.10
37+
go.etcd.io/bbolt v1.4.2
3838
go.opencensus.io v0.24.0
3939
go.uber.org/mock v0.5.0
40-
golang.org/x/sync v0.13.0
41-
golang.org/x/sys v0.32.0
42-
google.golang.org/grpc v1.69.0
40+
golang.org/x/sync v0.15.0
41+
golang.org/x/sys v0.33.0
42+
google.golang.org/grpc v1.73.0
4343
google.golang.org/grpc/cmd/protoc-gen-go-grpc v1.5.1
44-
google.golang.org/protobuf v1.35.2
44+
google.golang.org/protobuf v1.36.6
4545
)
4646

4747
require (
@@ -50,7 +50,7 @@ require (
5050
github.com/akavel/rsrc v0.10.2 // indirect
5151
github.com/beorn7/perks v1.0.1 // indirect
5252
github.com/cespare/xxhash/v2 v2.3.0 // indirect
53-
github.com/containerd/continuity v0.4.2 // indirect
53+
github.com/containerd/continuity v0.4.4 // indirect
5454
github.com/containerd/fifo v1.1.0 // indirect
5555
github.com/containerd/log v0.1.0 // indirect
5656
github.com/containerd/stargz-snapshotter/estargz v0.14.3 // indirect
@@ -59,7 +59,7 @@ require (
5959
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.2.0 // indirect
6060
github.com/docker/cli v24.0.0+incompatible // indirect
6161
github.com/docker/distribution v2.8.3+incompatible // indirect
62-
github.com/docker/docker v27.3.1+incompatible // indirect
62+
github.com/docker/docker v27.4.1+incompatible // indirect
6363
github.com/docker/docker-credential-helpers v0.7.0 // indirect
6464
github.com/docker/go-events v0.0.0-20190806004212-e31b211e4f1c // indirect
6565
github.com/docker/go-units v0.5.0 // indirect
@@ -104,17 +104,18 @@ require (
104104
github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 // indirect
105105
github.com/xrash/smetrics v0.0.0-20240521201337-686a1a2994c1 // indirect
106106
github.com/yashtewari/glob-intersection v0.2.0 // indirect
107-
go.opentelemetry.io/otel v1.31.0 // indirect
108-
go.opentelemetry.io/otel/metric v1.31.0 // indirect
109-
go.opentelemetry.io/otel/sdk v1.31.0 // indirect
110-
go.opentelemetry.io/otel/trace v1.31.0 // indirect
107+
go.opentelemetry.io/auto/sdk v1.1.0 // indirect
108+
go.opentelemetry.io/otel v1.35.0 // indirect
109+
go.opentelemetry.io/otel/metric v1.35.0 // indirect
110+
go.opentelemetry.io/otel/sdk v1.35.0 // indirect
111+
go.opentelemetry.io/otel/trace v1.35.0 // indirect
111112
golang.org/x/crypto v0.36.0 // indirect
112113
golang.org/x/mod v0.18.0 // indirect
113114
golang.org/x/net v0.38.0 // indirect
114115
golang.org/x/text v0.23.0 // indirect
115116
golang.org/x/tools v0.22.0 // indirect
116117
google.golang.org/genproto v0.0.0-20240227224415-6ceb2ff114de // indirect
117-
google.golang.org/genproto/googleapis/rpc v0.0.0-20241015192408-796eee8c2d53 // indirect
118+
google.golang.org/genproto/googleapis/rpc v0.0.0-20250324211829-b45e905df463 // indirect
118119
gopkg.in/yaml.v3 v3.0.1 // indirect
119120
sigs.k8s.io/yaml v1.4.0 // indirect
120121
)

go.sum

Lines changed: 48 additions & 43 deletions
Large diffs are not rendered by default.

internal/computeagent/computeagent.pb.go

Lines changed: 91 additions & 161 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

internal/extendedtask/extendedtask.pb.go

Lines changed: 20 additions & 37 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)