Merge branch 'master' into v3

This commit is contained in:
Andrey Nering
2019-11-24 21:02:33 -03:00
163 changed files with 4675 additions and 1305 deletions

4
go.mod
View File

@@ -8,9 +8,9 @@ require (
github.com/radovskyb/watcher v1.0.5
github.com/spf13/pflag v1.0.3
github.com/stretchr/testify v1.4.0
golang.org/x/sync v0.0.0-20190423024810-112230192c58
golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e
gopkg.in/yaml.v2 v2.2.2
mvdan.cc/sh/v3 v3.0.0-alpha3
mvdan.cc/sh/v3 v3.0.0-beta1
)
go 1.13