force file mode on write (and update deps)
This commit is contained in:
19
go.mod
19
go.mod
@ -1,14 +1,17 @@
|
||||
module novit.nc/direktil/inits
|
||||
|
||||
go 1.14
|
||||
|
||||
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
|
||||
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
|
||||
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
|
||||
)
|
||||
|
||||
go 1.13
|
||||
|
||||
Reference in New Issue
Block a user