Skip to content

Commit b2d4972

Browse files
huydoan2Huy Doan
andauthored
Upgrade all dependencies (apache#490)
* Upgraded all dependencies * Updated go.sum Co-authored-by: Huy Doan <[email protected]>
1 parent 53cb108 commit b2d4972

File tree

2 files changed

+163
-10
lines changed

2 files changed

+163
-10
lines changed

go.mod

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3,23 +3,24 @@ module github.com/apache/openwhisk-cli
33
go 1.14
44

55
require (
6-
github.com/apache/openwhisk-client-go v0.0.0-20191018191012-ee5b8709787c
7-
github.com/apache/openwhisk-wskdeploy v0.0.0-20200526130153-26308cad60c9
6+
github.com/apache/openwhisk-client-go v0.0.0-20200824013630-44551f1f3b71
7+
github.com/apache/openwhisk-wskdeploy v0.0.0-20200827195556-535f5a9d3942
88
github.com/cloudfoundry/jibber_jabber v0.0.0-20151120183258-bcc4c8345a21
9-
github.com/fatih/color v1.5.0
9+
github.com/fatih/color v1.9.0
1010
github.com/ghodss/yaml v1.0.1-0.20190212211648-25d852aebe32
11-
github.com/google/go-querystring v0.0.0-20160401233042-9235644dd9e5
12-
github.com/hokaccha/go-prettyjson v0.0.0-20141201065330-f75235bd99da
11+
github.com/google/go-querystring v1.0.0
12+
github.com/hokaccha/go-prettyjson v0.0.0-20190818114111-108c894c2c0e
1313
github.com/inconshreveable/mousetrap v1.0.0
14-
github.com/mattn/go-colorable v0.0.7
14+
github.com/mattn/go-colorable v0.1.7
1515
github.com/mattn/go-isatty v0.0.12
1616
github.com/mitchellh/go-homedir v1.1.0
17-
github.com/nicksnyder/go-i18n v1.6.1-0.20161107021609-991e81cc94f6
17+
github.com/nicksnyder/go-i18n v1.10.1
1818
github.com/onsi/ginkgo v1.14.0
1919
github.com/onsi/gomega v1.10.1
20-
github.com/spf13/cobra v0.0.0-20161026012826-6e91dded25d7
21-
github.com/spf13/pflag v0.0.0-20161024131444-5ccb023bc27d
20+
github.com/pelletier/go-toml v1.8.0 // indirect
21+
github.com/spf13/cobra v1.0.0
22+
github.com/spf13/pflag v1.0.5
2223
github.com/stretchr/testify v1.6.1
23-
golang.org/x/sys v0.0.0-20200817155316-9781c653f443
24+
golang.org/x/sys v0.0.0-20200831180312-196b9ba8737a
2425
gopkg.in/yaml.v2 v2.3.0
2526
)

0 commit comments

Comments
 (0)