|
1 | 1 | module github.com/ibm-functions/openwhisk-cli |
2 | 2 |
|
3 | | -go 1.14 |
| 3 | +go 1.17 |
4 | 4 |
|
5 | 5 | require ( |
6 | | - github.com/apache/openwhisk-client-go v0.0.0-20200824013630-44551f1f3b71 |
7 | | - github.com/apache/openwhisk-wskdeploy v0.0.0-20200827195556-535f5a9d3942 |
| 6 | + github.com/apache/openwhisk-cli v0.0.0-20210326003826-7c47ef1dbad5 |
| 7 | + github.com/apache/openwhisk-client-go v0.0.0-20210311185314-87edc2364717 |
| 8 | + github.com/apache/openwhisk-wskdeploy v0.0.0-20210316172333-03df1126c3b5 |
8 | 9 | github.com/cloudfoundry/jibber_jabber v0.0.0-20151120183258-bcc4c8345a21 |
9 | | - github.com/fatih/color v1.9.0 |
| 10 | + github.com/fatih/color v1.10.0 |
10 | 11 | github.com/ghodss/yaml v1.0.1-0.20190212211648-25d852aebe32 |
11 | | - github.com/google/go-querystring v1.0.0 |
12 | | - github.com/hokaccha/go-prettyjson v0.0.0-20190818114111-108c894c2c0e |
13 | | - github.com/inconshreveable/mousetrap v1.0.0 |
14 | | - github.com/mattn/go-colorable v0.1.7 |
15 | | - github.com/mattn/go-isatty v0.0.12 |
| 12 | + github.com/mattn/go-colorable v0.1.8 |
16 | 13 | github.com/mitchellh/go-homedir v1.1.0 |
17 | 14 | github.com/nicksnyder/go-i18n v1.10.1 |
18 | | - github.com/onsi/ginkgo v1.14.0 |
19 | | - github.com/onsi/gomega v1.10.1 |
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 |
| 15 | + github.com/onsi/ginkgo v1.15.0 |
| 16 | + github.com/onsi/gomega v1.10.5 |
| 17 | + github.com/spf13/cobra v1.1.3 |
23 | 18 | github.com/stretchr/testify v1.6.1 |
24 | | - golang.org/x/sys v0.0.0-20200831180312-196b9ba8737a |
25 | | - gopkg.in/yaml.v2 v2.3.0 |
| 19 | +) |
| 20 | + |
| 21 | +require ( |
| 22 | + github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect |
| 23 | + github.com/fsnotify/fsnotify v1.4.9 // indirect |
| 24 | + github.com/google/go-querystring v1.1.0 // indirect |
| 25 | + github.com/hokaccha/go-prettyjson v0.0.0-20210113012101-fb4e108d2519 // indirect |
| 26 | + github.com/inconshreveable/mousetrap v1.0.0 // indirect |
| 27 | + github.com/mattn/go-isatty v0.0.12 // indirect |
| 28 | + github.com/nxadm/tail v1.4.8 // indirect |
| 29 | + github.com/pelletier/go-toml v1.8.1 // indirect |
| 30 | + github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect |
| 31 | + github.com/spf13/pflag v1.0.5 // indirect |
| 32 | + golang.org/x/net v0.0.0-20201202161906-c7110b5ffcbb // indirect |
| 33 | + golang.org/x/sys v0.0.0-20210324051608-47abb6519492 // indirect |
| 34 | + golang.org/x/text v0.3.5 // indirect |
| 35 | + gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 // indirect |
| 36 | + gopkg.in/yaml.v2 v2.4.0 // indirect |
| 37 | + gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect |
26 | 38 | ) |
0 commit comments