This is an automated email from the ASF dual-hosted git repository. nferraro pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel-k.git
The following commit(s) were added to refs/heads/master by this push: new 587e235 Use https instead of git for github.com/nicolaferraro/operator-sdk.git source 587e235 is described below commit 587e235ab19b9d9dc35c4c09f2d4eb4eda5e57e6 Author: Dmitry Volodin <dmvo...@gmail.com> AuthorDate: Mon Sep 10 18:30:22 2018 +0300 Use https instead of git for github.com/nicolaferraro/operator-sdk.git source --- Gopkg.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gopkg.toml b/Gopkg.toml index 4886973..9964c12 100644 --- a/Gopkg.toml +++ b/Gopkg.toml @@ -54,7 +54,7 @@ required = [ [[constraint]] name = "github.com/operator-framework/operator-sdk" # Using fork to customize the Kubernetes rest config - source = "g...@github.com:nicolaferraro/operator-sdk.git" + source = "https://github.com/nicolaferraro/operator-sdk.git" branch = "custom-init" ## The version rule is used for a specific release and the master branch for in between releases. #branch = "master"