vendor: github.com/opencontainers/runtime-spec v1.3.0

This includes a breaking change in pids.Limit changing to a pointer.

full diff: https://github.com/opencontainers/runtime-spec/compare/v1.2.1...v1.3.0

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
Sebastiaan van Stijn
2025-11-26 18:38:23 +01:00
parent 587d96c934
commit 4b4223a8d4
7 changed files with 191 additions and 16 deletions

2
go.mod
View File

@@ -84,7 +84,7 @@ require (
github.com/opencontainers/cgroups v0.0.6
github.com/opencontainers/go-digest v1.0.0
github.com/opencontainers/image-spec v1.1.1
github.com/opencontainers/runtime-spec v1.2.1
github.com/opencontainers/runtime-spec v1.3.0
github.com/opencontainers/selinux v1.13.1
github.com/pelletier/go-toml v1.9.5
github.com/pkg/errors v0.9.1