fix to make it work with modules

This commit is contained in:
Elliot
2019-10-31 08:21:19 +11:00
committed by Mike Farah
parent fe5842e5f9
commit d1cec1ad18
8 changed files with 59 additions and 56 deletions
+2 -2
View File
@@ -12,9 +12,9 @@ import (
errors "github.com/pkg/errors"
yaml "gopkg.in/mikefarah/yaml.v2"
yaml "github.com/mikefarah/yaml/v2"
logging "gopkg.in/op/go-logging.v1"
cobra "gopkg.in/spf13/cobra.v0"
"github.com/spf13/cobra"
)
var trimOutput = true