Skip to content

Commit

Permalink
update go.mod
Browse files Browse the repository at this point in the history
  • Loading branch information
Frank Martinez committed Apr 10, 2019
1 parent a4b72d4 commit a31ae02
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,8 @@ module github.com/project-flogo/cli

require (
github.com/msoap/byline v1.1.1
github.com/project-flogo/core v0.9.0-beta.1
github.com/project-flogo/core v0.9.0-beta.3
github.com/spf13/cobra v0.0.3
github.com/spf13/pflag v1.0.3 // indirect
github.com/stretchr/testify v1.3.0
go.uber.org/atomic v1.3.2 // indirect
go.uber.org/multierr v1.1.0 // indirect
)
2 changes: 1 addition & 1 deletion go.mod.build
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +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.1
github.com/project-flogo/core v0.9.0-beta.3
github.com/spf13/cobra v0.0.3
github.com/spf13/pflag v1.0.3 // indirect
github.com/stretchr/testify v1.3.0
Expand Down

0 comments on commit a31ae02

Please sign in to comment.