File tree 8 files changed +10
-19
lines changed 8 files changed +10
-19
lines changed Original file line number Diff line number Diff line change 1
1
version : 2
2
2
updates :
3
- - package-ecosystem : gomod
4
- directory : " /"
5
- schedule :
6
- interval : weekly
7
- open-pull-requests-limit : 10
8
- allow :
9
- - dependency-name : " github.com/opencontainers/runtime-spec"
10
- dependency-type : direct
11
-
12
3
- package-ecosystem : " github-actions"
13
4
directory : " /"
14
5
schedule :
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.2 .0
7
+ github.com/opencontainers/runtime-spec v1.1 .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.2 .0 h1:z97+pHb3uELt/yiAWD691HNHQIF07bE7dzrbT927iTk =
20
- github.com/opencontainers/runtime-spec v1.2 .0 /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 =
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.2 .0 h1:z97+pHb3uELt/yiAWD691HNHQIF07bE7dzrbT927iTk =
5
+ github.com/opencontainers/runtime-spec v1.1 .0 h1:HHUyrt9mwHUjtasSbXSMvs4cyFxh+Bll4AjJ9odEGpg =
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.2 .0
7
+ github.com/opencontainers/runtime-spec v1.1 .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.2 .0 h1:z97+pHb3uELt/yiAWD691HNHQIF07bE7dzrbT927iTk =
17
- github.com/opencontainers/runtime-spec v1.2 .0 /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 =
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 =
Original file line number Diff line number Diff line change @@ -2,4 +2,4 @@ module tags.cncf.io/container-device-interface/specs-go
2
2
3
3
go 1.19
4
4
5
- require github.com/opencontainers/runtime-spec v1.0.3-0.20220909204839-494a5a6aca78
5
+ require github.com/opencontainers/runtime-spec v1.1.0
Original file line number Diff line number Diff line change 1
- github.com/opencontainers/runtime-spec v1.0.3-0.20220909204839-494a5a6aca78 h1:R5M2qXZiK/mWPMT4VldCOiSL9HIAMuxQZWdG0CSM5+4 =
2
- github.com/opencontainers/runtime-spec v1.0.3-0.20220909204839-494a5a6aca78 /go.mod h1:jwyrGlmzljRJv/Fgzds9SsS/C5hL+LL3ko9hs6T5lQ0 =
1
+ github.com/opencontainers/runtime-spec v1.1.0 h1:HHUyrt9mwHUjtasSbXSMvs4cyFxh+Bll4AjJ9odEGpg =
2
+ github.com/opencontainers/runtime-spec v1.1.0 /go.mod h1:jwyrGlmzljRJv/Fgzds9SsS/C5hL+LL3ko9hs6T5lQ0 =
You can’t perform that action at this time.
0 commit comments