Skip to content

Commit b67a83e

Browse files
chore(deps): Bump the backend group across 1 directory with 9 updates
Bumps the backend group with 8 updates in the / directory: | Package | From | To | | --- | --- | --- | | [github.com/containerd/containerd/api](https://github.com/containerd/containerd) | `1.10.0` | `1.11.1` | | [github.com/containerd/ttrpc](https://github.com/containerd/ttrpc) | `1.2.7` | `1.2.8` | | [github.com/jackpal/gateway](https://github.com/jackpal/gateway) | `1.1.1` | `1.2.0` | | [github.com/onsi/ginkgo/v2](https://github.com/onsi/ginkgo) | `2.28.1` | `2.29.0` | | [github.com/urfave/cli/v3](https://github.com/urfave/cli) | `3.8.0` | `3.9.0` | | [golang.org/x/sys](https://github.com/golang/sys) | `0.43.0` | `0.46.0` | | [google.golang.org/grpc](https://github.com/grpc/grpc-go) | `1.79.3` | `1.81.1` | | [k8s.io/cri-api](https://github.com/kubernetes/cri-api) | `0.35.4` | `0.36.1` | Updates `github.com/containerd/containerd/api` from 1.10.0 to 1.11.1 - [Release notes](https://github.com/containerd/containerd/releases) - [Changelog](https://github.com/containerd/containerd/blob/main/RELEASES.md) - [Commits](containerd/containerd@api/v1.10.0...api/v1.11.1) Updates `github.com/containerd/ttrpc` from 1.2.7 to 1.2.8 - [Release notes](https://github.com/containerd/ttrpc/releases) - [Commits](containerd/ttrpc@v1.2.7...v1.2.8) Updates `github.com/jackpal/gateway` from 1.1.1 to 1.2.0 - [Release notes](https://github.com/jackpal/gateway/releases) - [Commits](jackpal/gateway@v1.1.1...v1.2.0) Updates `github.com/onsi/ginkgo/v2` from 2.28.1 to 2.29.0 - [Release notes](https://github.com/onsi/ginkgo/releases) - [Changelog](https://github.com/onsi/ginkgo/blob/master/CHANGELOG.md) - [Commits](onsi/ginkgo@v2.28.1...v2.29.0) Updates `github.com/onsi/gomega` from 1.39.1 to 1.40.0 - [Release notes](https://github.com/onsi/gomega/releases) - [Changelog](https://github.com/onsi/gomega/blob/master/CHANGELOG.md) - [Commits](onsi/gomega@v1.39.1...v1.40.0) Updates `github.com/urfave/cli/v3` from 3.8.0 to 3.9.0 - [Release notes](https://github.com/urfave/cli/releases) - [Changelog](https://github.com/urfave/cli/blob/main/docs/CHANGELOG.md) - [Commits](urfave/cli@v3.8.0...v3.9.0) Updates `golang.org/x/sys` from 0.43.0 to 0.46.0 - [Commits](golang/sys@v0.43.0...v0.46.0) Updates `google.golang.org/grpc` from 1.79.3 to 1.81.1 - [Release notes](https://github.com/grpc/grpc-go/releases) - [Commits](grpc/grpc-go@v1.79.3...v1.81.1) Updates `k8s.io/cri-api` from 0.35.4 to 0.36.1 - [Commits](kubernetes/cri-api@v0.35.4...v0.36.1) --- updated-dependencies: - dependency-name: github.com/containerd/containerd/api dependency-version: 1.11.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: backend - dependency-name: github.com/containerd/ttrpc dependency-version: 1.2.8 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: backend - dependency-name: github.com/jackpal/gateway dependency-version: 1.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: backend - dependency-name: github.com/onsi/ginkgo/v2 dependency-version: 2.28.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: backend - dependency-name: github.com/onsi/gomega dependency-version: 1.40.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: backend - dependency-name: github.com/urfave/cli/v3 dependency-version: 3.9.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: backend - dependency-name: golang.org/x/sys dependency-version: 0.44.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: backend - dependency-name: google.golang.org/grpc dependency-version: 1.81.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: backend - dependency-name: k8s.io/cri-api dependency-version: 0.36.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: backend ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 2c8c147 commit b67a83e

2 files changed

Lines changed: 64 additions & 65 deletions

File tree

go.mod

Lines changed: 18 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,37 +1,37 @@
11
module github.com/urunc-dev/urunc
22

3-
go 1.25.0
3+
go 1.26.2
44

55
require (
66
github.com/BurntSushi/toml v1.6.0
77
github.com/asaskevich/govalidator v0.0.0-20230301143203-a9d515a09cc2
88
github.com/cavaliergopher/cpio v1.0.1
99
github.com/containerd/containerd v1.7.30
10-
github.com/containerd/containerd/api v1.10.0
10+
github.com/containerd/containerd/api v1.11.1
1111
github.com/containerd/log v0.1.0
12-
github.com/containerd/ttrpc v1.2.7
12+
github.com/containerd/ttrpc v1.2.8
1313
github.com/creack/pty v1.1.24
1414
github.com/elastic/go-seccomp-bpf v1.6.0
1515
github.com/hashicorp/go-version v1.9.0
16-
github.com/jackpal/gateway v1.1.1
16+
github.com/jackpal/gateway v1.2.0
1717
github.com/moby/sys/mount v0.3.4
1818
github.com/moby/sys/userns v0.1.0
1919
github.com/nubificus/hedge_cli v0.0.3
20-
github.com/onsi/ginkgo/v2 v2.28.1
21-
github.com/onsi/gomega v1.39.1
20+
github.com/onsi/ginkgo/v2 v2.29.0
21+
github.com/onsi/gomega v1.40.0
2222
github.com/opencontainers/image-spec v1.1.1
2323
github.com/opencontainers/runc v1.3.4
2424
github.com/opencontainers/runtime-spec v1.2.1
2525
github.com/prometheus-community/pro-bing v0.8.0
2626
github.com/rs/zerolog v1.35.1
2727
github.com/sirupsen/logrus v1.9.4
2828
github.com/stretchr/testify v1.11.1
29-
github.com/urfave/cli/v3 v3.8.0
29+
github.com/urfave/cli/v3 v3.9.0
3030
github.com/vishvananda/netlink v1.3.1
3131
github.com/vishvananda/netns v0.0.5
32-
golang.org/x/sys v0.43.0
33-
google.golang.org/grpc v1.79.3
34-
k8s.io/cri-api v0.35.4
32+
golang.org/x/sys v0.46.0
33+
google.golang.org/grpc v1.81.1
34+
k8s.io/cri-api v0.36.1
3535
)
3636

3737
require (
@@ -58,7 +58,7 @@ require (
5858
github.com/gogo/protobuf v1.3.2 // indirect
5959
github.com/golang/groupcache v0.0.0-20241129210726-2c02b8208cf8 // indirect
6060
github.com/google/go-cmp v0.7.0 // indirect
61-
github.com/google/pprof v0.0.0-20260115054156-294ebfa9ad83 // indirect
61+
github.com/google/pprof v0.0.0-20260402051712-545e8a4df936 // indirect
6262
github.com/google/uuid v1.6.0 // indirect
6363
github.com/klauspost/compress v1.18.3 // indirect
6464
github.com/mattn/go-colorable v0.1.14 // indirect
@@ -70,16 +70,15 @@ require (
7070
github.com/opencontainers/go-digest v1.0.0 // indirect
7171
github.com/pkg/errors v0.9.1 // indirect
7272
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
73-
github.com/stretchr/objx v0.5.3 // indirect
7473
go.opencensus.io v0.24.0 // indirect
7574
go.yaml.in/yaml/v3 v3.0.4 // indirect
76-
golang.org/x/mod v0.32.0 // indirect
77-
golang.org/x/net v0.49.0 // indirect
78-
golang.org/x/sync v0.19.0 // indirect
79-
golang.org/x/text v0.33.0 // indirect
80-
golang.org/x/tools v0.41.0 // indirect
75+
golang.org/x/mod v0.35.0 // indirect
76+
golang.org/x/net v0.53.0 // indirect
77+
golang.org/x/sync v0.20.0 // indirect
78+
golang.org/x/text v0.36.0 // indirect
79+
golang.org/x/tools v0.44.0 // indirect
8180
google.golang.org/genproto v0.0.0-20260128011058-8636f8732409 // indirect
82-
google.golang.org/genproto/googleapis/rpc v0.0.0-20260128011058-8636f8732409 // indirect
83-
google.golang.org/protobuf v1.36.11 // indirect
81+
google.golang.org/genproto/googleapis/rpc v0.0.0-20260226221140-a57be14db171 // indirect
82+
google.golang.org/protobuf v1.36.12-0.20260120151049-f2248ac996af // indirect
8483
gopkg.in/yaml.v3 v3.0.1 // indirect
8584
)

0 commit comments

Comments
 (0)