Skip to content

Commit 985ab76

Browse files
authored
Add Kafka support for scheduler (#77)
* Add proxy struct for scheduler * Add kafka URL support for scheduler
1 parent a869cd8 commit 985ab76

4 files changed

Lines changed: 180 additions & 131 deletions

File tree

scheduler/go.mod

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ module github.com/ossf/package-analysis/scheduler
33
go 1.15
44

55
require (
6-
github.com/jordan-wright/ossmalware v0.0.0-20201130035417-0b6db94c48ec
6+
github.com/ossf/package-feeds v0.0.0-20210521141112-9f84198979a6
77
gocloud.dev v0.23.0
8+
gocloud.dev/pubsub/kafkapubsub v0.22.0
89
gopkg.in/yaml.v2 v2.4.0 // indirect
910
)

0 commit comments

Comments
 (0)