blob: 69b2f2a942440c092e71f296af5d2501fa4184da [file] [log] [blame]
module github.com/apache/openwhisk-cli
go 1.14
require (
github.com/apache/openwhisk-client-go v0.0.0-20200824013630-44551f1f3b71
github.com/apache/openwhisk-wskdeploy v0.0.0-20200827195556-535f5a9d3942
github.com/cloudfoundry/jibber_jabber v0.0.0-20151120183258-bcc4c8345a21
github.com/fatih/color v1.9.0
github.com/ghodss/yaml v1.0.1-0.20190212211648-25d852aebe32
github.com/google/go-querystring v1.0.0
github.com/hokaccha/go-prettyjson v0.0.0-20190818114111-108c894c2c0e
github.com/inconshreveable/mousetrap v1.0.0
github.com/mattn/go-colorable v0.1.7
github.com/mattn/go-isatty v0.0.12
github.com/mitchellh/go-homedir v1.1.0
github.com/nicksnyder/go-i18n v1.10.1
github.com/onsi/ginkgo v1.14.0
github.com/onsi/gomega v1.10.1
github.com/pelletier/go-toml v1.8.0 // indirect
github.com/spf13/cobra v1.0.0
github.com/spf13/pflag v1.0.5
github.com/stretchr/testify v1.6.1
golang.org/x/sys v0.0.0-20200831180312-196b9ba8737a
gopkg.in/yaml.v2 v2.3.0
)