File tree Expand file tree Collapse file tree 7 files changed +11
-11
lines changed Expand file tree Collapse file tree 7 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -4,13 +4,14 @@ go 1.20
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.2-0.20250401095657-e935f995dd67
8
8
github.com/opencontainers/runtime-tools v0.9.1-0.20221107090550-2e043c6bd626
9
9
github.com/spf13/cobra v1.6.0
10
10
gopkg.in/yaml.v3 v3.0.1
11
11
sigs.k8s.io/yaml v1.4.0
12
12
tags.cncf.io/container-device-interface v1.0.1
13
13
tags.cncf.io/container-device-interface/schema v0.0.0
14
+ tags.cncf.io/container-device-interface/specs-go v1.0.0
14
15
)
15
16
16
17
require (
@@ -22,7 +23,6 @@ require (
22
23
github.com/xeipuuv/gojsonschema v1.2.0 // indirect
23
24
golang.org/x/mod v0.19.0 // indirect
24
25
golang.org/x/sys v0.19.0 // indirect
25
- tags.cncf.io/container-device-interface/specs-go v1.0.0 // indirect
26
26
)
27
27
28
28
replace (
Original file line number Diff line number Diff line change @@ -18,8 +18,8 @@ github.com/inconshreveable/mousetrap v1.0.1/go.mod h1:vpF70FUmC8bwa3OWnCshd2FqLf
18
18
github.com/mndrix/tap-go v0.0.0-20171203230836-629fa407e90b /go.mod h1:pzzDgJWZ34fGzaAZGFW22KVZDfyrYW+QABMrWnJBnSs =
19
19
github.com/mrunalp/fileutils v0.5.0 /go.mod h1:M1WthSahJixYnrXQl/DFQuteStB1weuxD2QJNHXfbSQ =
20
20
github.com/opencontainers/runtime-spec v1.0.3-0.20220825212826-86290f6a00fb /go.mod h1:jwyrGlmzljRJv/Fgzds9SsS/C5hL+LL3ko9hs6T5lQ0 =
21
- github.com/opencontainers/runtime-spec v1.1.0 h1:HHUyrt9mwHUjtasSbXSMvs4cyFxh+Bll4AjJ9odEGpg =
22
- github.com/opencontainers/runtime-spec v1.1.0 /go.mod h1:jwyrGlmzljRJv/Fgzds9SsS/C5hL+LL3ko9hs6T5lQ0 =
21
+ github.com/opencontainers/runtime-spec v1.2.2-0.20250401095657-e935f995dd67 h1:Q+KewUGTMamIe6Q39xCD/T1NC1POmaTlWnhjikCrZHA =
22
+ github.com/opencontainers/runtime-spec v1.2.2-0.20250401095657-e935f995dd67 /go.mod h1:jwyrGlmzljRJv/Fgzds9SsS/C5hL+LL3ko9hs6T5lQ0 =
23
23
github.com/opencontainers/runtime-tools v0.9.1-0.20221107090550-2e043c6bd626 h1:DmNGcqH3WDbV5k8OJ+esPWbqUOX5rMLR2PMvziDMJi0 =
24
24
github.com/opencontainers/runtime-tools v0.9.1-0.20221107090550-2e043c6bd626 /go.mod h1:BRHJJd0E+cx42OybVYSgUvZmU0B8P9gZuRXlZUP7TKI =
25
25
github.com/opencontainers/selinux v1.9.1 /go.mod h1:2i0OySw99QjzBBQByd1Gr9gSjvuho1lHsJxIJ3gGbJI =
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c
3
3
github.com/fsnotify/fsnotify v1.5.1 h1:mZcQUHVQUQWoPXXtuf9yuEXKudkV2sx1E06UadKWpgI =
4
4
github.com/google/go-cmp v0.5.9 h1:O2Tfq5qg4qc4AmwVlvv0oLiVAGB7enBSJ2x2DqQFi38 =
5
5
github.com/google/go-cmp v0.5.9 /go.mod h1:17dUlkBOakJ0+DkrSSNjCkIjxS6bF9zb3elmeNGIjoY =
6
- github.com/opencontainers/runtime-spec v1.1.0 h1:HHUyrt9mwHUjtasSbXSMvs4cyFxh+Bll4AjJ9odEGpg =
6
+ github.com/opencontainers/runtime-spec v1.2.2-0.20250401095657-e935f995dd67 h1:Q+KewUGTMamIe6Q39xCD/T1NC1POmaTlWnhjikCrZHA =
7
7
github.com/opencontainers/runtime-tools v0.9.1-0.20221107090550-2e043c6bd626 h1:DmNGcqH3WDbV5k8OJ+esPWbqUOX5rMLR2PMvziDMJi0 =
8
8
github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM =
9
9
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.2-0.20250401095657-e935f995dd67
8
8
github.com/opencontainers/runtime-tools v0.9.1-0.20221107090550-2e043c6bd626
9
9
github.com/stretchr/testify v1.7.0
10
10
golang.org/x/sys v0.19.0
Original file line number Diff line number Diff line change @@ -15,8 +15,8 @@ github.com/hashicorp/go-multierror v1.1.1/go.mod h1:iw975J/qwKPdAO1clOe2L8331t/9
15
15
github.com/mndrix/tap-go v0.0.0-20171203230836-629fa407e90b /go.mod h1:pzzDgJWZ34fGzaAZGFW22KVZDfyrYW+QABMrWnJBnSs =
16
16
github.com/mrunalp/fileutils v0.5.0 /go.mod h1:M1WthSahJixYnrXQl/DFQuteStB1weuxD2QJNHXfbSQ =
17
17
github.com/opencontainers/runtime-spec v1.0.3-0.20220825212826-86290f6a00fb /go.mod h1:jwyrGlmzljRJv/Fgzds9SsS/C5hL+LL3ko9hs6T5lQ0 =
18
- github.com/opencontainers/runtime-spec v1.1.0 h1:HHUyrt9mwHUjtasSbXSMvs4cyFxh+Bll4AjJ9odEGpg =
19
- github.com/opencontainers/runtime-spec v1.1.0 /go.mod h1:jwyrGlmzljRJv/Fgzds9SsS/C5hL+LL3ko9hs6T5lQ0 =
18
+ github.com/opencontainers/runtime-spec v1.2.2-0.20250401095657-e935f995dd67 h1:Q+KewUGTMamIe6Q39xCD/T1NC1POmaTlWnhjikCrZHA =
19
+ github.com/opencontainers/runtime-spec v1.2.2-0.20250401095657-e935f995dd67 /go.mod h1:jwyrGlmzljRJv/Fgzds9SsS/C5hL+LL3ko9hs6T5lQ0 =
20
20
github.com/opencontainers/runtime-tools v0.9.1-0.20221107090550-2e043c6bd626 h1:DmNGcqH3WDbV5k8OJ+esPWbqUOX5rMLR2PMvziDMJi0 =
21
21
github.com/opencontainers/runtime-tools v0.9.1-0.20221107090550-2e043c6bd626 /go.mod h1:BRHJJd0E+cx42OybVYSgUvZmU0B8P9gZuRXlZUP7TKI =
22
22
github.com/opencontainers/selinux v1.9.1 /go.mod h1:2i0OySw99QjzBBQByd1Gr9gSjvuho1lHsJxIJ3gGbJI =
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ require (
13
13
require (
14
14
github.com/davecgh/go-spew v1.1.1 // indirect
15
15
github.com/fsnotify/fsnotify v1.5.1 // indirect
16
- github.com/opencontainers/runtime-spec v1.1.0 // indirect
16
+ github.com/opencontainers/runtime-spec v1.2.2-0.20250401095657-e935f995dd67 // indirect
17
17
github.com/opencontainers/runtime-tools v0.9.1-0.20221107090550-2e043c6bd626 // indirect
18
18
github.com/pmezard/go-difflib v1.0.0 // indirect
19
19
github.com/syndtr/gocapability v0.0.0-20200815063812-42c35b437635 // indirect
Original file line number Diff line number Diff line change @@ -15,8 +15,8 @@ github.com/hashicorp/go-multierror v1.1.1/go.mod h1:iw975J/qwKPdAO1clOe2L8331t/9
15
15
github.com/mndrix/tap-go v0.0.0-20171203230836-629fa407e90b /go.mod h1:pzzDgJWZ34fGzaAZGFW22KVZDfyrYW+QABMrWnJBnSs =
16
16
github.com/mrunalp/fileutils v0.5.0 /go.mod h1:M1WthSahJixYnrXQl/DFQuteStB1weuxD2QJNHXfbSQ =
17
17
github.com/opencontainers/runtime-spec v1.0.3-0.20220825212826-86290f6a00fb /go.mod h1:jwyrGlmzljRJv/Fgzds9SsS/C5hL+LL3ko9hs6T5lQ0 =
18
- github.com/opencontainers/runtime-spec v1.1.0 h1:HHUyrt9mwHUjtasSbXSMvs4cyFxh+Bll4AjJ9odEGpg =
19
- github.com/opencontainers/runtime-spec v1.1.0 /go.mod h1:jwyrGlmzljRJv/Fgzds9SsS/C5hL+LL3ko9hs6T5lQ0 =
18
+ github.com/opencontainers/runtime-spec v1.2.2-0.20250401095657-e935f995dd67 h1:Q+KewUGTMamIe6Q39xCD/T1NC1POmaTlWnhjikCrZHA =
19
+ github.com/opencontainers/runtime-spec v1.2.2-0.20250401095657-e935f995dd67 /go.mod h1:jwyrGlmzljRJv/Fgzds9SsS/C5hL+LL3ko9hs6T5lQ0 =
20
20
github.com/opencontainers/runtime-tools v0.9.1-0.20221107090550-2e043c6bd626 h1:DmNGcqH3WDbV5k8OJ+esPWbqUOX5rMLR2PMvziDMJi0 =
21
21
github.com/opencontainers/runtime-tools v0.9.1-0.20221107090550-2e043c6bd626 /go.mod h1:BRHJJd0E+cx42OybVYSgUvZmU0B8P9gZuRXlZUP7TKI =
22
22
github.com/opencontainers/selinux v1.9.1 /go.mod h1:2i0OySw99QjzBBQByd1Gr9gSjvuho1lHsJxIJ3gGbJI =
You can’t perform that action at this time.
0 commit comments