Skip to content

Commit 70aa2e2

Browse files
authored
Merge pull request moby#51707 from thaJeztah/bump_runtime_tools
vendor: github.com/opencontainers/runtime-tools v0.9.1-0.20251111083745-e5b454202754
2 parents 4384364 + 52f3379 commit 70aa2e2

File tree

7 files changed

+13
-16
lines changed

7 files changed

+13
-16
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ require (
201201
github.com/moby/sys/capability v0.4.0 // indirect
202202
github.com/morikuni/aec v1.0.0 // indirect
203203
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
204-
github.com/opencontainers/runtime-tools v0.9.1-0.20250523060157-0ea5ed0382a2 // indirect
204+
github.com/opencontainers/runtime-tools v0.9.1-0.20251111083745-e5b454202754 // indirect
205205
github.com/package-url/packageurl-go v0.1.1 // indirect
206206
github.com/pelletier/go-toml/v2 v2.2.4 // indirect
207207
github.com/petermattis/goid v0.0.0-20240813172612-4fcff4a6cae7 // indirect

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -494,8 +494,8 @@ github.com/opencontainers/image-spec v1.1.1 h1:y0fUlFfIZhPF1W537XOLg0/fcx6zcHCJw
494494
github.com/opencontainers/image-spec v1.1.1/go.mod h1:qpqAh3Dmcf36wStyyWU+kCeDgrGnAve2nCC8+7h8Q0M=
495495
github.com/opencontainers/runtime-spec v1.2.1 h1:S4k4ryNgEpxW1dzyqffOmhI1BHYcjzU8lpJfSlR0xww=
496496
github.com/opencontainers/runtime-spec v1.2.1/go.mod h1:jwyrGlmzljRJv/Fgzds9SsS/C5hL+LL3ko9hs6T5lQ0=
497-
github.com/opencontainers/runtime-tools v0.9.1-0.20250523060157-0ea5ed0382a2 h1:2xZEHOdeQBV6PW8ZtimN863bIOl7OCW/X10K0cnxKeA=
498-
github.com/opencontainers/runtime-tools v0.9.1-0.20250523060157-0ea5ed0382a2/go.mod h1:MXdPzqAA8pHC58USHqNCSjyLnRQ6D+NjbpP+02Z1U/0=
497+
github.com/opencontainers/runtime-tools v0.9.1-0.20251111083745-e5b454202754 h1:4Mrk65ZaCobj22KCQJhUB/l09g6tF6f2PtREEYbG3cc=
498+
github.com/opencontainers/runtime-tools v0.9.1-0.20251111083745-e5b454202754/go.mod h1:MXdPzqAA8pHC58USHqNCSjyLnRQ6D+NjbpP+02Z1U/0=
499499
github.com/opencontainers/selinux v1.13.1 h1:A8nNeceYngH9Ow++M+VVEwJVpdFmrlxsN22F+ISDCJE=
500500
github.com/opencontainers/selinux v1.13.1/go.mod h1:S10WXZ/osk2kWOYKy1x2f/eXF5ZHJoUs8UU/2caNRbg=
501501
github.com/package-url/packageurl-go v0.1.1 h1:KTRE0bK3sKbFKAk3yy63DpeskU7Cvs/x/Da5l+RtzyU=

vendor/github.com/opencontainers/runtime-tools/generate/generate.go

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

vendor/github.com/opencontainers/runtime-tools/generate/seccomp/seccomp_default.go

Lines changed: 1 addition & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/opencontainers/runtime-tools/generate/seccomp/seccomp_default_linux.go

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/opencontainers/runtime-tools/generate/seccomp/seccomp_default_unsupported.go

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/modules.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1220,7 +1220,7 @@ github.com/opencontainers/image-spec/specs-go/v1
12201220
## explicit
12211221
github.com/opencontainers/runtime-spec/specs-go
12221222
github.com/opencontainers/runtime-spec/specs-go/features
1223-
# github.com/opencontainers/runtime-tools v0.9.1-0.20250523060157-0ea5ed0382a2
1223+
# github.com/opencontainers/runtime-tools v0.9.1-0.20251111083745-e5b454202754
12241224
## explicit; go 1.21
12251225
github.com/opencontainers/runtime-tools/generate
12261226
github.com/opencontainers/runtime-tools/generate/seccomp

0 commit comments

Comments
 (0)