Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade all dependencies #490

Merged
merged 2 commits into from
Sep 2, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 11 additions & 10 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,23 +3,24 @@ module github.com/apache/openwhisk-cli
go 1.14

require (
github.com/apache/openwhisk-client-go v0.0.0-20191018191012-ee5b8709787c
github.com/apache/openwhisk-wskdeploy v0.0.0-20200526130153-26308cad60c9
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.5.0
github.com/fatih/color v1.9.0
github.com/ghodss/yaml v1.0.1-0.20190212211648-25d852aebe32
github.com/google/go-querystring v0.0.0-20160401233042-9235644dd9e5
github.com/hokaccha/go-prettyjson v0.0.0-20141201065330-f75235bd99da
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.0.7
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.6.1-0.20161107021609-991e81cc94f6
github.com/nicksnyder/go-i18n v1.10.1
github.com/onsi/ginkgo v1.14.0
github.com/onsi/gomega v1.10.1
github.com/spf13/cobra v0.0.0-20161026012826-6e91dded25d7
github.com/spf13/pflag v0.0.0-20161024131444-5ccb023bc27d
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-20200817155316-9781c653f443
golang.org/x/sys v0.0.0-20200831180312-196b9ba8737a
gopkg.in/yaml.v2 v2.3.0
)
Loading