File tree Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 4
4
5
5
require (
6
6
github.com/fsnotify/fsnotify v1.5.1
7
- github.com/opencontainers/runtime-spec v1.1 .0
7
+ github.com/opencontainers/runtime-spec v1.2 .0
8
8
github.com/opencontainers/runtime-tools v0.9.1-0.20221107090550-2e043c6bd626
9
9
github.com/spf13/cobra v1.6.0
10
10
sigs.k8s.io/yaml v1.3.0
Original file line number Diff line number Diff line change @@ -16,8 +16,8 @@ github.com/inconshreveable/mousetrap v1.0.1/go.mod h1:vpF70FUmC8bwa3OWnCshd2FqLf
16
16
github.com/mndrix/tap-go v0.0.0-20171203230836-629fa407e90b /go.mod h1:pzzDgJWZ34fGzaAZGFW22KVZDfyrYW+QABMrWnJBnSs =
17
17
github.com/mrunalp/fileutils v0.5.0 /go.mod h1:M1WthSahJixYnrXQl/DFQuteStB1weuxD2QJNHXfbSQ =
18
18
github.com/opencontainers/runtime-spec v1.0.3-0.20220825212826-86290f6a00fb /go.mod h1:jwyrGlmzljRJv/Fgzds9SsS/C5hL+LL3ko9hs6T5lQ0 =
19
- github.com/opencontainers/runtime-spec v1.1 .0 h1:HHUyrt9mwHUjtasSbXSMvs4cyFxh+Bll4AjJ9odEGpg =
20
- github.com/opencontainers/runtime-spec v1.1 .0 /go.mod h1:jwyrGlmzljRJv/Fgzds9SsS/C5hL+LL3ko9hs6T5lQ0 =
19
+ github.com/opencontainers/runtime-spec v1.2 .0 h1:z97+pHb3uELt/yiAWD691HNHQIF07bE7dzrbT927iTk =
20
+ github.com/opencontainers/runtime-spec v1.2 .0 /go.mod h1:jwyrGlmzljRJv/Fgzds9SsS/C5hL+LL3ko9hs6T5lQ0 =
21
21
github.com/opencontainers/runtime-tools v0.9.1-0.20221107090550-2e043c6bd626 h1:DmNGcqH3WDbV5k8OJ+esPWbqUOX5rMLR2PMvziDMJi0 =
22
22
github.com/opencontainers/runtime-tools v0.9.1-0.20221107090550-2e043c6bd626 /go.mod h1:BRHJJd0E+cx42OybVYSgUvZmU0B8P9gZuRXlZUP7TKI =
23
23
github.com/opencontainers/selinux v1.9.1 /go.mod h1:2i0OySw99QjzBBQByd1Gr9gSjvuho1lHsJxIJ3gGbJI =
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSs
2
2
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c =
3
3
github.com/davecgh/go-spew v1.1.1 /go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38 =
4
4
github.com/fsnotify/fsnotify v1.5.1 h1:mZcQUHVQUQWoPXXtuf9yuEXKudkV2sx1E06UadKWpgI =
5
- github.com/opencontainers/runtime-spec v1.1 .0 h1:HHUyrt9mwHUjtasSbXSMvs4cyFxh+Bll4AjJ9odEGpg =
5
+ github.com/opencontainers/runtime-spec v1.2 .0 h1:z97+pHb3uELt/yiAWD691HNHQIF07bE7dzrbT927iTk =
6
6
github.com/opencontainers/runtime-tools v0.9.1-0.20221107090550-2e043c6bd626 h1:DmNGcqH3WDbV5k8OJ+esPWbqUOX5rMLR2PMvziDMJi0 =
7
7
github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM =
8
8
github.com/pmezard/go-difflib v1.0.0 /go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4 =
Original file line number Diff line number Diff line change 4
4
5
5
require (
6
6
github.com/fsnotify/fsnotify v1.5.1
7
- github.com/opencontainers/runtime-spec v1.1 .0
7
+ github.com/opencontainers/runtime-spec v1.2 .0
8
8
github.com/opencontainers/runtime-tools v0.9.1-0.20221107090550-2e043c6bd626
9
9
github.com/stretchr/testify v1.7.0
10
10
github.com/xeipuuv/gojsonschema v1.2.0
Original file line number Diff line number Diff line change @@ -13,8 +13,8 @@ github.com/hashicorp/go-multierror v1.1.1/go.mod h1:iw975J/qwKPdAO1clOe2L8331t/9
13
13
github.com/mndrix/tap-go v0.0.0-20171203230836-629fa407e90b /go.mod h1:pzzDgJWZ34fGzaAZGFW22KVZDfyrYW+QABMrWnJBnSs =
14
14
github.com/mrunalp/fileutils v0.5.0 /go.mod h1:M1WthSahJixYnrXQl/DFQuteStB1weuxD2QJNHXfbSQ =
15
15
github.com/opencontainers/runtime-spec v1.0.3-0.20220825212826-86290f6a00fb /go.mod h1:jwyrGlmzljRJv/Fgzds9SsS/C5hL+LL3ko9hs6T5lQ0 =
16
- github.com/opencontainers/runtime-spec v1.1 .0 h1:HHUyrt9mwHUjtasSbXSMvs4cyFxh+Bll4AjJ9odEGpg =
17
- github.com/opencontainers/runtime-spec v1.1 .0 /go.mod h1:jwyrGlmzljRJv/Fgzds9SsS/C5hL+LL3ko9hs6T5lQ0 =
16
+ github.com/opencontainers/runtime-spec v1.2 .0 h1:z97+pHb3uELt/yiAWD691HNHQIF07bE7dzrbT927iTk =
17
+ github.com/opencontainers/runtime-spec v1.2 .0 /go.mod h1:jwyrGlmzljRJv/Fgzds9SsS/C5hL+LL3ko9hs6T5lQ0 =
18
18
github.com/opencontainers/runtime-tools v0.9.1-0.20221107090550-2e043c6bd626 h1:DmNGcqH3WDbV5k8OJ+esPWbqUOX5rMLR2PMvziDMJi0 =
19
19
github.com/opencontainers/runtime-tools v0.9.1-0.20221107090550-2e043c6bd626 /go.mod h1:BRHJJd0E+cx42OybVYSgUvZmU0B8P9gZuRXlZUP7TKI =
20
20
github.com/opencontainers/selinux v1.9.1 h1:b4VPEF3O5JLZgdTDBmGepaaIbAo0GqoF6EBRq5f/g3Y =
You can’t perform that action at this time.
0 commit comments