blob: cbbbd42eac44d8590bed43808691b9da585d2b8c [file] [log] [blame]
module github.com/apache/openwhisk-client-go
go 1.14
require (
github.com/BurntSushi/toml v0.3.1 // indirect
github.com/cloudfoundry/jibber_jabber v0.0.0-20151120183258-bcc4c8345a21
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
github.com/fatih/color v1.10.0
github.com/google/go-querystring v1.0.0
github.com/hokaccha/go-prettyjson v0.0.0-20210113012101-fb4e108d2519
github.com/nicksnyder/go-i18n v1.10.1
github.com/onsi/ginkgo v1.15.0 // indirect
github.com/onsi/gomega v1.10.5 // indirect
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
github.com/stretchr/testify v1.3.1-0.20190109162356-363ebb24d041
)