File tree Expand file tree Collapse file tree 5 files changed +14
-0
lines changed Expand file tree Collapse file tree 5 files changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ require (
12
12
)
13
13
14
14
require (
15
+ github.com/container-orchestrated-devices/container-device-interface/specs-go v0.0.0-00010101000000-000000000000 // indirect
15
16
github.com/inconshreveable/mousetrap v1.0.1 // indirect
16
17
github.com/opencontainers/selinux v1.10.0 // indirect
17
18
github.com/spf13/pflag v1.0.5 // indirect
@@ -25,3 +26,5 @@ require (
25
26
)
26
27
27
28
replace github.com/container-orchestrated-devices/container-device-interface => ../..
29
+
30
+ replace github.com/container-orchestrated-devices/container-device-interface/specs-go => ../../specs-go
Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ module github.com/container-orchestrated-devices/container-device-interface
3
3
go 1.19
4
4
5
5
require (
6
+ github.com/container-orchestrated-devices/container-device-interface/specs-go v0.0.0-00010101000000-000000000000
6
7
github.com/fsnotify/fsnotify v1.5.1
7
8
github.com/opencontainers/runtime-spec v1.1.0
8
9
github.com/opencontainers/runtime-tools v0.9.1-0.20221107090550-2e043c6bd626
@@ -22,3 +23,5 @@ require (
22
23
gopkg.in/yaml.v2 v2.4.0 // indirect
23
24
gopkg.in/yaml.v3 v3.0.1 // indirect
24
25
)
26
+
27
+ replace github.com/container-orchestrated-devices/container-device-interface/specs-go => ./specs-go
Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ github.com/hashicorp/go-multierror v1.1.1/go.mod h1:iw975J/qwKPdAO1clOe2L8331t/9
13
13
github.com/mndrix/tap-go v0.0.0-20171203230836-629fa407e90b /go.mod h1:pzzDgJWZ34fGzaAZGFW22KVZDfyrYW+QABMrWnJBnSs =
14
14
github.com/mrunalp/fileutils v0.5.0 /go.mod h1:M1WthSahJixYnrXQl/DFQuteStB1weuxD2QJNHXfbSQ =
15
15
github.com/opencontainers/runtime-spec v1.0.3-0.20220825212826-86290f6a00fb /go.mod h1:jwyrGlmzljRJv/Fgzds9SsS/C5hL+LL3ko9hs6T5lQ0 =
16
+ github.com/opencontainers/runtime-spec v1.0.3-0.20220909204839-494a5a6aca78 /go.mod h1:jwyrGlmzljRJv/Fgzds9SsS/C5hL+LL3ko9hs6T5lQ0 =
16
17
github.com/opencontainers/runtime-spec v1.1.0 h1:HHUyrt9mwHUjtasSbXSMvs4cyFxh+Bll4AjJ9odEGpg =
17
18
github.com/opencontainers/runtime-spec v1.1.0 /go.mod h1:jwyrGlmzljRJv/Fgzds9SsS/C5hL+LL3ko9hs6T5lQ0 =
18
19
github.com/opencontainers/runtime-tools v0.9.1-0.20221107090550-2e043c6bd626 h1:DmNGcqH3WDbV5k8OJ+esPWbqUOX5rMLR2PMvziDMJi0 =
Original file line number Diff line number Diff line change
1
+ module github.com/container-orchestrated-devices/container-device-interface/specs-go
2
+
3
+ go 1.19
4
+
5
+ require github.com/opencontainers/runtime-spec v1.0.3-0.20220909204839-494a5a6aca78
Original file line number Diff line number Diff line change
1
+ github.com/opencontainers/runtime-spec v1.0.3-0.20220909204839-494a5a6aca78 h1:R5M2qXZiK/mWPMT4VldCOiSL9HIAMuxQZWdG0CSM5+4 =
2
+ github.com/opencontainers/runtime-spec v1.0.3-0.20220909204839-494a5a6aca78 /go.mod h1:jwyrGlmzljRJv/Fgzds9SsS/C5hL+LL3ko9hs6T5lQ0 =
You can’t perform that action at this time.
0 commit comments