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
44
55require  (
66	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  
88	github.com/opencontainers/runtime-tools  v0.9.1-0.20221107090550-2e043c6bd626 
99	github.com/spf13/cobra  v1.6.0 
1010	gopkg.in/yaml.v3  v3.0.1 
1111	sigs.k8s.io/yaml  v1.4.0 
1212	tags.cncf.io/container-device-interface  v1.0.1 
1313	tags.cncf.io/container-device-interface/schema  v0.0.0 
14+ 	tags.cncf.io/container-device-interface/specs-go  v1.0.0 
1415)
1516
1617require  (
@@ -22,7 +23,6 @@ require (
2223	github.com/xeipuuv/gojsonschema  v1.2.0  //  indirect
2324	golang.org/x/mod  v0.19.0  //  indirect
2425	golang.org/x/sys  v0.19.0  //  indirect
25- 	tags.cncf.io/container-device-interface/specs-go  v1.0.0  //  indirect
2626)
2727
2828replace  (
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
1818github.com/mndrix/tap-go  v0.0.0-20171203230836-629fa407e90b /go.mod  h1:pzzDgJWZ34fGzaAZGFW22KVZDfyrYW+QABMrWnJBnSs =
1919github.com/mrunalp/fileutils  v0.5.0 /go.mod  h1:M1WthSahJixYnrXQl/DFQuteStB1weuxD2QJNHXfbSQ =
2020github.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 =
2323github.com/opencontainers/runtime-tools  v0.9.1-0.20221107090550-2e043c6bd626  h1:DmNGcqH3WDbV5k8OJ+esPWbqUOX5rMLR2PMvziDMJi0 =
2424github.com/opencontainers/runtime-tools  v0.9.1-0.20221107090550-2e043c6bd626 /go.mod  h1:BRHJJd0E+cx42OybVYSgUvZmU0B8P9gZuRXlZUP7TKI =
2525github.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
33github.com/fsnotify/fsnotify  v1.5.1  h1:mZcQUHVQUQWoPXXtuf9yuEXKudkV2sx1E06UadKWpgI =
44github.com/google/go-cmp  v0.5.9  h1:O2Tfq5qg4qc4AmwVlvv0oLiVAGB7enBSJ2x2DqQFi38 =
55github.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 =
77github.com/opencontainers/runtime-tools  v0.9.1-0.20221107090550-2e043c6bd626  h1:DmNGcqH3WDbV5k8OJ+esPWbqUOX5rMLR2PMvziDMJi0 =
88github.com/pmezard/go-difflib  v1.0.0  h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM =
99github.com/pmezard/go-difflib  v1.0.0 /go.mod  h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4 =
Original file line number Diff line number Diff line change 44
55require  (
66	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  
88	github.com/opencontainers/runtime-tools  v0.9.1-0.20221107090550-2e043c6bd626 
99	github.com/stretchr/testify  v1.7.0 
1010	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
1515github.com/mndrix/tap-go  v0.0.0-20171203230836-629fa407e90b /go.mod  h1:pzzDgJWZ34fGzaAZGFW22KVZDfyrYW+QABMrWnJBnSs =
1616github.com/mrunalp/fileutils  v0.5.0 /go.mod  h1:M1WthSahJixYnrXQl/DFQuteStB1weuxD2QJNHXfbSQ =
1717github.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 =
2020github.com/opencontainers/runtime-tools  v0.9.1-0.20221107090550-2e043c6bd626  h1:DmNGcqH3WDbV5k8OJ+esPWbqUOX5rMLR2PMvziDMJi0 =
2121github.com/opencontainers/runtime-tools  v0.9.1-0.20221107090550-2e043c6bd626 /go.mod  h1:BRHJJd0E+cx42OybVYSgUvZmU0B8P9gZuRXlZUP7TKI =
2222github.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 (
1313require  (
1414	github.com/davecgh/go-spew  v1.1.1  //  indirect
1515	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
1717	github.com/opencontainers/runtime-tools  v0.9.1-0.20221107090550-2e043c6bd626  //  indirect
1818	github.com/pmezard/go-difflib  v1.0.0  //  indirect
1919	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
1515github.com/mndrix/tap-go  v0.0.0-20171203230836-629fa407e90b /go.mod  h1:pzzDgJWZ34fGzaAZGFW22KVZDfyrYW+QABMrWnJBnSs =
1616github.com/mrunalp/fileutils  v0.5.0 /go.mod  h1:M1WthSahJixYnrXQl/DFQuteStB1weuxD2QJNHXfbSQ =
1717github.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 =
2020github.com/opencontainers/runtime-tools  v0.9.1-0.20221107090550-2e043c6bd626  h1:DmNGcqH3WDbV5k8OJ+esPWbqUOX5rMLR2PMvziDMJi0 =
2121github.com/opencontainers/runtime-tools  v0.9.1-0.20221107090550-2e043c6bd626 /go.mod  h1:BRHJJd0E+cx42OybVYSgUvZmU0B8P9gZuRXlZUP7TKI =
2222github.com/opencontainers/selinux  v1.9.1 /go.mod  h1:2i0OySw99QjzBBQByd1Gr9gSjvuho1lHsJxIJ3gGbJI =
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments