inits/go.mod

18 lines
502 B
Modula-2
Raw Normal View History

2018-07-06 08:13:18 +00:00
module novit.nc/direktil/inits
go 1.14
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
)
2019-10-23 06:11:47 +00:00
go 1.13