Skip to content

Commit bbd6729

Browse files
author
Frank Martinez
committed
update go mods
1 parent cdeb72e commit bbd6729

File tree

3 files changed

+3
-7
lines changed

3 files changed

+3
-7
lines changed

examples/simple-plugin/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/myuser/myplugin
22

33
require (
4-
github.com/project-flogo/cli v0.0.0-20190319235307-2abe4d81c7ad
4+
github.com/project-flogo/cli v0.9.0-rc.1
55
github.com/spf13/cobra v0.0.3
66
)

go.mod

+1-3
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,7 @@ module github.com/project-flogo/cli
22

33
require (
44
github.com/msoap/byline v1.1.1
5-
github.com/project-flogo/core v0.9.0-beta.3
5+
github.com/project-flogo/core v0.9.0-rc.2
66
github.com/spf13/cobra v0.0.3
77
github.com/stretchr/testify v1.3.0
8-
go.uber.org/atomic v1.3.2 // indirect
9-
go.uber.org/multierr v1.1.0 // indirect
108
)

go.mod.build

+1-3
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,7 @@ module github.com/project-flogo/cli
22

33
require (
44
github.com/msoap/byline v1.1.1
5-
github.com/project-flogo/core v0.9.0-beta.3
5+
github.com/project-flogo/core v0.9.0-rc.2
66
github.com/spf13/cobra v0.0.3
77
github.com/stretchr/testify v1.3.0
8-
go.uber.org/atomic v1.3.2 // indirect
9-
go.uber.org/multierr v1.1.0 // indirect
108
)

0 commit comments

Comments
 (0)