We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 43cec50 commit 53ee750Copy full SHA for 53ee750
go.mod
@@ -2,7 +2,6 @@ module github.com/project-flogo/stream
2
3
require (
4
github.com/pkg/errors v0.8.1 // indirect
5
- github.com/project-flogo/core v0.9.0
6
- github.com/project-flogo/stream/trigger/streamtester v0.0.0-20190919190121-865c8a95b060 // indirect
+ github.com/project-flogo/core v0.9.3
7
github.com/stretchr/testify v1.3.0
8
)
0 commit comments