Added formatter, fixed docker build

This commit is contained in:
Mike Farah
2019-10-31 08:21:19 +11:00
parent d05391e244
commit 97d1aa2b26
5 changed files with 15 additions and 3 deletions
+3
View File
@@ -4,6 +4,9 @@ require (
github.com/mikefarah/yaml/v2 v2.4.0
github.com/pkg/errors v0.8.1
github.com/spf13/cobra v0.0.5
golang.org/x/tools v0.0.0-20191030203535-5e247c9ad0a0 // indirect
gopkg.in/imdario/mergo.v0 v0.3.7
gopkg.in/op/go-logging.v1 v1.0.0-20160211212156-b2cb9fa56473
)
go 1.13