You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwhisk.apache.org by du...@apache.org on 2018/01/20 21:30:23 UTC

[incubator-openwhisk-cli] branch master updated: Updathe godep dependency installation (#202)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 7a2bd06  Updathe godep dependency installation (#202)
7a2bd06 is described below

commit 7a2bd06e326ce22bc4368d417435734531e0bb6e
Author: Vincent <sh...@us.ibm.com>
AuthorDate: Sat Jan 20 16:30:21 2018 -0500

    Updathe godep dependency installation (#202)
---
 .travis.yml | 1 +
 Makefile    | 4 ++--
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 8320058..85df853 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -24,6 +24,7 @@ install:
   - go get -u github.com/golang/lint/golint
   - go get -u github.com/stretchr/testify
   - go get -u github.com/spf13/viper
+  - go get -u github.com/tools/godep
 
 script:
   - ./tools/travis/test_openwhisk.sh
diff --git a/Makefile b/Makefile
index f9aec65..5425c77 100644
--- a/Makefile
+++ b/Makefile
@@ -9,7 +9,7 @@ BUILD=`git rev-parse HEAD`
 
 deps:
 	@echo "Installing dependencies"
-	go get -d -t ./...
+	godep restore -v
 
 LDFLAGS=-ldflags "-X main.CLI_BUILD_TIME=`date -u '+%Y-%m-%dT%H:%M:%S%:z'`"
 
@@ -49,4 +49,4 @@ install:
 clean:
 	if [ -f ${BINARY} ] ; then rm ${BINARY}; fi
 
-.PHONY: clean install
\ No newline at end of file
+.PHONY: clean install

-- 
To stop receiving notification emails like this one, please contact
['"commits@openwhisk.apache.org" <co...@openwhisk.apache.org>'].