We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a869cd8 commit 985ab76Copy full SHA for 985ab76
4 files changed
scheduler/go.mod
@@ -3,7 +3,8 @@ module github.com/ossf/package-analysis/scheduler
3
go 1.15
4
5
require (
6
- github.com/jordan-wright/ossmalware v0.0.0-20201130035417-0b6db94c48ec
+ github.com/ossf/package-feeds v0.0.0-20210521141112-9f84198979a6
7
gocloud.dev v0.23.0
8
+ gocloud.dev/pubsub/kafkapubsub v0.22.0
9
gopkg.in/yaml.v2 v2.4.0 // indirect
10
)
0 commit comments