Skip to content

Commit

Permalink
add go.mod to pulsar functions trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
mellistibco authored Aug 23, 2021
1 parent 7dc9a62 commit 84a300e
Show file tree
Hide file tree
Showing 2 changed files with 337 additions and 0 deletions.
8 changes: 8 additions & 0 deletions pulsar/trigger/function/go.mod
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
module github.com/project-flogo/messaging-contrib/pulsar/trigger/function

go 1.13

require (
github.com/apache/pulsar/pulsar-function-go v0.0.0-20210823181600-49c0796e8279
github.com/project-flogo/core v1.5.0
)
Loading

0 comments on commit 84a300e

Please sign in to comment.