We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9aa2f67 commit 5ef7a39Copy full SHA for 5ef7a39
go.mod
@@ -36,3 +36,9 @@ require (
36
gopkg.in/yaml.v3 v3.0.1 // indirect
37
sigs.k8s.io/yaml v1.3.0 // indirect
38
)
39
+
40
+replace (
41
+ tags.cncf.io/container-device-interface => ../container-device-interface
42
+ tags.cncf.io/container-device-interface/specs-go => ../container-device-interface/specs-go
43
+ tags.cncf.io/container-device-interface/api/producer => ../container-device-interface/api/producer
44
+)
0 commit comments