This is an automated email from the ASF dual-hosted git repository. lburgazzoli 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 927018a chore(dep): remove dependency on yaml.v1 927018a is described below commit 927018a3b6cb17bc82f1ed97211d7b87777954ff Author: lburgazzoli <lburgazz...@gmail.com> AuthorDate: Fri Sep 21 09:23:58 2018 +0200 chore(dep): remove dependency on yaml.v1 --- pkg/util/maven/maven.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/util/maven/maven.go b/pkg/util/maven/maven.go index 66a0cd1..1920be8 100644 --- a/pkg/util/maven/maven.go +++ b/pkg/util/maven/maven.go @@ -33,7 +33,7 @@ import ( "github.com/apache/camel-k/version" "github.com/apache/camel-k/pkg/build" - "gopkg.in/yaml.v1" + "gopkg.in/yaml.v2" "github.com/pkg/errors" "github.com/sirupsen/logrus"