diff --git a/go.mod b/go.mod index cf8b982..1d13d7b 100644 --- a/go.mod +++ b/go.mod @@ -6,15 +6,13 @@ require ( github.com/fatih/color v1.7.0 github.com/golang/protobuf v1.3.0 github.com/inconshreveable/mousetrap v1.0.0 // indirect + github.com/kr/pretty v0.3.1 // indirect github.com/mattn/go-colorable v0.1.1 // indirect github.com/mattn/go-isatty v0.0.7 // indirect - github.com/mitchellh/go-homedir v1.1.0 // indirect github.com/perillaroc/workflow-model-go v0.0.0-20190316033913-eac04f7cff90 github.com/spf13/cobra v0.0.3 - github.com/spf13/viper v1.3.2 // indirect - golang.org/x/net v0.0.0-20190310074541-c10a0554eabf // indirect - golang.org/x/sys v0.0.0-20190310054646-10058d7d4faa // indirect - golang.org/x/text v0.3.1-0.20180807135948-17ff2d5776d2 // indirect + github.com/spf13/pflag v1.0.3 // indirect + golang.org/x/text v0.3.8 // indirect google.golang.org/genproto v0.0.0-20190307195333-5fe7a883aa19 // indirect google.golang.org/grpc v1.19.0 gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect