Skip to content

Commit 6525c72

Browse files
committed
vendor: github.com/opencontainers/runtime-spec v1.1.0-rc.2
full diff: opencontainers/runtime-spec@v1.1.0-rc.1...v1.1.0-rc.2 Signed-off-by: Sebastiaan van Stijn <[email protected]>
1 parent 488720b commit 6525c72

File tree

5 files changed

+23
-10
lines changed

5 files changed

+23
-10
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ require (
5151
github.com/opencontainers/go-digest v1.0.0
5252
github.com/opencontainers/image-spec v1.1.0-rc3
5353
github.com/opencontainers/runc v1.1.6
54-
github.com/opencontainers/runtime-spec v1.1.0-rc.1
54+
github.com/opencontainers/runtime-spec v1.1.0-rc.2
5555
github.com/opencontainers/selinux v1.11.0
5656
github.com/package-url/packageurl-go v0.1.1-0.20220428063043-89078438f170
5757
github.com/pelletier/go-toml v1.9.5

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -998,8 +998,8 @@ github.com/opencontainers/runtime-spec v1.0.2-0.20190207185410-29686dbc5559/go.m
998998
github.com/opencontainers/runtime-spec v1.0.2/go.mod h1:jwyrGlmzljRJv/Fgzds9SsS/C5hL+LL3ko9hs6T5lQ0=
999999
github.com/opencontainers/runtime-spec v1.0.3-0.20200728170252-4d89ac9fbff6/go.mod h1:jwyrGlmzljRJv/Fgzds9SsS/C5hL+LL3ko9hs6T5lQ0=
10001000
github.com/opencontainers/runtime-spec v1.0.3-0.20200929063507-e6143ca7d51d/go.mod h1:jwyrGlmzljRJv/Fgzds9SsS/C5hL+LL3ko9hs6T5lQ0=
1001-
github.com/opencontainers/runtime-spec v1.1.0-rc.1 h1:wHa9jroFfKGQqFHj0I1fMRKLl0pfj+ynAqBxo3v6u9w=
1002-
github.com/opencontainers/runtime-spec v1.1.0-rc.1/go.mod h1:jwyrGlmzljRJv/Fgzds9SsS/C5hL+LL3ko9hs6T5lQ0=
1001+
github.com/opencontainers/runtime-spec v1.1.0-rc.2 h1:ucBtEms2tamYYW/SvGpvq9yUN0NEVL6oyLEwDcTSrk8=
1002+
github.com/opencontainers/runtime-spec v1.1.0-rc.2/go.mod h1:jwyrGlmzljRJv/Fgzds9SsS/C5hL+LL3ko9hs6T5lQ0=
10031003
github.com/opencontainers/runtime-tools v0.0.0-20181011054405-1d69bd0f9c39/go.mod h1:r3f7wjNzSs2extwzU3Y+6pKfobzPh+kKFJ3ofN+3nfs=
10041004
github.com/opencontainers/selinux v1.6.0/go.mod h1:VVGKuOLlE7v4PJyT6h7mNWvq1rzqiriPsEqVhc+svHE=
10051005
github.com/opencontainers/selinux v1.8.0/go.mod h1:RScLhm78qiWa2gbVCcGkC7tCGdgk3ogry1nUQF8Evvo=

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

Lines changed: 18 additions & 5 deletions
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

Lines changed: 1 addition & 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
@@ -648,7 +648,7 @@ github.com/opencontainers/image-spec/specs-go/v1
648648
# github.com/opencontainers/runc v1.1.6
649649
## explicit; go 1.17
650650
github.com/opencontainers/runc/libcontainer/user
651-
# github.com/opencontainers/runtime-spec v1.1.0-rc.1
651+
# github.com/opencontainers/runtime-spec v1.1.0-rc.2
652652
## explicit
653653
github.com/opencontainers/runtime-spec/specs-go
654654
# github.com/opencontainers/selinux v1.11.0

0 commit comments

Comments
 (0)