JCC-CSScheduler/magefiles/go.mod

16 lines
272 B
Modula-2

module magefiles
go 1.20
replace gitlink.org.cn/cloudream/common v0.0.0 => ../../common
require (
github.com/otiai10/copy v1.12.0
gitlink.org.cn/cloudream/common v0.0.0
)
require (
github.com/magefile/mage v1.15.0 // indirect
golang.org/x/sys v0.6.0 // indirect
)