File tree Expand file tree Collapse file tree
github.com/opencontainers/runtime-spec/specs-go Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ require (
4848 github.com/opencontainers/go-digest v1.0.0
4949 github.com/opencontainers/image-spec v1.1.0-rc2.0.20221005185240-3a7f492d3f1b
5050 github.com/opencontainers/runc v1.1.5
51- github.com/opencontainers/runtime-spec v1.1.0-rc.1
51+ github.com/opencontainers/runtime-spec v1.1.0-rc.2
5252 github.com/opencontainers/runtime-tools v0.9.1-0.20221107090550-2e043c6bd626
5353 github.com/opencontainers/selinux v1.11.0
5454 github.com/pelletier/go-toml v1.9.5
Original file line number Diff line number Diff line change @@ -800,8 +800,8 @@ github.com/opencontainers/runtime-spec v1.0.2/go.mod h1:jwyrGlmzljRJv/Fgzds9SsS/
800800github.com/opencontainers/runtime-spec v1.0.3-0.20200929063507-e6143ca7d51d /go.mod h1:jwyrGlmzljRJv/Fgzds9SsS/C5hL+LL3ko9hs6T5lQ0 =
801801github.com/opencontainers/runtime-spec v1.0.3-0.20210326190908-1c3f411f0417 /go.mod h1:jwyrGlmzljRJv/Fgzds9SsS/C5hL+LL3ko9hs6T5lQ0 =
802802github.com/opencontainers/runtime-spec v1.0.3-0.20220825212826-86290f6a00fb /go.mod h1:jwyrGlmzljRJv/Fgzds9SsS/C5hL+LL3ko9hs6T5lQ0 =
803- github.com/opencontainers/runtime-spec v1.1.0-rc.1 h1:wHa9jroFfKGQqFHj0I1fMRKLl0pfj+ynAqBxo3v6u9w =
804- github.com/opencontainers/runtime-spec v1.1.0-rc.1 /go.mod h1:jwyrGlmzljRJv/Fgzds9SsS/C5hL+LL3ko9hs6T5lQ0 =
803+ github.com/opencontainers/runtime-spec v1.1.0-rc.2 h1:ucBtEms2tamYYW/SvGpvq9yUN0NEVL6oyLEwDcTSrk8 =
804+ github.com/opencontainers/runtime-spec v1.1.0-rc.2 /go.mod h1:jwyrGlmzljRJv/Fgzds9SsS/C5hL+LL3ko9hs6T5lQ0 =
805805github.com/opencontainers/runtime-tools v0.0.0-20181011054405-1d69bd0f9c39 /go.mod h1:r3f7wjNzSs2extwzU3Y+6pKfobzPh+kKFJ3ofN+3nfs =
806806github.com/opencontainers/runtime-tools v0.9.1-0.20221107090550-2e043c6bd626 h1:DmNGcqH3WDbV5k8OJ+esPWbqUOX5rMLR2PMvziDMJi0 =
807807github.com/opencontainers/runtime-tools v0.9.1-0.20221107090550-2e043c6bd626 /go.mod h1:BRHJJd0E+cx42OybVYSgUvZmU0B8P9gZuRXlZUP7TKI =
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ require (
1414 github.com/containerd/typeurl/v2 v2.1.1
1515 github.com/opencontainers/go-digest v1.0.0
1616 github.com/opencontainers/image-spec v1.1.0-rc2.0.20221005185240-3a7f492d3f1b
17- github.com/opencontainers/runtime-spec v1.1.0-rc.1
17+ github.com/opencontainers/runtime-spec v1.1.0-rc.2
1818 github.com/stretchr/testify v1.8.4
1919 go.opentelemetry.io/otel v1.19.0
2020 go.opentelemetry.io/otel/sdk v1.19.0
Original file line number Diff line number Diff line change @@ -1434,8 +1434,8 @@ github.com/opencontainers/runtime-spec v1.0.2/go.mod h1:jwyrGlmzljRJv/Fgzds9SsS/
14341434github.com/opencontainers/runtime-spec v1.0.3-0.20200929063507-e6143ca7d51d /go.mod h1:jwyrGlmzljRJv/Fgzds9SsS/C5hL+LL3ko9hs6T5lQ0 =
14351435github.com/opencontainers/runtime-spec v1.0.3-0.20210326190908-1c3f411f0417 /go.mod h1:jwyrGlmzljRJv/Fgzds9SsS/C5hL+LL3ko9hs6T5lQ0 =
14361436github.com/opencontainers/runtime-spec v1.0.3-0.20220825212826-86290f6a00fb /go.mod h1:jwyrGlmzljRJv/Fgzds9SsS/C5hL+LL3ko9hs6T5lQ0 =
1437- github.com/opencontainers/runtime-spec v1.1.0-rc.1 h1:wHa9jroFfKGQqFHj0I1fMRKLl0pfj+ynAqBxo3v6u9w =
1438- github.com/opencontainers/runtime-spec v1.1.0-rc.1 /go.mod h1:jwyrGlmzljRJv/Fgzds9SsS/C5hL+LL3ko9hs6T5lQ0 =
1437+ github.com/opencontainers/runtime-spec v1.1.0-rc.2 h1:ucBtEms2tamYYW/SvGpvq9yUN0NEVL6oyLEwDcTSrk8 =
1438+ github.com/opencontainers/runtime-spec v1.1.0-rc.2 /go.mod h1:jwyrGlmzljRJv/Fgzds9SsS/C5hL+LL3ko9hs6T5lQ0 =
14391439github.com/opencontainers/runtime-tools v0.0.0-20181011054405-1d69bd0f9c39 /go.mod h1:r3f7wjNzSs2extwzU3Y+6pKfobzPh+kKFJ3ofN+3nfs =
14401440github.com/opencontainers/runtime-tools v0.9.0 /go.mod h1:r3f7wjNzSs2extwzU3Y+6pKfobzPh+kKFJ3ofN+3nfs =
14411441github.com/opencontainers/runtime-tools v0.9.1-0.20221107090550-2e043c6bd626 /go.mod h1:BRHJJd0E+cx42OybVYSgUvZmU0B8P9gZuRXlZUP7TKI =
Original file line number Diff line number Diff line change @@ -352,7 +352,7 @@ github.com/opencontainers/image-spec/specs-go/v1
352352## explicit; go 1.16
353353github.com/opencontainers/runc/libcontainer/devices
354354github.com/opencontainers/runc/libcontainer/user
355- # github.com/opencontainers/runtime-spec v1.1.0-rc.1
355+ # github.com/opencontainers/runtime-spec v1.1.0-rc.2
356356## explicit
357357github.com/opencontainers/runtime-spec/specs-go
358358# github.com/opencontainers/runtime-tools v0.9.1-0.20221107090550-2e043c6bd626
You can’t perform that action at this time.
0 commit comments