inits/go.mod

16 lines
493 B
Modula-2
Raw Normal View History

2018-07-06 08:13:18 +00:00
module novit.nc/direktil/inits
2020-10-02 04:04:45 +00:00
go 1.15
2018-07-06 08:13:18 +00:00
require (
github.com/fsnotify/fsnotify v1.4.9
github.com/go-ping/ping v0.0.0-20201001214134-671c40f29adc
github.com/spf13/cobra v1.0.0
github.com/spf13/pflag v1.0.5 // indirect
github.com/ulikunitz/xz v0.5.8 // indirect
golang.org/x/net v0.0.0-20200930145003-4acb6c075d10 // indirect
golang.org/x/sys v0.0.0-20200930185726-fdedc70b468f // indirect
gopkg.in/yaml.v2 v2.3.0 // indirect
novit.nc/direktil/pkg v0.0.0-20191211161950-96b0448b84c2
2018-07-06 08:13:18 +00:00
)