File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ require (
9
9
github.com/spf13/cobra v1.6.0
10
10
gopkg.in/yaml.v2 v2.4.0
11
11
sigs.k8s.io/yaml v1.3.0
12
- tags.cncf.io/container-device-interface v0 .0.0
12
+ tags.cncf.io/container-device-interface v1 .0.0
13
13
tags.cncf.io/container-device-interface/schema v0.0.0
14
14
)
15
15
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ require (
11
11
golang.org/x/mod v0.19.0 // indirect
12
12
gopkg.in/yaml.v2 v2.4.0 // indirect
13
13
sigs.k8s.io/yaml v1.3.0 // indirect
14
- tags.cncf.io/container-device-interface v0 .0.0 // indirect
14
+ tags.cncf.io/container-device-interface v1 .0.0 // indirect
15
15
tags.cncf.io/container-device-interface/specs-go v1.0.0 // indirect
16
16
)
17
17
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ require (
6
6
github.com/stretchr/testify v1.7.0
7
7
github.com/xeipuuv/gojsonschema v1.2.0
8
8
sigs.k8s.io/yaml v1.3.0
9
- tags.cncf.io/container-device-interface v0 .0.0
9
+ tags.cncf.io/container-device-interface v1 .0.0
10
10
tags.cncf.io/container-device-interface/specs-go v1.0.0
11
11
)
12
12
You can’t perform that action at this time.
0 commit comments