mirror of
https://github.com/Ascend/ascend-docker-runtime.git
synced 2025-10-30 13:46:20 +08:00
24 lines
634 B
Modula-2
24 lines
634 B
Modula-2
module main
|
|
|
|
go 1.17
|
|
|
|
require (
|
|
github.com/opencontainers/runtime-spec v1.0.3-0.20220718201635-a8106e99982b
|
|
github.com/prashantv/gostub v1.1.0
|
|
huawei.com/npu-exporter/v5 v5.0.0-RC1
|
|
mindxcheckutils v1.0.0
|
|
)
|
|
|
|
require (
|
|
github.com/fsnotify/fsnotify v1.6.0 // indirect
|
|
github.com/gopherjs/gopherjs v1.17.2 // indirect
|
|
github.com/jtolds/gls v4.20.0+incompatible // indirect
|
|
github.com/smartystreets/assertions v1.13.0 // indirect
|
|
golang.org/x/sys v0.0.0-20220908164124-27713097b956 // indirect
|
|
)
|
|
|
|
replace (
|
|
huawei.com/npu-exporter/v5 => gitee.com/ascend/ascend-npu-exporter/v5 v5.0.0-RC1
|
|
mindxcheckutils => ../mindxcheckutils
|
|
)
|