From 72b8cb699cbf4ebfd2d436a88ce9f01d469ec0bb Mon Sep 17 00:00:00 2001 From: skothari-tibco <43142501+skothari-tibco@users.noreply.github.com> Date: Mon, 5 Nov 2018 10:11:59 -0500 Subject: [PATCH] Update go.mod Change core version from .2 to .3. As .2 does not exists there's an error during `go build`. --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 6f80c81a..eb3061fc 100644 --- a/go.mod +++ b/go.mod @@ -2,6 +2,6 @@ module github.com/project-flogo/flow require ( github.com/julienschmidt/httprouter v1.2.0 - github.com/project-flogo/core v0.9.0-alpha.2 + github.com/project-flogo/core v0.9.0-alpha.3 github.com/stretchr/testify v1.2.2 )