Skip to content

Commit 2cac22b

Browse files
committed
Bump runtime-spec to latest git HEAD
This is to include - opencontainers/runtime-spec#1261 - opencontainers/runtime-spec#1253 Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
1 parent a7d7645 commit 2cac22b

File tree

5 files changed

+13
-5
lines changed

5 files changed

+13
-5
lines changed

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ require (
2020
github.com/moby/sys/user v0.3.0
2121
github.com/moby/sys/userns v0.1.0
2222
github.com/mrunalp/fileutils v0.5.1
23-
github.com/opencontainers/runtime-spec v1.2.0
23+
github.com/opencontainers/runtime-spec v1.2.1-0.20240625190033-701738418b95
2424
github.com/opencontainers/selinux v1.11.1
2525
github.com/seccomp/libseccomp-golang v0.10.0
2626
github.com/sirupsen/logrus v1.9.3

go.sum

+2-2
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@ github.com/moby/sys/userns v0.1.0 h1:tVLXkFOxVu9A64/yh59slHVv9ahO9UIev4JZusOLG/g
4949
github.com/moby/sys/userns v0.1.0/go.mod h1:IHUYgu/kao6N8YZlp9Cf444ySSvCmDlmzUcYfDHOl28=
5050
github.com/mrunalp/fileutils v0.5.1 h1:F+S7ZlNKnrwHfSwdlgNSkKo67ReVf8o9fel6C3dkm/Q=
5151
github.com/mrunalp/fileutils v0.5.1/go.mod h1:M1WthSahJixYnrXQl/DFQuteStB1weuxD2QJNHXfbSQ=
52-
github.com/opencontainers/runtime-spec v1.2.0 h1:z97+pHb3uELt/yiAWD691HNHQIF07bE7dzrbT927iTk=
53-
github.com/opencontainers/runtime-spec v1.2.0/go.mod h1:jwyrGlmzljRJv/Fgzds9SsS/C5hL+LL3ko9hs6T5lQ0=
52+
github.com/opencontainers/runtime-spec v1.2.1-0.20240625190033-701738418b95 h1:Ghl8Z3l+yPQUDSxAp7Kg7fJLRNNXjOsR6ooDcca7PjU=
53+
github.com/opencontainers/runtime-spec v1.2.1-0.20240625190033-701738418b95/go.mod h1:jwyrGlmzljRJv/Fgzds9SsS/C5hL+LL3ko9hs6T5lQ0=
5454
github.com/opencontainers/selinux v1.11.1 h1:nHFvthhM0qY8/m+vfhJylliSshm8G1jJ2jDMcgULaH8=
5555
github.com/opencontainers/selinux v1.11.1/go.mod h1:E5dMC3VPuVvVHDYmi78qvhJp8+M586T4DlDRYpFkyec=
5656
github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=

vendor/github.com/opencontainers/runtime-spec/specs-go/config.go

+8
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/opencontainers/runtime-spec/specs-go/version.go

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/modules.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ github.com/moby/sys/userns
5151
# github.com/mrunalp/fileutils v0.5.1
5252
## explicit; go 1.13
5353
github.com/mrunalp/fileutils
54-
# github.com/opencontainers/runtime-spec v1.2.0
54+
# github.com/opencontainers/runtime-spec v1.2.1-0.20240625190033-701738418b95
5555
## explicit
5656
github.com/opencontainers/runtime-spec/specs-go
5757
github.com/opencontainers/runtime-spec/specs-go/features

0 commit comments

Comments
 (0)