Skip to content

Commit 1776606

Browse files
committed
Bump imported spec version
Signed-off-by: Evan Lezar <[email protected]>
1 parent 780f60f commit 1776606

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cmd/cdi/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ require (
2222
golang.org/x/mod v0.4.2 // indirect
2323
golang.org/x/sys v0.1.0 // indirect
2424
gopkg.in/yaml.v2 v2.4.0 // indirect
25-
tags.cncf.io/container-device-interface/specs-go v0.6.0 // indirect
25+
tags.cncf.io/container-device-interface/specs-go v0.7.0 // indirect
2626
)
2727

2828
replace tags.cncf.io/container-device-interface => ../..

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ require (
1111
golang.org/x/mod v0.4.2
1212
golang.org/x/sys v0.1.0
1313
sigs.k8s.io/yaml v1.3.0
14-
tags.cncf.io/container-device-interface/specs-go v0.6.0
14+
tags.cncf.io/container-device-interface/specs-go v0.7.0
1515
)
1616

1717
require (

0 commit comments

Comments
 (0)