fix(boot)

This commit is contained in:
Mikaël Cluseau
2019-03-13 16:01:34 +11:00
parent 71d9c52a99
commit 6d5caeb71f
579 changed files with 123 additions and 200073 deletions

7
go.mod
View File

@ -2,12 +2,11 @@ module novit.nc/direktil/inits
require (
github.com/fsnotify/fsnotify v1.4.7
github.com/inconshreveable/mousetrap v1.0.0 // indirect
github.com/sparrc/go-ping v0.0.0-20160208162908-416e72114cd1
github.com/spf13/cobra v0.0.3
github.com/spf13/pflag v1.0.3 // indirect
github.com/ulikunitz/xz v0.5.4
golang.org/x/net v0.0.0-20180706051357-32a936f46389
golang.org/x/sys v0.0.0-20180709060233-1b2967e3c290
gopkg.in/yaml.v2 v2.2.1
golang.org/x/net v0.0.0-20180706051357-32a936f46389 // indirect
golang.org/x/sys v0.0.0-20180709060233-1b2967e3c290 // indirect
novit.nc/direktil/pkg v0.0.0-20180706230842-852aa03280f9
)