Skip to content

Commit

Permalink
update core & flow dependencies
Browse files Browse the repository at this point in the history
update core & flow dependencies
  • Loading branch information
Frank Martinez committed Jun 7, 2019
1 parent 60e9706 commit 7ffc43f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ require (
github.com/TIBCOSoftware/flogo-contrib v0.5.8
github.com/TIBCOSoftware/flogo-lib v0.5.8
github.com/pkg/errors v0.8.1 // indirect
github.com/project-flogo/core v0.9.0
github.com/project-flogo/flow v0.9.0
github.com/project-flogo/core v0.9.2
github.com/project-flogo/flow v0.9.2
github.com/sirupsen/logrus v1.4.1 // indirect
github.com/stretchr/testify v1.3.0
)
8 changes: 4 additions & 4 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ github.com/konsorten/go-windows-terminal-sequences v1.0.1/go.mod h1:T0+1ngSBFLxv
github.com/pkg/errors v0.8.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0=
github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=
github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=
github.com/project-flogo/core v0.9.0 h1:/iR4m5L0zj5SuqLtDDZIRyvrvG8TxwxdM0n8ZURo1I4=
github.com/project-flogo/core v0.9.0/go.mod h1:QGWi7TDLlhGUaYH3n/16ImCuulbEHGADYEXyrcHhX7U=
github.com/project-flogo/flow v0.9.0 h1:PG7mHtjyKlbQfdvKl0LSR1ySR5fTqdkvJb7J6bvAkgA=
github.com/project-flogo/flow v0.9.0/go.mod h1:ZvUloTpSwAFTBF8SFPerGRuvJ6DduOuW6UJ2pR3Kvdg=
github.com/project-flogo/core v0.9.2 h1:1j7d8e6ivwnhyRudeTRIZlr2XCNa+SERrmcrzKswr0Y=
github.com/project-flogo/core v0.9.2/go.mod h1:QGWi7TDLlhGUaYH3n/16ImCuulbEHGADYEXyrcHhX7U=
github.com/project-flogo/flow v0.9.2 h1:0y+mWZ158yHWsbY/OsPB0pY0MVFXPRFqtEczHjtnNks=
github.com/project-flogo/flow v0.9.2/go.mod h1:DPUBHFS5+5N+zXBJ9Q6qeNy+AD6kUDrSzPhhwNdNn1M=
github.com/sirupsen/logrus v1.4.1/go.mod h1:ni0Sbl8bgC9z8RoU9G6nDWqqs/fq4eDPysMBDgk/93Q=
github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME=
github.com/stretchr/objx v0.1.1 h1:2vfRuCMp5sSVIDSqO8oNnWJq7mPa6KVP3iPIwFBuy8A=
Expand Down

0 comments on commit 7ffc43f

Please sign in to comment.