Skip to content

Commit

Permalink
update go mods
Browse files Browse the repository at this point in the history
  • Loading branch information
Frank Martinez committed May 6, 2019
1 parent cdeb72e commit bbd6729
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 7 deletions.
2 changes: 1 addition & 1 deletion examples/simple-plugin/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/myuser/myplugin

require (
github.com/project-flogo/cli v0.0.0-20190319235307-2abe4d81c7ad
github.com/project-flogo/cli v0.9.0-rc.1
github.com/spf13/cobra v0.0.3
)
4 changes: 1 addition & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@ module github.com/project-flogo/cli

require (
github.com/msoap/byline v1.1.1
github.com/project-flogo/core v0.9.0-beta.3
github.com/project-flogo/core v0.9.0-rc.2
github.com/spf13/cobra v0.0.3
github.com/stretchr/testify v1.3.0
go.uber.org/atomic v1.3.2 // indirect
go.uber.org/multierr v1.1.0 // indirect
)
4 changes: 1 addition & 3 deletions go.mod.build
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@ module github.com/project-flogo/cli

require (
github.com/msoap/byline v1.1.1
github.com/project-flogo/core v0.9.0-beta.3
github.com/project-flogo/core v0.9.0-rc.2
github.com/spf13/cobra v0.0.3
github.com/stretchr/testify v1.3.0
go.uber.org/atomic v1.3.2 // indirect
go.uber.org/multierr v1.1.0 // indirect
)

0 comments on commit bbd6729

Please sign in to comment.