mirror of
https://github.com/opencontainers/runc.git
synced 2026-07-11 06:03:57 +08:00
2a9acb99b4
Bumps [google.golang.org/protobuf](https://github.com/protocolbuffers/protobuf-go) from 1.28.1 to 1.29.0.
- [Release notes](https://github.com/protocolbuffers/protobuf-go/releases)
- [Changelog](https://github.com/protocolbuffers/protobuf-go/blob/master/release.bash)
- [Commits](https://github.com/protocolbuffers/protobuf-go/compare/v1.28.1...v1.29.0)
---
updated-dependencies:
- dependency-name: google.golang.org/protobuf
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
(cherry picked from commit 6b41f8ed26)
Signed-off-by: Austin Vazquez <macedonv@amazon.com>
34 lines
1.2 KiB
Modula-2
34 lines
1.2 KiB
Modula-2
module github.com/opencontainers/runc
|
|
|
|
go 1.18
|
|
|
|
require (
|
|
github.com/checkpoint-restore/go-criu/v5 v5.3.0
|
|
github.com/cilium/ebpf v0.7.0
|
|
github.com/containerd/console v1.0.3
|
|
github.com/coreos/go-systemd/v22 v22.3.2
|
|
github.com/cyphar/filepath-securejoin v0.2.4
|
|
github.com/docker/go-units v0.4.0
|
|
github.com/godbus/dbus/v5 v5.0.6
|
|
github.com/moby/sys/mountinfo v0.5.0
|
|
github.com/mrunalp/fileutils v0.5.1
|
|
github.com/opencontainers/runtime-spec v1.0.3-0.20210326190908-1c3f411f0417
|
|
github.com/opencontainers/selinux v1.10.0
|
|
github.com/seccomp/libseccomp-golang v0.9.2-0.20220502022130-f33da4d89646
|
|
github.com/sirupsen/logrus v1.8.1
|
|
github.com/syndtr/gocapability v0.0.0-20200815063812-42c35b437635
|
|
// NOTE: urfave/cli must be <= v1.22.1 due to a regression: https://github.com/urfave/cli/issues/1092
|
|
github.com/urfave/cli v1.22.1
|
|
github.com/vishvananda/netlink v1.1.0
|
|
golang.org/x/net v0.24.0
|
|
golang.org/x/sys v0.19.0
|
|
google.golang.org/protobuf v1.29.0
|
|
)
|
|
|
|
require (
|
|
github.com/cpuguy83/go-md2man/v2 v2.0.0-20190314233015-f79a8a8ca69d // indirect
|
|
github.com/russross/blackfriday/v2 v2.0.1 // indirect
|
|
github.com/shurcooL/sanitized_anchor_name v1.0.0 // indirect
|
|
github.com/vishvananda/netns v0.0.0-20191106174202-0a2b9b5464df // indirect
|
|
)
|