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-cli.git
The following commit(s) were added to refs/heads/master by this push:
new d7d443e Pin the client go to the commit
1e505228d7bb7f16c3077af2b0311ff4cf6e84a3 (#343)
d7d443e is described below
commit d7d443ec0d70b4476a233569b19ddf03a62e22b6
Author: Vincent <[email protected]>
AuthorDate: Mon Jun 18 12:37:34 2018 -0400
Pin the client go to the commit 1e505228d7bb7f16c3077af2b0311ff4cf6e84a3
(#343)
---
build.gradle | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/build.gradle b/build.gradle
index aa26756..1932eed 100644
--- a/build.gradle
+++ b/build.gradle
@@ -41,7 +41,7 @@ dependencies {
build(['name':'golang.org/x/sys/unix',
'version':'7f918dd405547ecb864d14a8ecbbfe205b5f930f', 'transitive':false])
build(['name':'gopkg.in/yaml.v2',
'version':'cd8b52f8269e0feb286dfeef29f8fe4d5b397e0b', 'transitive':false])
build(['name':'github.com/ghodss/yaml',
'version':'0ca9ea5df5451ffdf184b4428c902747c2c11cd7', 'transitive':false])
-
build(['name':'github.com/apache/incubator-openwhisk-client-go/whisk','version':'e452b524cd745f71c913c5acccf72a8daba6dc71','transitive':false])
+
build(['name':'github.com/apache/incubator-openwhisk-client-go/whisk','version':'1e505228d7bb7f16c3077af2b0311ff4cf6e84a3','transitive':false])
// END - Imported from Godeps
test name:'github.com/stretchr/testify',
version:'b91bfb9ebec76498946beb6af7c0230c7cc7ba6c', transitive:false //, tag:
'v1.2.0'
test name:'github.com/spf13/viper',
version:'aafc9e6bc7b7bb53ddaa75a5ef49a17d6e654be5', transitive:false
--
To stop receiving notification emails like this one, please contact
[email protected].