fix(boot)
This commit is contained in:
7
go.mod
7
go.mod
@ -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
|
||||
)
|
||||
|
Reference in New Issue
Block a user