You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwhisk.apache.org by ra...@apache.org on 2019/01/30 17:53:57 UTC

[incubator-openwhisk-client-go] branch master updated: replace godep with govendor (#113)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new e76bcda  replace godep with govendor (#113)
e76bcda is described below

commit e76bcda4c4ea156e9b4ae9b8d06369b70586d5d3
Author: matthiaskubik <ku...@de.ibm.com>
AuthorDate: Wed Jan 30 18:53:53 2019 +0100

    replace godep with govendor (#113)
---
 Godeps/Godeps.json |  5 -----
 Godeps/Readme      |  5 -----
 README.md          |  2 ++
 vendor/vendor.json | 25 +++++++++++++++++++++++++
 4 files changed, 27 insertions(+), 10 deletions(-)

diff --git a/Godeps/Godeps.json b/Godeps/Godeps.json
deleted file mode 100644
index 75d020f..0000000
--- a/Godeps/Godeps.json
+++ /dev/null
@@ -1,5 +0,0 @@
-{
-	"ImportPath": "github.com/apache/incubator-openwhisk-client-go",
-	"GoVersion": "go1.9.3",
-	"Deps": []
-}
diff --git a/Godeps/Readme b/Godeps/Readme
deleted file mode 100644
index 4cdaa53..0000000
--- a/Godeps/Readme
+++ /dev/null
@@ -1,5 +0,0 @@
-This directory tree is generated automatically by godep.
-
-Please do not edit.
-
-See https://github.com/tools/godep for more information.
diff --git a/README.md b/README.md
index c36fb91..530efdf 100644
--- a/README.md
+++ b/README.md
@@ -28,6 +28,7 @@ This project `openwhisk-client-go` is a Go client library to access Openwhisk AP
 
 You need to install the following package in order to run this Go client library:
 - [Go](https://golang.org/doc/install)
+- [govendor](https://github.com/kardianos/govendor)
 
 Make sure you select the package that fits your local environment, and [set the GOPATH environment variable](https://github.com/golang/go/wiki/SettingGOPATH).
 
@@ -45,6 +46,7 @@ Open a terminal, and run the following commands to run the unit tests:
 
 ```
 $ cd $GOPATH/src/github.com/apache/incubator-openwhisk-client-go
+$ govendor sync
 $ go test -v ./... -tags=unit
 ```
 
diff --git a/vendor/vendor.json b/vendor/vendor.json
new file mode 100644
index 0000000..62e95b5
--- /dev/null
+++ b/vendor/vendor.json
@@ -0,0 +1,25 @@
+{
+	"comment": "",
+	"ignore": "test",
+	"package": [
+		{
+			"checksumSHA1": "CSPbwbyzqA6sfORicn4HFtIhF/c=",
+			"path": "github.com/davecgh/go-spew/spew",
+			"revision": "d8f796af33cc11cb798c1aaeb27a4ebc5099927d",
+			"revisionTime": "2018-08-30T19:11:22Z"
+		},
+		{
+			"checksumSHA1": "LuFv4/jlrmFNnDb/5SCSEPAM9vU=",
+			"path": "github.com/pmezard/go-difflib/difflib",
+			"revision": "5d4384ee4fb2527b0a1256a821ebfc92f91efefc",
+			"revisionTime": "2018-12-26T10:54:42Z"
+		},
+		{
+			"checksumSHA1": "qTNfPVU4Tz/JDMcSeL+k9HX2cV8=",
+			"path": "github.com/stretchr/testify/assert",
+			"revision": "363ebb24d041ccea8068222281c2e963e997b9dc",
+			"revisionTime": "2019-01-09T08:30:14Z"
+		}
+	],
+	"rootPath": "github.com/apache/incubator-openwhisk-client-go"
+}