This is an automated email from the ASF dual-hosted git repository.

mrutkowski pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/openwhisk-cli.git


The following commit(s) were added to refs/heads/master by this push:
     new 53cb108  Migrated to using go mod to manage dependencies (#489)
53cb108 is described below

commit 53cb1084ebc540200a63af5fff42e927deac4253
Author: huydoan2 <[email protected]>
AuthorDate: Tue Aug 25 11:07:23 2020 -0500

    Migrated to using go mod to manage dependencies (#489)
    
    * Migrated to using go mod to manage dependencies
    
    * Upgrade travis to go 1.15
    
    Co-authored-by: Huy Doan <[email protected]>
---
 .travis.yml                              |  24 +-
 Godeps/Godeps.json                       | 154 +++++++++
 Godeps/Readme                            |   5 +
 go.mod                                   |  25 ++
 go.sum                                   | 100 ++++++
 gradle/wrapper/gradle-wrapper.properties |   2 +-
 vendor/vendor.json                       | 553 -------------------------------
 7 files changed, 297 insertions(+), 566 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 17c592c..971eeff 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -21,7 +21,7 @@ matrix:
   include:
     - os: linux
       sudo: required
-      go: "1.9.3"
+      go: "1.15"
       services: docker
       dist: xenial
 
@@ -66,7 +66,7 @@ script:
   - cd $TRAVIS_BUILD_DIR
   - export BUILD_VERSION="latest"
   - if [ ! -z "$TRAVIS_TAG" ] ; then
-        export BUILD_VERSION=$TRAVIS_TAG;
+    export BUILD_VERSION=$TRAVIS_TAG;
     fi
   - ./gradlew --console=plain releaseBinaries -PpackageVersion=$BUILD_VERSION
   - ./tools/travis/test_openwhisk.sh $BUILD_VERSION
@@ -74,7 +74,7 @@ script:
 after_success:
   - export DEPLOY_BUILD_READY=true
   - if [ "$TRAVIS_EVENT_TYPE" == "cron" ] ; then
-      export DEPLOY_BUILD_READY=false;
+    export DEPLOY_BUILD_READY=false;
     fi
 
 before_deploy:
@@ -83,18 +83,18 @@ before_deploy:
   - export GIT_TAG="latest"
   - export TAG=false;
   - if [ ! -z "$TRAVIS_TAG" ] ; then
-      export GIT_TAG=$TRAVIS_TAG;
-      export TAG=true;
+    export GIT_TAG=$TRAVIS_TAG;
+    export TAG=true;
     fi
   # This tag is automatically generated for the latest merged commit in master 
branch.
   - if [ "$TRAVIS_BRANCH" == "master" ] && [ "$TRAVIS_EVENT_TYPE" == "push" ] 
&& [ "$TRAVIS_OS_NAME" == "linux" ] ; then
-      git config --global user.email "[email protected]";
-      git config --global user.name "Travis CI";
-      export GIT_TAG="latest";
-      git tag -d $GIT_TAG;
-      git push -q https://[email protected]/apache/openwhisk-cli 
:refs/tags/$GIT_TAG;
-      GIT_COMMITTER_DATE="$(git show --format=%aD | head -1)" git tag $GIT_TAG 
-a -m "Generated tag from Travis CI build $TRAVIS_BUILD_NUMBER";
-      git push -f -q https://[email protected]/apache/openwhisk-cli $GIT_TAG;
+    git config --global user.email "[email protected]";
+    git config --global user.name "Travis CI";
+    export GIT_TAG="latest";
+    git tag -d $GIT_TAG;
+    git push -q https://[email protected]/apache/openwhisk-cli 
:refs/tags/$GIT_TAG;
+    GIT_COMMITTER_DATE="$(git show --format=%aD | head -1)" git tag $GIT_TAG 
-a -m "Generated tag from Travis CI build $TRAVIS_BUILD_NUMBER";
+    git push -f -q https://[email protected]/apache/openwhisk-cli $GIT_TAG;
     fi
   - echo "The GIT_TAG of this Travis build is $GIT_TAG."
 
diff --git a/Godeps/Godeps.json b/Godeps/Godeps.json
new file mode 100644
index 0000000..d28be41
--- /dev/null
+++ b/Godeps/Godeps.json
@@ -0,0 +1,154 @@
+{
+       "ImportPath": "github.com/apache/openwhisk-cli",
+       "GoVersion": "go1.14",
+       "GodepVersion": "v80",
+       "Deps": [
+               {
+                       "ImportPath": 
"github.com/apache/openwhisk-client-go/whisk",
+                       "Comment": "1.0.0-1-gee5b870",
+                       "Rev": "ee5b8709787cd37201c42e38040e9709f6d1e9c8"
+               },
+               {
+                       "ImportPath": 
"github.com/apache/openwhisk-client-go/wski18n",
+                       "Comment": "1.0.0-1-gee5b870",
+                       "Rev": "ee5b8709787cd37201c42e38040e9709f6d1e9c8"
+               },
+               {
+                       "ImportPath": 
"github.com/apache/openwhisk-wskdeploy/cmd",
+                       "Comment": "latest-4-g3b4b09d",
+                       "Rev": "3b4b09d539d2591c903acbb7b9257beef49110dd"
+               },
+               {
+                       "ImportPath": 
"github.com/apache/openwhisk-wskdeploy/conductor",
+                       "Comment": "latest-4-g3b4b09d",
+                       "Rev": "3b4b09d539d2591c903acbb7b9257beef49110dd"
+               },
+               {
+                       "ImportPath": 
"github.com/apache/openwhisk-wskdeploy/dependencies",
+                       "Comment": "latest-4-g3b4b09d",
+                       "Rev": "3b4b09d539d2591c903acbb7b9257beef49110dd"
+               },
+               {
+                       "ImportPath": 
"github.com/apache/openwhisk-wskdeploy/deployers",
+                       "Comment": "latest-4-g3b4b09d",
+                       "Rev": "3b4b09d539d2591c903acbb7b9257beef49110dd"
+               },
+               {
+                       "ImportPath": 
"github.com/apache/openwhisk-wskdeploy/parsers",
+                       "Comment": "latest-4-g3b4b09d",
+                       "Rev": "3b4b09d539d2591c903acbb7b9257beef49110dd"
+               },
+               {
+                       "ImportPath": 
"github.com/apache/openwhisk-wskdeploy/runtimes",
+                       "Comment": "latest-4-g3b4b09d",
+                       "Rev": "3b4b09d539d2591c903acbb7b9257beef49110dd"
+               },
+               {
+                       "ImportPath": 
"github.com/apache/openwhisk-wskdeploy/utils",
+                       "Comment": "latest-4-g3b4b09d",
+                       "Rev": "3b4b09d539d2591c903acbb7b9257beef49110dd"
+               },
+               {
+                       "ImportPath": 
"github.com/apache/openwhisk-wskdeploy/webaction",
+                       "Comment": "latest-4-g3b4b09d",
+                       "Rev": "3b4b09d539d2591c903acbb7b9257beef49110dd"
+               },
+               {
+                       "ImportPath": 
"github.com/apache/openwhisk-wskdeploy/wskderrors",
+                       "Comment": "latest-4-g3b4b09d",
+                       "Rev": "3b4b09d539d2591c903acbb7b9257beef49110dd"
+               },
+               {
+                       "ImportPath": 
"github.com/apache/openwhisk-wskdeploy/wskenv",
+                       "Comment": "latest-4-g3b4b09d",
+                       "Rev": "3b4b09d539d2591c903acbb7b9257beef49110dd"
+               },
+               {
+                       "ImportPath": 
"github.com/apache/openwhisk-wskdeploy/wski18n",
+                       "Comment": "latest-4-g3b4b09d",
+                       "Rev": "3b4b09d539d2591c903acbb7b9257beef49110dd"
+               },
+               {
+                       "ImportPath": 
"github.com/apache/openwhisk-wskdeploy/wskprint",
+                       "Comment": "latest-4-g3b4b09d",
+                       "Rev": "3b4b09d539d2591c903acbb7b9257beef49110dd"
+               },
+               {
+                       "ImportPath": "github.com/cloudfoundry/jibber_jabber",
+                       "Rev": "bcc4c8345a21301bf47c032ff42dd1aae2fe3027"
+               },
+               {
+                       "ImportPath": "github.com/fatih/color",
+                       "Comment": "v1.5.0",
+                       "Rev": "570b54cabe6b8eb0bc2dfce68d964677d63b5260"
+               },
+               {
+                       "ImportPath": "github.com/ghodss/yaml",
+                       "Comment": "v1.0.0-14-g25d852a",
+                       "Rev": "25d852aebe32c875e9c044af3eef9c7dc6bc777f"
+               },
+               {
+                       "ImportPath": "github.com/google/go-querystring/query",
+                       "Rev": "9235644dd9e52eeae6fa48efd539fdc351a0af53"
+               },
+               {
+                       "ImportPath": "github.com/hokaccha/go-prettyjson",
+                       "Rev": "f75235bd99dad4e98ff360db8372d5c0ef1d054a"
+               },
+               {
+                       "ImportPath": "github.com/inconshreveable/mousetrap",
+                       "Comment": "v1.0",
+                       "Rev": "76626ae9c91c4f2a10f34cad8ce83ea42c93bb75"
+               },
+               {
+                       "ImportPath": "github.com/mattn/go-colorable",
+                       "Comment": "v0.0.7",
+                       "Rev": "d228849504861217f796da67fae4f6e347643f15"
+               },
+               {
+                       "ImportPath": "github.com/mattn/go-isatty",
+                       "Rev": "66b8e73f3f5cda9f96b69efd03dd3d7fc4a5cdb8"
+               },
+               {
+                       "ImportPath": "github.com/mitchellh/go-homedir",
+                       "Comment": "v1.1.0",
+                       "Rev": "af06845cf3004701891bf4fdb884bfe4920b3727"
+               },
+               {
+                       "ImportPath": "github.com/nicksnyder/go-i18n/i18n",
+                       "Comment": "v1.6.0-1-g991e81c",
+                       "Rev": "991e81cc94f6c54209edb3192cb98e3995ad71c1"
+               },
+               {
+                       "ImportPath": 
"github.com/nicksnyder/go-i18n/i18n/bundle",
+                       "Comment": "v1.6.0-1-g991e81c",
+                       "Rev": "991e81cc94f6c54209edb3192cb98e3995ad71c1"
+               },
+               {
+                       "ImportPath": 
"github.com/nicksnyder/go-i18n/i18n/language",
+                       "Comment": "v1.6.0-1-g991e81c",
+                       "Rev": "991e81cc94f6c54209edb3192cb98e3995ad71c1"
+               },
+               {
+                       "ImportPath": 
"github.com/nicksnyder/go-i18n/i18n/translation",
+                       "Comment": "v1.6.0-1-g991e81c",
+                       "Rev": "991e81cc94f6c54209edb3192cb98e3995ad71c1"
+               },
+               {
+                       "ImportPath": "github.com/spf13/cobra",
+                       "Rev": "6e91dded25d73176bf7f60b40dd7aa1f0bf9be8d"
+               },
+               {
+                       "ImportPath": "github.com/spf13/pflag",
+                       "Rev": "5ccb023bc27df288a957c5e994cd44fd19619465"
+               },
+               {
+                       "ImportPath": "golang.org/x/sys/unix",
+                       "Rev": "9a2e24c3733eddc63871eda99f253e2db29bd3b9"
+               },
+               {
+                       "ImportPath": "gopkg.in/yaml.v2",
+                       "Rev": "eb3733d160e74a9c7e442f435eb3bea458e1d19f"
+               }
+       ]
+}
diff --git a/Godeps/Readme b/Godeps/Readme
new file mode 100644
index 0000000..4cdaa53
--- /dev/null
+++ b/Godeps/Readme
@@ -0,0 +1,5 @@
+This directory tree is generated automatically by godep.
+
+Please do not edit.
+
+See https://github.com/tools/godep for more information.
diff --git a/go.mod b/go.mod
new file mode 100644
index 0000000..575cc29
--- /dev/null
+++ b/go.mod
@@ -0,0 +1,25 @@
+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/cloudfoundry/jibber_jabber v0.0.0-20151120183258-bcc4c8345a21
+       github.com/fatih/color v1.5.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/inconshreveable/mousetrap v1.0.0
+       github.com/mattn/go-colorable v0.0.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/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/stretchr/testify v1.6.1
+       golang.org/x/sys v0.0.0-20200817155316-9781c653f443
+       gopkg.in/yaml.v2 v2.3.0
+)
diff --git a/go.sum b/go.sum
new file mode 100644
index 0000000..2aeee17
--- /dev/null
+++ b/go.sum
@@ -0,0 +1,100 @@
+github.com/apache/openwhisk-client-go v0.0.0-20191018191012-ee5b8709787c 
h1:HJim5LeEgcbd4ONmGTwX+ocW0iHK0ohGT3dz3tA0k9o=
+github.com/apache/openwhisk-client-go 
v0.0.0-20191018191012-ee5b8709787c/go.mod 
h1:jLLKYP7+1+LFlIJW1n9U1gqeveLM1HIwa4ZHNOFxjPw=
+github.com/apache/openwhisk-wskdeploy v0.0.0-20200526130153-26308cad60c9 
h1:554nLEpjcUQaSw1C6pHz6YuDxtcqG3pveBwWZ3OI67k=
+github.com/apache/openwhisk-wskdeploy 
v0.0.0-20200526130153-26308cad60c9/go.mod 
h1:11PhGZEWM97VMRcnLrA158QuLEwmZS93SvB1kChGm1Y=
+github.com/cloudfoundry/jibber_jabber v0.0.0-20151120183258-bcc4c8345a21 
h1:tuijfIjZyjZaHq9xDUh0tNitwXshJpbLkqMOJv4H3do=
+github.com/cloudfoundry/jibber_jabber 
v0.0.0-20151120183258-bcc4c8345a21/go.mod 
h1:po7NpZ/QiTKzBKyrsEAxwnTamCoh8uDk/egRpQ7siIc=
+github.com/davecgh/go-spew v1.1.0 
h1:ZDRjVQ15GmhC3fiQ8ni8+OwkZQO4DARzQgrnXU1Liz8=
+github.com/davecgh/go-spew v1.1.0/go.mod 
h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
+github.com/fatih/color v1.5.0 h1:vBh+kQp8lg9XPr56u1CPrWjFXtdphMoGWVHr9/1c+A0=
+github.com/fatih/color v1.5.0/go.mod 
h1:Zm6kSWBoL9eyXnKyktHP6abPY2pDugNf5KwzbycvMj4=
+github.com/fsnotify/fsnotify v1.4.7/go.mod 
h1:jwhsz4b93w/PPRr/qN1Yymfu8t87LnFCMoQvtojpjFo=
+github.com/fsnotify/fsnotify v1.4.9 
h1:hsms1Qyu0jgnwNXIxa+/V/PDsU6CfLf6CNO8H7IWoS4=
+github.com/fsnotify/fsnotify v1.4.9/go.mod 
h1:znqG4EE+3YCdAaPaxE2ZRY/06pZUdp0tY4IgpuI1SZQ=
+github.com/ghodss/yaml v1.0.1-0.20190212211648-25d852aebe32 
h1:Mn26/9ZMNWSw9C9ERFA1PUxfmGpolnw2v0bKOREu5ew=
+github.com/ghodss/yaml v1.0.1-0.20190212211648-25d852aebe32/go.mod 
h1:GIjDIg/heH5DOkXY3YJ/wNhfHsQHoXGjl8G8amsYQ1I=
+github.com/golang/protobuf v1.2.0/go.mod 
h1:6lQm79b+lXiMfvg/cZm0SGofjICqVBUtrP5yJMmIC1U=
+github.com/golang/protobuf v1.4.0-rc.1/go.mod 
h1:ceaxUfeHdC40wWswd/P6IGgMaK3YpKi5j83Wpe3EHw8=
+github.com/golang/protobuf v1.4.0-rc.1.0.20200221234624-67d41d38c208/go.mod 
h1:xKAWHe0F5eneWXFV3EuXVDTCmh+JuBKY0li0aMyXATA=
+github.com/golang/protobuf v1.4.0-rc.2/go.mod 
h1:LlEzMj4AhA7rCAGe4KMBDvJI+AwstrUpVNzEA03Pprs=
+github.com/golang/protobuf v1.4.0-rc.4.0.20200313231945-b860323f09d0/go.mod 
h1:WU3c8KckQ9AFe+yFwt9sWVRKCVIyN9cPHBJSNnbL67w=
+github.com/golang/protobuf v1.4.0/go.mod 
h1:jodUvKwWbYaEsadDk5Fwe5c77LiNKVO9IDvqG2KuDX0=
+github.com/golang/protobuf v1.4.2/go.mod 
h1:oDoupMAO8OvCJWAcko0GGGIgR6R6ocIYbsSw735rRwI=
+github.com/google/go-cmp v0.3.0/go.mod 
h1:8QqcDgzrUqlUb/G2PQTWiueGozuR1884gddMywk6iLU=
+github.com/google/go-cmp v0.3.1/go.mod 
h1:8QqcDgzrUqlUb/G2PQTWiueGozuR1884gddMywk6iLU=
+github.com/google/go-cmp v0.4.0/go.mod 
h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE=
+github.com/google/go-querystring v0.0.0-20160401233042-9235644dd9e5 
h1:oERTZ1buOUYlpmKaqlO5fYmz8cZ1rYu5DieJzF4ZVmU=
+github.com/google/go-querystring v0.0.0-20160401233042-9235644dd9e5/go.mod 
h1:odCYkC5MyYFN7vkCjXpyrEuKhc/BUO6wN/zVPAxq5ck=
+github.com/hokaccha/go-prettyjson v0.0.0-20141201065330-f75235bd99da 
h1:oAWnYJWp6dui/q7a6g4bpLtxl2X3QTErdognIu1a/yM=
+github.com/hokaccha/go-prettyjson v0.0.0-20141201065330-f75235bd99da/go.mod 
h1:pFlLw2CfqZiIBOx6BuCeRLCrfxBJipTY0nIOF/VbGcI=
+github.com/hpcloud/tail v1.0.0/go.mod 
h1:ab1qPbhIpdTxEkNHXyeSf5vhxWSCs/tWer42PpOxQnU=
+github.com/inconshreveable/mousetrap v1.0.0/go.mod 
h1:PxqpIevigyE2G7u3NXJIT2ANytuPF1OarO4DADm73n8=
+github.com/mattn/go-colorable v0.0.7 
h1:zh4kz16dcPG+l666m12h0+dO2HGnQ1ngy7crMErE2UU=
+github.com/mattn/go-colorable v0.0.7/go.mod 
h1:9vuHe8Xs5qXnSaW/c/ABM9alt+Vo+STaOChaDxuIBZU=
+github.com/mattn/go-isatty v0.0.0-20160806122752-66b8e73f3f5c 
h1:3nKFouDdpgGUV/uerJcYWH45ZbJzX0SiVWfTgmUeTzc=
+github.com/mattn/go-isatty v0.0.0-20160806122752-66b8e73f3f5c/go.mod 
h1:M+lRXTBqGeGNdLjl/ufCoiOlB5xdOkqRJdNxMWT7Zi4=
+github.com/mattn/go-isatty v0.0.12 
h1:wuysRhFDzyxgEmMf5xjvJ2M9dZoWAXNNr5LSBS7uHXY=
+github.com/mattn/go-isatty v0.0.12/go.mod 
h1:cbi8OIDigv2wuxKPP5vlRcQ1OAZbq2CE4Kysco4FUpU=
+github.com/mitchellh/go-homedir v1.1.0 
h1:lukF9ziXFxDFPkA1vsr5zpc1XuPDn/wFntq5mG+4E0Y=
+github.com/mitchellh/go-homedir v1.1.0/go.mod 
h1:SfyaCUpYCn1Vlf4IUYiD9fPX4A5wJrkLzIz1N1q0pr0=
+github.com/nicksnyder/go-i18n v1.6.1-0.20161107021609-991e81cc94f6 
h1:SuzoZ++gyy8VwR6DXSTwAIwTMdF0HFOkCHBATG46YPY=
+github.com/nicksnyder/go-i18n v1.6.1-0.20161107021609-991e81cc94f6/go.mod 
h1:HrK7VCrbOvQoUAQ7Vpy7i87N7JZZZ7R2xBGjv0j365Q=
+github.com/nxadm/tail v1.4.4 h1:DQuhQpB1tVlglWS2hLQ5OV6B5r8aGxSrPc5Qo6uTN78=
+github.com/nxadm/tail v1.4.4/go.mod 
h1:kenIhsEOeOJmVchQTgglprH7qJGnHDVpk1VPCcaMI8A=
+github.com/onsi/ginkgo v1.6.0/go.mod 
h1:lLunBs/Ym6LB5Z9jYTR76FiuTmxDTDusOGeTQH+WWjE=
+github.com/onsi/ginkgo v1.12.1/go.mod 
h1:zj2OWP4+oCPe1qIXoGWkgMRwljMUYCdkwsT2108oapk=
+github.com/onsi/ginkgo v1.14.0 h1:2mOpI4JVVPBN+WQRa0WKH2eXR+Ey+uK4n7Zj0aYpIQA=
+github.com/onsi/ginkgo v1.14.0/go.mod 
h1:iSB4RoI2tjJc9BBv4NKIKWKya62Rps+oPG/Lv9klQyY=
+github.com/onsi/gomega v1.7.1/go.mod 
h1:XdKZgCCFLUoM/7CFJVPcG8C1xQ1AJ0vpAezJrB7JYyY=
+github.com/onsi/gomega v1.10.1 h1:o0+MgICZLuZ7xjH7Vx6zS/zcu93/BEp1VwkIW1mEXCE=
+github.com/onsi/gomega v1.10.1/go.mod 
h1:iN09h71vgCQne3DLsj+A5owkum+a2tYe+TOCB1ybHNo=
+github.com/pmezard/go-difflib v1.0.0 
h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=
+github.com/pmezard/go-difflib v1.0.0/go.mod 
h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=
+github.com/spf13/cobra v0.0.0-20161026012826-6e91dded25d7 
h1:faD2f+W+M1cBr+yy71bsFt78g18TUksAf0SRdPP2O7c=
+github.com/spf13/cobra v0.0.0-20161026012826-6e91dded25d7/go.mod 
h1:1l0Ry5zgKvJasoi3XT1TypsSe7PqH0Sj9dhYf7v3XqQ=
+github.com/spf13/pflag v0.0.0-20161024131444-5ccb023bc27d 
h1:cpV+7T5E6SXMwGmiItJzTK/37mX2aQj1uWCYWtO3q9U=
+github.com/spf13/pflag v0.0.0-20161024131444-5ccb023bc27d/go.mod 
h1:DYY7MBk1bdzusC3SYhjObp+wFpr4gzcvqqNjLnInEg4=
+github.com/stretchr/objx v0.1.0/go.mod 
h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME=
+github.com/stretchr/testify v1.6.1 
h1:hDPOHmpOpP40lSULcqw7IrRb/u7w6RpDC9399XyoNd0=
+github.com/stretchr/testify v1.6.1/go.mod 
h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg=
+golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2/go.mod 
h1:djNgcEr1/C05ACkg1iLfiJU5Ep61QUkGW8qpdssI0+w=
+golang.org/x/net v0.0.0-20180906233101-161cd47e91fd/go.mod 
h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4=
+golang.org/x/net v0.0.0-20200520004742-59133d7f0dd7 
h1:AeiKBIuRw3UomYXSbLy0Mc2dDLfdtbT/IVn4keq83P0=
+golang.org/x/net v0.0.0-20200520004742-59133d7f0dd7/go.mod 
h1:qpuaurCH72eLCgpAm/N6yyVIVM9cpaDIP3A8BGJEC5A=
+golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f/go.mod 
h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
+golang.org/x/sys v0.0.0-20161108151328-9a2e24c3733e/go.mod 
h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY=
+golang.org/x/sys v0.0.0-20180909124046-d0be0721c37e/go.mod 
h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY=
+golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a/go.mod 
h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY=
+golang.org/x/sys v0.0.0-20190904154756-749cb33beabd/go.mod 
h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
+golang.org/x/sys v0.0.0-20191005200804-aed5e4c7ecf9/go.mod 
h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
+golang.org/x/sys v0.0.0-20191120155948-bd437916bb0e/go.mod 
h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
+golang.org/x/sys v0.0.0-20200116001909-b77594299b42 
h1:vEOn+mP2zCOVzKckCZy6YsCtDblrpj/w7B9nxGNELpg=
+golang.org/x/sys v0.0.0-20200116001909-b77594299b42/go.mod 
h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
+golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd/go.mod 
h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
+golang.org/x/sys v0.0.0-20200519105757-fe76b779f299/go.mod 
h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
+golang.org/x/sys v0.0.0-20200817155316-9781c653f443 
h1:X18bCaipMcoJGm27Nv7zr4XYPKGUy92GtqboKC2Hxaw=
+golang.org/x/sys v0.0.0-20200817155316-9781c653f443/go.mod 
h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
+golang.org/x/text v0.3.0/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ=
+golang.org/x/text v0.3.2 h1:tW2bmiBqwgJj/UpqtC8EpXEZVYOwU0yG4iWbprSVAcs=
+golang.org/x/text v0.3.2/go.mod h1:bEr9sfX3Q8Zfm5fL9x+3itogRgK3+ptLWKqgva+5dAk=
+golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e/go.mod 
h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ=
+golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543 
h1:E7g+9GITq07hpfrRu66IVDexMakfv52eLZ2CXBWiKr4=
+golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543/go.mod 
h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0=
+google.golang.org/protobuf v0.0.0-20200109180630-ec00e32a8dfd/go.mod 
h1:DFci5gLYBciE7Vtevhsrf46CRTquxDuWsQurQQe4oz8=
+google.golang.org/protobuf v0.0.0-20200221191635-4d8936d0db64/go.mod 
h1:kwYJMbMJ01Woi6D6+Kah6886xMZcty6N08ah7+eCXa0=
+google.golang.org/protobuf v0.0.0-20200228230310-ab0ca4ff8a60/go.mod 
h1:cfTl7dwQJ+fmap5saPgwCLgHXTUD7jkjRqWcaiX5VyM=
+google.golang.org/protobuf v1.20.1-0.20200309200217-e05f789c0967/go.mod 
h1:A+miEFZTKqfCUM6K7xSMQL9OKL/b6hQv+e19PK+JZNE=
+google.golang.org/protobuf v1.21.0/go.mod 
h1:47Nbq4nVaFHyn7ilMalzfO3qCViNmqZ2kzikPIcrTAo=
+google.golang.org/protobuf v1.23.0/go.mod 
h1:EGpADcykh3NcUnDUJcl1+ZksZNG86OlYog2l/sGQquU=
+gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod 
h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0=
+gopkg.in/fsnotify.v1 v1.4.7/go.mod 
h1:Tz8NjZHkW78fSQdbUxIjBTcgA1z1m8ZHf0WmKUhAMys=
+gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 
h1:uRGJdciOHaEIrze2W8Q3AKkepLTh2hOroT7a+7czfdQ=
+gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7/go.mod 
h1:dt/ZhP58zS4L8KSrWDmTeBkI65Dw0HsyUHuEVlX15mw=
+gopkg.in/yaml.v2 v2.0.0-20170812160011-eb3733d160e7/go.mod 
h1:JAlM8MvJe8wmxCU4Bli9HhUf9+ttbYbLASfIpnQbh74=
+gopkg.in/yaml.v2 v2.2.2 h1:ZCJp+EgiOT7lHqUV2J862kp8Qj64Jo6az82+3Td9dZw=
+gopkg.in/yaml.v2 v2.2.2/go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI=
+gopkg.in/yaml.v2 v2.2.4/go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI=
+gopkg.in/yaml.v2 v2.3.0 h1:clyUAQHOM3G0M3f5vQj7LuJrETvjVot3Z5el9nffUtU=
+gopkg.in/yaml.v2 v2.3.0/go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI=
+gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c 
h1:dUUwHk2QECo/6vqA44rthZ8ie2QXMNeKRTHCNY2nXvo=
+gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c/go.mod 
h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM=
diff --git a/gradle/wrapper/gradle-wrapper.properties 
b/gradle/wrapper/gradle-wrapper.properties
index d475d27..e1aabd6 100644
--- a/gradle/wrapper/gradle-wrapper.properties
+++ b/gradle/wrapper/gradle-wrapper.properties
@@ -18,4 +18,4 @@ distributionBase=GRADLE_USER_HOME
 distributionPath=wrapper/dists
 zipStoreBase=GRADLE_USER_HOME
 zipStorePath=wrapper/dists
-distributionUrl=https\://services.gradle.org/distributions/gradle-5.5.1-bin.zip
+distributionUrl=https://services.gradle.org/distributions/gradle-6.6-all.zip
diff --git a/vendor/vendor.json b/vendor/vendor.json
deleted file mode 100644
index d80a786..0000000
--- a/vendor/vendor.json
+++ /dev/null
@@ -1,553 +0,0 @@
-{
-       "comment": "",
-       "ignore": "test",
-       "package": [
-               {
-                       "checksumSHA1": "upP6n3vm+l0xwq1EswdwVQSHDOg=",
-                       "path": "github.com/apache/openwhisk-client-go/whisk",
-                       "revision": "d8ccb1442651beee6a9245913e3ca0cb182888b1",
-                       "revisionTime": "2019-08-09T21:43:19Z"
-               },
-               {
-                       "checksumSHA1": "uN1QmjP7Z6Rlkw73uOAQrtNKQR0=",
-                       "path": "github.com/apache/openwhisk-client-go/wski18n",
-                       "revision": "d8ccb1442651beee6a9245913e3ca0cb182888b1",
-                       "revisionTime": "2019-08-09T21:43:19Z"
-               },
-               {
-                       "checksumSHA1": "jgCQbGeq+qGCWmBQOcl0LF6Dy0E=",
-                       "path": "github.com/apache/openwhisk-wskdeploy/cmd",
-                       "revision": "cbe7c52d99c1ead5172946d3aeb33adb5d5c40b2",
-                       "revisionTime": "2019-08-09T21:43:19Z"
-               },
-               {
-                       "checksumSHA1": "pm8VdiNPSunE7DPNZI2r7xiu61A=",
-                       "path": 
"github.com/apache/openwhisk-wskdeploy/conductor",
-                       "revision": "cbe7c52d99c1ead5172946d3aeb33adb5d5c40b2",
-                       "revisionTime": "2019-08-09T21:43:19Z"
-               },
-               {
-                       "checksumSHA1": "yIvnsPSPzMew+mPmYrw/E4JFFNI=",
-                       "path": 
"github.com/apache/openwhisk-wskdeploy/dependencies",
-                       "revision": "cbe7c52d99c1ead5172946d3aeb33adb5d5c40b2",
-                       "revisionTime": "2019-08-09T21:43:19Z"
-               },
-               {
-                       "checksumSHA1": "4fgQb6yiH0E3tfiP24lDcV5P5kU=",
-                       "path": 
"github.com/apache/openwhisk-wskdeploy/deployers",
-                       "revision": "cbe7c52d99c1ead5172946d3aeb33adb5d5c40b2",
-                       "revisionTime": "2019-08-09T21:43:19Z"
-               },
-               {
-                       "checksumSHA1": "4Gafv3A6u35vHM/8fVUCN5P4Krs=",
-                       "path": "github.com/apache/openwhisk-wskdeploy/parsers",
-                       "revision": "cbe7c52d99c1ead5172946d3aeb33adb5d5c40b2",
-                       "revisionTime": "2019-08-09T21:43:19Z"
-               },
-               {
-                       "checksumSHA1": "6CrktZhh//fCW0dvuibw3VZksBk=",
-                       "path": 
"github.com/apache/openwhisk-wskdeploy/runtimes",
-                       "revision": "cbe7c52d99c1ead5172946d3aeb33adb5d5c40b2",
-                       "revisionTime": "2019-08-09T21:43:19Z"
-               },
-               {
-                       "checksumSHA1": "9JlneR//KAmnD2INB3UnDXxjsSc=",
-                       "path": "github.com/apache/openwhisk-wskdeploy/utils",
-                       "revision": "cbe7c52d99c1ead5172946d3aeb33adb5d5c40b2",
-                       "revisionTime": "2019-08-09T21:43:19Z"
-               },
-               {
-                       "checksumSHA1": "8X3D/AEFXHV0PkZSoJeXyCLKi3U=",
-                       "path": 
"github.com/apache/openwhisk-wskdeploy/webaction",
-                       "revision": "cbe7c52d99c1ead5172946d3aeb33adb5d5c40b2",
-                       "revisionTime": "2019-08-09T21:43:19Z"
-               },
-               {
-                       "checksumSHA1": "k7/MiIC0+Qfy5yRJ9ivBfphho+A=",
-                       "path": 
"github.com/apache/openwhisk-wskdeploy/wskderrors",
-                       "revision": "cbe7c52d99c1ead5172946d3aeb33adb5d5c40b2",
-                       "revisionTime": "2019-08-09T21:43:19Z"
-               },
-               {
-                       "checksumSHA1": "hzfJyO3o/11C7UXzuQlxvDODcIk=",
-                       "path": "github.com/apache/openwhisk-wskdeploy/wskenv",
-                       "revision": "cbe7c52d99c1ead5172946d3aeb33adb5d5c40b2",
-                       "revisionTime": "2019-08-09T21:43:19Z"
-               },
-               {
-                       "checksumSHA1": "2FUwVbZLu70t3okks4UarnhGK8M=",
-                       "path": "github.com/apache/openwhisk-wskdeploy/wski18n",
-                       "revision": "cbe7c52d99c1ead5172946d3aeb33adb5d5c40b2",
-                       "revisionTime": "2019-08-09T21:43:19Z"
-               },
-               {
-                       "checksumSHA1": "M+Uh58tCycL/sg2tidyiGt8WsdQ=",
-                       "path": 
"github.com/apache/openwhisk-wskdeploy/wskprint",
-                       "revision": "cbe7c52d99c1ead5172946d3aeb33adb5d5c40b2",
-                       "revisionTime": "2019-08-09T21:43:19Z"
-               },
-               {
-                       "checksumSHA1": "A/DjlgGYOKIkKC8qckZB1shNTFk=",
-                       "path": "github.com/cloudfoundry/jibber_jabber",
-                       "revision": "bcc4c8345a21301bf47c032ff42dd1aae2fe3027",
-                       "revisionTime": "2015-11-20T18:32:58Z"
-               },
-               {
-                       "checksumSHA1": "CSPbwbyzqA6sfORicn4HFtIhF/c=",
-                       "path": "github.com/davecgh/go-spew/spew",
-                       "revision": "d8f796af33cc11cb798c1aaeb27a4ebc5099927d",
-                       "revisionTime": "2018-08-30T19:11:22Z"
-               },
-               {
-                       "checksumSHA1": "AANTVr9CVVyzsgviODY6Wi2thuM=",
-                       "path": "github.com/fatih/color",
-                       "revision": "570b54cabe6b8eb0bc2dfce68d964677d63b5260",
-                       "revisionTime": "2017-05-23T13:53:55Z"
-               },
-               {
-                       "checksumSHA1": "nQqAEaB3gBG9PSKYZTbQ5IiN3jo=",
-                       "path": "github.com/ghodss/yaml",
-                       "revision": "e9ed3c6dfb39bb1a32197cb10d527906fe4da4b6",
-                       "revisionTime": "2018-05-03T02:20:59Z"
-               },
-               {
-                       "checksumSHA1": "yyAzHoiVLu+xywYI2BDyRq6sOqE=",
-                       "path": "github.com/google/go-querystring/query",
-                       "revision": "9235644dd9e52eeae6fa48efd539fdc351a0af53",
-                       "revisionTime": "2016-03-11T01:20:12Z"
-               },
-               {
-                       "checksumSHA1": "TuS7rrLDK41z7LMgbcET4O8uMj4=",
-                       "path": "github.com/hokaccha/go-prettyjson",
-                       "revision": "f75235bd99dad4e98ff360db8372d5c0ef1d054a",
-                       "revisionTime": "2014-12-01T06:53:30Z"
-               },
-               {
-                       "checksumSHA1": "P5KyE9QEbAeHLeXzycSF/jS1FIc=",
-                       "path": "github.com/hpcloud/tail",
-                       "revision": "a1dbeea552b7c8df4b542c66073e393de198a800",
-                       "revisionTime": "2018-05-14T19:44:41Z"
-               },
-               {
-                       "checksumSHA1": "qn3/Y771JaGG94CvdKa8pIj5hH0=",
-                       "path": "github.com/hpcloud/tail/ratelimiter",
-                       "revision": "a1dbeea552b7c8df4b542c66073e393de198a800",
-                       "revisionTime": "2018-05-14T19:44:41Z"
-               },
-               {
-                       "checksumSHA1": "0xM336Lb25URO/1W1/CtGoRygVU=",
-                       "path": "github.com/hpcloud/tail/util",
-                       "revision": "a1dbeea552b7c8df4b542c66073e393de198a800",
-                       "revisionTime": "2018-05-14T19:44:41Z"
-               },
-               {
-                       "checksumSHA1": "FiJAmivBCwCbJCC3nPSgTgqGyfU=",
-                       "path": "github.com/hpcloud/tail/watch",
-                       "revision": "a1dbeea552b7c8df4b542c66073e393de198a800",
-                       "revisionTime": "2018-05-14T19:44:41Z"
-               },
-               {
-                       "checksumSHA1": "j65V4wnJboT4pfppNC/gjr2Gl+c=",
-                       "path": "github.com/hpcloud/tail/winfile",
-                       "revision": "a1dbeea552b7c8df4b542c66073e393de198a800",
-                       "revisionTime": "2018-05-14T19:44:41Z"
-               },
-               {
-                       "checksumSHA1": "40vJyUB4ezQSn/NSadsKEOrudMc=",
-                       "path": "github.com/inconshreveable/mousetrap",
-                       "revision": "76626ae9c91c4f2a10f34cad8ce83ea42c93bb75",
-                       "revisionTime": "2014-10-17T20:07:13Z"
-               },
-               {
-                       "checksumSHA1": "I4njd26dG5hxFT2nawuByM4pxzY=",
-                       "path": "github.com/mattn/go-colorable",
-                       "revision": "d228849504861217f796da67fae4f6e347643f15",
-                       "revisionTime": "2016-11-03T16:00:40Z"
-               },
-               {
-                       "checksumSHA1": "GiVgQkx5acnq+JZtYiuHPlhHoso=",
-                       "path": "github.com/mattn/go-isatty",
-                       "revision": "3fb116b820352b7f0c281308a4d6250c22d94e27",
-                       "revisionTime": "2018-08-30T10:17:45Z"
-               },
-               {
-                       "checksumSHA1": "Li0PaRmaVBdibS/zs8myzc07L6o=",
-                       "path": "github.com/mitchellh/go-homedir",
-                       "revision": "58046073cbffe2f25d425fe1331102f55cf719de",
-                       "revisionTime": "2018-08-01T23:32:06Z"
-               },
-               {
-                       "checksumSHA1": "uEc9/1HbYGeK7wPStF6FmUlfzGE=",
-                       "path": "github.com/nicksnyder/go-i18n/i18n",
-                       "revision": "991e81cc94f6c54209edb3192cb98e3995ad71c1",
-                       "revisionTime": "2016-11-05T14:54:59Z"
-               },
-               {
-                       "checksumSHA1": "S1YUq0Ts6uu44Krqwgqon0/hNWg=",
-                       "path": "github.com/nicksnyder/go-i18n/i18n/bundle",
-                       "revision": "991e81cc94f6c54209edb3192cb98e3995ad71c1",
-                       "revisionTime": "2016-11-05T14:54:59Z"
-               },
-               {
-                       "checksumSHA1": "+XOg99I1zdmBRUb04ZswvzQ2WS0=",
-                       "path": "github.com/nicksnyder/go-i18n/i18n/language",
-                       "revision": "991e81cc94f6c54209edb3192cb98e3995ad71c1",
-                       "revisionTime": "2016-11-05T14:54:59Z"
-               },
-               {
-                       "checksumSHA1": "nhlpSPeAP6jMGAuLPM2xflAZTlo=",
-                       "path": 
"github.com/nicksnyder/go-i18n/i18n/translation",
-                       "revision": "991e81cc94f6c54209edb3192cb98e3995ad71c1",
-                       "revisionTime": "2016-11-05T14:54:59Z"
-               },
-               {
-                       "checksumSHA1": "+gE0KvV8B34qgCPyxN6oyT/+usk=",
-                       "path": "github.com/onsi/ginkgo",
-                       "revision": "f4937865e46ae8fd3aff745450e1b51b4aad3552",
-                       "revisionTime": "2019-01-23T23:07:48Z"
-               },
-               {
-                       "checksumSHA1": "U1qv6onr8N65kkac/cTKECbcgXc=",
-                       "path": "github.com/onsi/ginkgo/config",
-                       "revision": "f4937865e46ae8fd3aff745450e1b51b4aad3552",
-                       "revisionTime": "2019-01-23T23:07:48Z"
-               },
-               {
-                       "checksumSHA1": "T1cZh3UWr4Hnx6fQYp+7KDNvxG4=",
-                       "path": "github.com/onsi/ginkgo/internal/codelocation",
-                       "revision": "f4937865e46ae8fd3aff745450e1b51b4aad3552",
-                       "revisionTime": "2019-01-23T23:07:48Z"
-               },
-               {
-                       "checksumSHA1": "qvz6/+otRkWa1OHaPMKap9D5Ge4=",
-                       "path": "github.com/onsi/ginkgo/internal/containernode",
-                       "revision": "f4937865e46ae8fd3aff745450e1b51b4aad3552",
-                       "revisionTime": "2019-01-23T23:07:48Z"
-               },
-               {
-                       "checksumSHA1": "882oWW4FC4Nrd8mrMptsDJSTDds=",
-                       "path": "github.com/onsi/ginkgo/internal/failer",
-                       "revision": "f4937865e46ae8fd3aff745450e1b51b4aad3552",
-                       "revisionTime": "2019-01-23T23:07:48Z"
-               },
-               {
-                       "checksumSHA1": "AbtqweIIJOImwMThsQnUmnVs1do=",
-                       "path": "github.com/onsi/ginkgo/internal/leafnodes",
-                       "revision": "f4937865e46ae8fd3aff745450e1b51b4aad3552",
-                       "revisionTime": "2019-01-23T23:07:48Z"
-               },
-               {
-                       "checksumSHA1": "HcS+6xZlkfs1I3OqGEL5r7a/Ptk=",
-                       "path": "github.com/onsi/ginkgo/internal/remote",
-                       "revision": "f4937865e46ae8fd3aff745450e1b51b4aad3552",
-                       "revisionTime": "2019-01-23T23:07:48Z"
-               },
-               {
-                       "checksumSHA1": "YUH8pyTaITNJurw6Ixyupt8oTsE=",
-                       "path": "github.com/onsi/ginkgo/internal/spec",
-                       "revision": "f4937865e46ae8fd3aff745450e1b51b4aad3552",
-                       "revisionTime": "2019-01-23T23:07:48Z"
-               },
-               {
-                       "checksumSHA1": "14UQiFkhUmN5vTG+pNApv5OYgoU=",
-                       "path": "github.com/onsi/ginkgo/internal/spec_iterator",
-                       "revision": "f4937865e46ae8fd3aff745450e1b51b4aad3552",
-                       "revisionTime": "2019-01-23T23:07:48Z"
-               },
-               {
-                       "checksumSHA1": "uMOWm/WdjyShtAHK+Fy7EFM/xYM=",
-                       "path": "github.com/onsi/ginkgo/internal/specrunner",
-                       "revision": "f4937865e46ae8fd3aff745450e1b51b4aad3552",
-                       "revisionTime": "2019-01-23T23:07:48Z"
-               },
-               {
-                       "checksumSHA1": "l5CTO6HElU5cq8QMpaltXITC2qg=",
-                       "path": "github.com/onsi/ginkgo/internal/suite",
-                       "revision": "f4937865e46ae8fd3aff745450e1b51b4aad3552",
-                       "revisionTime": "2019-01-23T23:07:48Z"
-               },
-               {
-                       "checksumSHA1": "TUBH2aNaARtAZ5vz51xMFRsOOo0=",
-                       "path": "github.com/onsi/ginkgo/internal/testingtproxy",
-                       "revision": "f4937865e46ae8fd3aff745450e1b51b4aad3552",
-                       "revisionTime": "2019-01-23T23:07:48Z"
-               },
-               {
-                       "checksumSHA1": "8PuuJsLOxLwTlnv8Sp0knZ5VQmM=",
-                       "path": "github.com/onsi/ginkgo/internal/writer",
-                       "revision": "f4937865e46ae8fd3aff745450e1b51b4aad3552",
-                       "revisionTime": "2019-01-23T23:07:48Z"
-               },
-               {
-                       "checksumSHA1": "cg8OQr1vTYcb6SAmUtl2jw04LXo=",
-                       "path": "github.com/onsi/ginkgo/reporters",
-                       "revision": "f4937865e46ae8fd3aff745450e1b51b4aad3552",
-                       "revisionTime": "2019-01-23T23:07:48Z"
-               },
-               {
-                       "checksumSHA1": "jB2ZheFRNbdaT8goyzoCmXs050I=",
-                       "path": "github.com/onsi/ginkgo/reporters/stenographer",
-                       "revision": "f4937865e46ae8fd3aff745450e1b51b4aad3552",
-                       "revisionTime": "2019-01-23T23:07:48Z"
-               },
-               {
-                       "checksumSHA1": "QeB8m9WhRUiL0YKj3n5L0t4mLCg=",
-                       "path": 
"github.com/onsi/ginkgo/reporters/stenographer/support/go-colorable",
-                       "revision": "f4937865e46ae8fd3aff745450e1b51b4aad3552",
-                       "revisionTime": "2019-01-23T23:07:48Z"
-               },
-               {
-                       "checksumSHA1": "s5EyiKpqSdkyyIUMb226mZc6/Uo=",
-                       "path": 
"github.com/onsi/ginkgo/reporters/stenographer/support/go-isatty",
-                       "revision": "f4937865e46ae8fd3aff745450e1b51b4aad3552",
-                       "revisionTime": "2019-01-23T23:07:48Z"
-               },
-               {
-                       "checksumSHA1": "+79KLs2MAj530oYIk/LmBTs2ahE=",
-                       "path": "github.com/onsi/ginkgo/types",
-                       "revision": "f4937865e46ae8fd3aff745450e1b51b4aad3552",
-                       "revisionTime": "2019-01-23T23:07:48Z"
-               },
-               {
-                       "checksumSHA1": "DzPitrDCxljWSQkwAqRIJNbU9Z4=",
-                       "path": "github.com/onsi/gomega",
-                       "revision": "5533ce8a0da374da682cd53d70ddcc54adf1a710",
-                       "revisionTime": "2019-01-13T21:29:17Z"
-               },
-               {
-                       "checksumSHA1": "Zb0PW/oNgDZ+KdOgBuylUMu9lAM=",
-                       "path": "github.com/onsi/gomega/format",
-                       "revision": "5533ce8a0da374da682cd53d70ddcc54adf1a710",
-                       "revisionTime": "2019-01-13T21:29:17Z"
-               },
-               {
-                       "checksumSHA1": "UnhqHrEpT2R1Oims5XBJpmahTW4=",
-                       "path": "github.com/onsi/gomega/internal/assertion",
-                       "revision": "5533ce8a0da374da682cd53d70ddcc54adf1a710",
-                       "revisionTime": "2019-01-13T21:29:17Z"
-               },
-               {
-                       "checksumSHA1": "+Kul8xppbYjNl7puTFZ/fLvxOUU=",
-                       "path": 
"github.com/onsi/gomega/internal/asyncassertion",
-                       "revision": "5533ce8a0da374da682cd53d70ddcc54adf1a710",
-                       "revisionTime": "2019-01-13T21:29:17Z"
-               },
-               {
-                       "checksumSHA1": "EsgeBqN2S5wj8aWvGsS162ZK7xI=",
-                       "path": "github.com/onsi/gomega/internal/oraclematcher",
-                       "revision": "5533ce8a0da374da682cd53d70ddcc54adf1a710",
-                       "revisionTime": "2019-01-13T21:29:17Z"
-               },
-               {
-                       "checksumSHA1": "EdG9nGBDzfOMsvzKq+Rqq0hfmPs=",
-                       "path": 
"github.com/onsi/gomega/internal/testingtsupport",
-                       "revision": "5533ce8a0da374da682cd53d70ddcc54adf1a710",
-                       "revisionTime": "2019-01-13T21:29:17Z"
-               },
-               {
-                       "checksumSHA1": "4R+dV0CMLp+7SWd/rMh5+u23Pr8=",
-                       "path": "github.com/onsi/gomega/matchers",
-                       "revision": "5533ce8a0da374da682cd53d70ddcc54adf1a710",
-                       "revisionTime": "2019-01-13T21:29:17Z"
-               },
-               {
-                       "checksumSHA1": "ISkAFFzgrZe+M3nAv+J93PXx4n0=",
-                       "path": 
"github.com/onsi/gomega/matchers/support/goraph/bipartitegraph",
-                       "revision": "5533ce8a0da374da682cd53d70ddcc54adf1a710",
-                       "revisionTime": "2019-01-13T21:29:17Z"
-               },
-               {
-                       "checksumSHA1": "zjTC6ady0bJUwzTFAKtv63T7Fmg=",
-                       "path": 
"github.com/onsi/gomega/matchers/support/goraph/edge",
-                       "revision": "5533ce8a0da374da682cd53d70ddcc54adf1a710",
-                       "revisionTime": "2019-01-13T21:29:17Z"
-               },
-               {
-                       "checksumSHA1": "o2+IscLOPKOiovl2g0/igkD1R4Q=",
-                       "path": 
"github.com/onsi/gomega/matchers/support/goraph/node",
-                       "revision": "5533ce8a0da374da682cd53d70ddcc54adf1a710",
-                       "revisionTime": "2019-01-13T21:29:17Z"
-               },
-               {
-                       "checksumSHA1": "yEF1BYQPwS3neYFKiqNQReqnadY=",
-                       "path": 
"github.com/onsi/gomega/matchers/support/goraph/util",
-                       "revision": "5533ce8a0da374da682cd53d70ddcc54adf1a710",
-                       "revisionTime": "2019-01-13T21:29:17Z"
-               },
-               {
-                       "checksumSHA1": "Pdy+dklY8NTy7+KACp7UJAvsR5w=",
-                       "path": "github.com/onsi/gomega/types",
-                       "revision": "5533ce8a0da374da682cd53d70ddcc54adf1a710",
-                       "revisionTime": "2019-01-13T21:29:17Z"
-               },
-               {
-                       "checksumSHA1": "LuFv4/jlrmFNnDb/5SCSEPAM9vU=",
-                       "path": "github.com/pmezard/go-difflib/difflib",
-                       "revision": "5d4384ee4fb2527b0a1256a821ebfc92f91efefc",
-                       "revisionTime": "2018-12-26T10:54:42Z"
-               },
-               {
-                       "checksumSHA1": "FZ0r4TzEy9UxXLkFVXFygApni4M=",
-                       "path": "github.com/spf13/cobra",
-                       "revision": "6e91dded25d73176bf7f60b40dd7aa1f0bf9be8d",
-                       "revisionTime": "2016-10-26T01:28:26Z"
-               },
-               {
-                       "checksumSHA1": "GxPD7A0NjMDom1xte0mghkpzr0E=",
-                       "path": "github.com/spf13/pflag",
-                       "revision": "5ccb023bc27df288a957c5e994cd44fd19619465",
-                       "revisionTime": "2016-10-24T13:13:51Z"
-               },
-               {
-                       "checksumSHA1": "/7bZ0f2fM9AAsLf3nMca6Gtlm6E=",
-                       "path": "github.com/stretchr/testify/assert",
-                       "revision": "221dbe5ed46703ee255b1da0dec05086f5035f62",
-                       "revisionTime": "2019-05-17T17:51:56Z"
-               },
-               {
-                       "checksumSHA1": "qyU58wqixJNIOwqz2CXE2eMBNTk=",
-                       "path": "golang.org/x/net/html",
-                       "revision": "3a22650c66bd7f4fb6d1e8072ffd7b75c8a27898",
-                       "revisionTime": "2019-02-11T12:35:32Z"
-               },
-               {
-                       "checksumSHA1": "xwhqe/igHQrY3IhqDwzo6j7qpm8=",
-                       "path": "golang.org/x/net/html/atom",
-                       "revision": "3a22650c66bd7f4fb6d1e8072ffd7b75c8a27898",
-                       "revisionTime": "2019-02-11T12:35:32Z"
-               },
-               {
-                       "checksumSHA1": "barUU39reQ7LdgYLA323hQ/UGy4=",
-                       "path": "golang.org/x/net/html/charset",
-                       "revision": "3a22650c66bd7f4fb6d1e8072ffd7b75c8a27898",
-                       "revisionTime": "2019-02-11T12:35:32Z"
-               },
-               {
-                       "checksumSHA1": "k8nyiVwbKd7N/Lo9z85y6v/03NE=",
-                       "path": "golang.org/x/sys/unix",
-                       "revision": "983097b1a8a340cd1cc7df17d735154d89e10b1a",
-                       "revisionTime": "2019-02-13T08:58:22Z"
-               },
-               {
-                       "checksumSHA1": "tqqo7DEeFCclb58XbN44WwdpWww=",
-                       "path": "golang.org/x/text/encoding",
-                       "revision": "6c92c7dc7f53607809182301b96e4cc1975143f1",
-                       "revisionTime": "2018-12-15T14:04:16Z"
-               },
-               {
-                       "checksumSHA1": "DSdlK4MKI/a3U8Zaee2XKBe01Fo=",
-                       "path": "golang.org/x/text/encoding/charmap",
-                       "revision": "6c92c7dc7f53607809182301b96e4cc1975143f1",
-                       "revisionTime": "2018-12-15T14:04:16Z"
-               },
-               {
-                       "checksumSHA1": "SbJkfe5G/5tji96Pa15/ePDOCtk=",
-                       "path": "golang.org/x/text/encoding/htmlindex",
-                       "revision": "6c92c7dc7f53607809182301b96e4cc1975143f1",
-                       "revisionTime": "2018-12-15T14:04:16Z"
-               },
-               {
-                       "checksumSHA1": "zeHyHebIZl1tGuwGllIhjfci+wI=",
-                       "path": "golang.org/x/text/encoding/internal",
-                       "revision": "6c92c7dc7f53607809182301b96e4cc1975143f1",
-                       "revisionTime": "2018-12-15T14:04:16Z"
-               },
-               {
-                       "checksumSHA1": "+bFlIgTuq1Rf8QVtiEGWeCJEnpY=",
-                       "path": 
"golang.org/x/text/encoding/internal/identifier",
-                       "revision": "6c92c7dc7f53607809182301b96e4cc1975143f1",
-                       "revisionTime": "2018-12-15T14:04:16Z"
-               },
-               {
-                       "checksumSHA1": "2YqVpmvjWGEBATyUphTP1MS34JE=",
-                       "path": "golang.org/x/text/encoding/japanese",
-                       "revision": "6c92c7dc7f53607809182301b96e4cc1975143f1",
-                       "revisionTime": "2018-12-15T14:04:16Z"
-               },
-               {
-                       "checksumSHA1": "+ErWCAdaMwO4PLtrk9D/Hh+7oQM=",
-                       "path": "golang.org/x/text/encoding/korean",
-                       "revision": "6c92c7dc7f53607809182301b96e4cc1975143f1",
-                       "revisionTime": "2018-12-15T14:04:16Z"
-               },
-               {
-                       "checksumSHA1": "mTuZi5urYwgDIO8+Gfql2pv8Vwg=",
-                       "path": "golang.org/x/text/encoding/simplifiedchinese",
-                       "revision": "6c92c7dc7f53607809182301b96e4cc1975143f1",
-                       "revisionTime": "2018-12-15T14:04:16Z"
-               },
-               {
-                       "checksumSHA1": "D+VI4j0Wjzr8SeupWdOB5KBdFOw=",
-                       "path": "golang.org/x/text/encoding/traditionalchinese",
-                       "revision": "6c92c7dc7f53607809182301b96e4cc1975143f1",
-                       "revisionTime": "2018-12-15T14:04:16Z"
-               },
-               {
-                       "checksumSHA1": "bAJTZJ3IGJdNmN/PSlRMRxWtxec=",
-                       "path": "golang.org/x/text/encoding/unicode",
-                       "revision": "6c92c7dc7f53607809182301b96e4cc1975143f1",
-                       "revisionTime": "2018-12-15T14:04:16Z"
-               },
-               {
-                       "checksumSHA1": "ybE4kAPmNPV/dvShuG86AmLbhdE=",
-                       "path": "golang.org/x/text/internal/language",
-                       "revision": "6c92c7dc7f53607809182301b96e4cc1975143f1",
-                       "revisionTime": "2018-12-15T14:04:16Z"
-               },
-               {
-                       "checksumSHA1": "VDwNSsZP6KShjTSwGUQUGJVrs1I=",
-                       "path": "golang.org/x/text/internal/language/compact",
-                       "revision": "6c92c7dc7f53607809182301b96e4cc1975143f1",
-                       "revisionTime": "2018-12-15T14:04:16Z"
-               },
-               {
-                       "checksumSHA1": "hyNCcTwMQnV6/MK8uUW9E5H0J0M=",
-                       "path": "golang.org/x/text/internal/tag",
-                       "revision": "6c92c7dc7f53607809182301b96e4cc1975143f1",
-                       "revisionTime": "2018-12-15T14:04:16Z"
-               },
-               {
-                       "checksumSHA1": "Qk7dljcrEK1BJkAEZguxAbG9dSo=",
-                       "path": "golang.org/x/text/internal/utf8internal",
-                       "revision": "6c92c7dc7f53607809182301b96e4cc1975143f1",
-                       "revisionTime": "2018-12-15T14:04:16Z"
-               },
-               {
-                       "checksumSHA1": "dg5eaH0MRepXtdUU43ZG14UDOvE=",
-                       "path": "golang.org/x/text/language",
-                       "revision": "6c92c7dc7f53607809182301b96e4cc1975143f1",
-                       "revisionTime": "2018-12-15T14:04:16Z"
-               },
-               {
-                       "checksumSHA1": "IV4MN7KGBSocu/5NR3le3sxup4Y=",
-                       "path": "golang.org/x/text/runes",
-                       "revision": "6c92c7dc7f53607809182301b96e4cc1975143f1",
-                       "revisionTime": "2018-12-15T14:04:16Z"
-               },
-               {
-                       "checksumSHA1": "o3YChxWLvyCmkAn/ZNBj9HC9zKw=",
-                       "path": "golang.org/x/text/transform",
-                       "revision": "6c92c7dc7f53607809182301b96e4cc1975143f1",
-                       "revisionTime": "2018-12-15T14:04:16Z"
-               },
-               {
-                       "checksumSHA1": "8Vjxiz2qAtkg3zjJgoXiDq7AI64=",
-                       "path": "gopkg.in/fsnotify/fsnotify.v1",
-                       "revision": "c2828203cd70a50dcccfb2761f8b1f8ceef9a8e9",
-                       "revisionTime": "2018-01-10T05:33:47Z"
-               },
-               {
-                       "checksumSHA1": "TO8baX+t1Qs7EmOYth80MkbKzFo=",
-                       "path": "gopkg.in/tomb.v1",
-                       "revision": "dd632973f1e7218eb1089048e0798ec9ae7dceb8",
-                       "revisionTime": "2014-10-24T13:56:13Z"
-               },
-               {
-                       "checksumSHA1": "RDJpJQwkF012L6m/2BJizyOksNw=",
-                       "path": "gopkg.in/yaml.v2",
-                       "revision": "eb3733d160e74a9c7e442f435eb3bea458e1d19f",
-                       "revisionTime": "2017-08-12T16:00:11Z"
-               }
-       ],
-       "rootPath": "github.com/apache/openwhisk-cli"
-}

Reply via email to