You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by GitBox <gi...@apache.org> on 2018/01/20 21:30:25 UTC

[GitHub] dubeejw closed pull request #202: Updathe godep dependency installation and client go version

dubeejw closed pull request #202: Updathe godep dependency installation and client go version
URL: https://github.com/apache/incubator-openwhisk-cli/pull/202
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/.travis.yml b/.travis.yml
index 83200585..85df8539 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 f9aec65e..5425c776 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


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services