runc: add libpathrs info to --version and features

Signed-off-by: Aleksa Sarai <cyphar@cyphar.com>
This commit is contained in:
Aleksa Sarai
2026-06-18 10:49:35 +02:00
parent d47bf88349
commit 1e20abef19
7 changed files with 38 additions and 1 deletions
+1 -1
View File
@@ -3,6 +3,7 @@ module github.com/opencontainers/runc
go 1.25.0
require (
cyphar.com/go-pathrs v0.2.5
github.com/checkpoint-restore/go-criu/v8 v8.3.0
github.com/containerd/console v1.0.5
github.com/coreos/go-systemd/v22 v22.7.0
@@ -28,7 +29,6 @@ require (
)
require (
cyphar.com/go-pathrs v0.2.5 // indirect
github.com/aperturerobotics/protobuf-go-lite v0.14.0 // indirect
github.com/cilium/ebpf v0.17.3 // indirect
)