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 @@ -46,7 +46,7 @@ require (
4646 github.com/opencontainers/go-digest v1.0.0
4747 github.com/opencontainers/image-spec v1.1.0-rc2.0.20221005185240-3a7f492d3f1b
4848 github.com/opencontainers/runc v1.1.7
49- github.com/opencontainers/runtime-spec v1.1.0-rc.1
49+ github.com/opencontainers/runtime-spec v1.1.0-rc.2
5050 github.com/opencontainers/runtime-tools v0.9.1-0.20221107090550-2e043c6bd626
5151 github.com/opencontainers/selinux v1.11.0
5252 github.com/pelletier/go-toml v1.9.5
Original file line number Diff line number Diff line change @@ -792,8 +792,8 @@ github.com/opencontainers/runtime-spec v1.0.2/go.mod h1:jwyrGlmzljRJv/Fgzds9SsS/
792792github.com/opencontainers/runtime-spec v1.0.3-0.20200929063507-e6143ca7d51d /go.mod h1:jwyrGlmzljRJv/Fgzds9SsS/C5hL+LL3ko9hs6T5lQ0 =
793793github.com/opencontainers/runtime-spec v1.0.3-0.20210326190908-1c3f411f0417 /go.mod h1:jwyrGlmzljRJv/Fgzds9SsS/C5hL+LL3ko9hs6T5lQ0 =
794794github.com/opencontainers/runtime-spec v1.0.3-0.20220825212826-86290f6a00fb /go.mod h1:jwyrGlmzljRJv/Fgzds9SsS/C5hL+LL3ko9hs6T5lQ0 =
795- github.com/opencontainers/runtime-spec v1.1.0-rc.1 h1:wHa9jroFfKGQqFHj0I1fMRKLl0pfj+ynAqBxo3v6u9w =
796- github.com/opencontainers/runtime-spec v1.1.0-rc.1 /go.mod h1:jwyrGlmzljRJv/Fgzds9SsS/C5hL+LL3ko9hs6T5lQ0 =
795+ github.com/opencontainers/runtime-spec v1.1.0-rc.2 h1:ucBtEms2tamYYW/SvGpvq9yUN0NEVL6oyLEwDcTSrk8 =
796+ github.com/opencontainers/runtime-spec v1.1.0-rc.2 /go.mod h1:jwyrGlmzljRJv/Fgzds9SsS/C5hL+LL3ko9hs6T5lQ0 =
797797github.com/opencontainers/runtime-tools v0.0.0-20181011054405-1d69bd0f9c39 /go.mod h1:r3f7wjNzSs2extwzU3Y+6pKfobzPh+kKFJ3ofN+3nfs =
798798github.com/opencontainers/runtime-tools v0.9.1-0.20221107090550-2e043c6bd626 h1:DmNGcqH3WDbV5k8OJ+esPWbqUOX5rMLR2PMvziDMJi0 =
799799github.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.0
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.2
1919 go.opentelemetry.io/otel v1.14.0
2020 go.opentelemetry.io/otel/sdk v1.14.0
Original file line number Diff line number Diff line change @@ -1186,8 +1186,8 @@ github.com/opencontainers/runtime-spec v1.0.2/go.mod h1:jwyrGlmzljRJv/Fgzds9SsS/
11861186github.com/opencontainers/runtime-spec v1.0.3-0.20200929063507-e6143ca7d51d /go.mod h1:jwyrGlmzljRJv/Fgzds9SsS/C5hL+LL3ko9hs6T5lQ0 =
11871187github.com/opencontainers/runtime-spec v1.0.3-0.20210326190908-1c3f411f0417 /go.mod h1:jwyrGlmzljRJv/Fgzds9SsS/C5hL+LL3ko9hs6T5lQ0 =
11881188github.com/opencontainers/runtime-spec v1.0.3-0.20220825212826-86290f6a00fb /go.mod h1:jwyrGlmzljRJv/Fgzds9SsS/C5hL+LL3ko9hs6T5lQ0 =
1189- github.com/opencontainers/runtime-spec v1.1.0-rc.1 h1:wHa9jroFfKGQqFHj0I1fMRKLl0pfj+ynAqBxo3v6u9w =
1190- github.com/opencontainers/runtime-spec v1.1.0-rc.1 /go.mod h1:jwyrGlmzljRJv/Fgzds9SsS/C5hL+LL3ko9hs6T5lQ0 =
1189+ github.com/opencontainers/runtime-spec v1.1.0-rc.2 h1:ucBtEms2tamYYW/SvGpvq9yUN0NEVL6oyLEwDcTSrk8 =
1190+ github.com/opencontainers/runtime-spec v1.1.0-rc.2 /go.mod h1:jwyrGlmzljRJv/Fgzds9SsS/C5hL+LL3ko9hs6T5lQ0 =
11911191github.com/opencontainers/runtime-tools v0.0.0-20181011054405-1d69bd0f9c39 /go.mod h1:r3f7wjNzSs2extwzU3Y+6pKfobzPh+kKFJ3ofN+3nfs =
11921192github.com/opencontainers/runtime-tools v0.9.0 /go.mod h1:r3f7wjNzSs2extwzU3Y+6pKfobzPh+kKFJ3ofN+3nfs =
11931193github.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 @@ -343,7 +343,7 @@ github.com/opencontainers/image-spec/specs-go/v1
343343## explicit; go 1.17
344344github.com/opencontainers/runc/libcontainer/devices
345345github.com/opencontainers/runc/libcontainer/user
346- # github.com/opencontainers/runtime-spec v1.1.0-rc.1
346+ # github.com/opencontainers/runtime-spec v1.1.0-rc.2
347347## explicit
348348github.com/opencontainers/runtime-spec/specs-go
349349# github.com/opencontainers/runtime-tools v0.9.1-0.20221107090550-2e043c6bd626
You can’t perform that action at this time.
0 commit comments