Commit bbd6729 Frank Martinez
committed
1 parent cdeb72e commit bbd6729 Copy full SHA for bbd6729
File tree 3 files changed +3
-7
lines changed
3 files changed +3
-7
lines changed Original file line number Diff line number Diff line change 1
1
module github.com/myuser/myplugin
2
2
3
3
require (
4
- github.com/project-flogo/cli v0.0 .0-20190319235307-2abe4d81c7ad
4
+ github.com/project-flogo/cli v0.9 .0-rc.1
5
5
github.com/spf13/cobra v0.0.3
6
6
)
Original file line number Diff line number Diff line change @@ -2,9 +2,7 @@ module github.com/project-flogo/cli
2
2
3
3
require (
4
4
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
6
6
github.com/spf13/cobra v0.0.3
7
7
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
10
8
)
Original file line number Diff line number Diff line change @@ -2,9 +2,7 @@ module github.com/project-flogo/cli
2
2
3
3
require (
4
4
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
6
6
github.com/spf13/cobra v0.0.3
7
7
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
10
8
)
You can’t perform that action at this time.
0 commit comments