This is an automated email from the ASF dual-hosted git repository. dgrove 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 1b972a0 update openwhisk-client-go version (#1059) 1b972a0 is described below commit 1b972a08b66492155ee3cb9e737254952c1157cc Author: David Grove <dgrove-...@users.noreply.github.com> AuthorDate: Tue Jul 2 08:38:22 2019 -0400 update openwhisk-client-go version (#1059) Update client-go to latest; Fixes #1050. --- 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 72715ee..01a3e63 100644 --- a/Godeps/Godeps.json +++ b/Godeps/Godeps.json @@ -105,11 +105,11 @@ }, { "ImportPath": "github.com/apache/incubator-openwhisk-client-go/whisk", - "Rev": "d7cee96e83a1f38413a1f5286bd524dac72686c9" + "Rev": "7862108c109b7f1bbb47d66edb0a35d4a3c080a7" }, { "ImportPath": "github.com/apache/incubator-openwhisk-client-go/wski18n", - "Rev": "d7cee96e83a1f38413a1f5286bd524dac72686c9" + "Rev": "7862108c109b7f1bbb47d66edb0a35d4a3c080a7" }, { "ImportPath": "github.com/pelletier/go-buffruneio", diff --git a/build.gradle b/build.gradle index b8c4fdb..adc71ca 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':'d7cee96e83a1f38413a1f5286bd524dac72686c9', 'transitive':false]) - build(['name':'github.com/apache/incubator-openwhisk-client-go/wski18n', 'version':'d7cee96e83a1f38413a1f5286bd524dac72686c9', 'transitive':false]) + build(['name':'github.com/apache/incubator-openwhisk-client-go/whisk', 'version':'7862108c109b7f1bbb47d66edb0a35d4a3c080a7', 'transitive':false]) + build(['name':'github.com/apache/incubator-openwhisk-client-go/wski18n', 'version':'7862108c109b7f1bbb47d66edb0a35d4a3c080a7', '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])