This is an automated email from the ASF dual-hosted git repository.
houshengbo pushed a commit to branch master
in repository
https://gitbox.apache.org/repos/asf/incubator-openwhisk-wskdeploy.git
The following commit(s) were added to refs/heads/master by this push:
new ae5a28d Pin the client go to the commit
1e505228d7bb7f16c3077af2b0311ff4cf6e84a3 (#953)
ae5a28d is described below
commit ae5a28d01c73e2fb901c39b9839f2e2a85b9a262
Author: Vincent <[email protected]>
AuthorDate: Mon Jun 18 12:30:24 2018 -0400
Pin the client go to the commit 1e505228d7bb7f16c3077af2b0311ff4cf6e84a3
(#953)
---
Godeps/Godeps.json | 4 ++--
build.gradle | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/Godeps/Godeps.json b/Godeps/Godeps.json
index 26cfb3a..4d73720 100644
--- a/Godeps/Godeps.json
+++ b/Godeps/Godeps.json
@@ -105,11 +105,11 @@
},
{
"ImportPath":
"github.com/apache/incubator-openwhisk-client-go/whisk",
- "Rev": "defaf9776014c3d9edbffb2671ed166855d0ee60"
+ "Rev": "1e505228d7bb7f16c3077af2b0311ff4cf6e84a3"
},
{
"ImportPath":
"github.com/apache/incubator-openwhisk-client-go/wski18n",
- "Rev": "defaf9776014c3d9edbffb2671ed166855d0ee60"
+ "Rev": "1e505228d7bb7f16c3077af2b0311ff4cf6e84a3"
},
{
"ImportPath": "github.com/pelletier/go-buffruneio",
diff --git a/build.gradle b/build.gradle
index 4bcf448..c771958 100644
--- a/build.gradle
+++ b/build.gradle
@@ -62,8 +62,8 @@ dependencies {
build(['name':'github.com/nicksnyder/go-i18n/i18n/bundle',
'version':'991e81cc94f6c54209edb3192cb98e3995ad71c1', 'transitive':false])
build(['name':'github.com/nicksnyder/go-i18n/i18n/language',
'version':'991e81cc94f6c54209edb3192cb98e3995ad71c1', 'transitive':false])
build(['name':'github.com/nicksnyder/go-i18n/i18n/translation',
'version':'991e81cc94f6c54209edb3192cb98e3995ad71c1', 'transitive':false])
- build(['name':'github.com/apache/incubator-openwhisk-client-go/whisk',
'version':'defaf9776014c3d9edbffb2671ed166855d0ee60', 'transitive':false])
-
build(['name':'github.com/apache/incubator-openwhisk-client-go/wski18n',
'version':'defaf9776014c3d9edbffb2671ed166855d0ee60', 'transitive':false])
+ build(['name':'github.com/apache/incubator-openwhisk-client-go/whisk',
'version':'1e505228d7bb7f16c3077af2b0311ff4cf6e84a3', 'transitive':false])
+
build(['name':'github.com/apache/incubator-openwhisk-client-go/wski18n',
'version':'1e505228d7bb7f16c3077af2b0311ff4cf6e84a3', 'transitive':false])
build(['name':'github.com/pelletier/go-buffruneio',
'version':'df1e16fde7fc330a0ca68167c23bf7ed6ac31d6d', 'transitive':false])
build(['name':'github.com/pelletier/go-toml',
'version':'45932ad32dfdd20826f5671da37a5f3ce9f26a8d', 'transitive':false])
build(['name':'github.com/spf13/afero',
'version':'06b7e5f50606ecd49148a01a6008942d9b669217', 'transitive':false])
--
To stop receiving notification emails like this one, please contact
[email protected].