This repository has been archived by the owner on Mar 13, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 64
/
dependencies.dot
75 lines (74 loc) · 2.08 KB
/
dependencies.dot
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
digraph G {
"projectriff.io" -> riff
"projectriff.io" -> cli
"projectriff.io" -> release
"projectriff.io" -> "dev-utils"
release -> system
release -> builder
# release -> fats
release -> "k8s-manifest-scanner"
builder -> "command-function-buildpack"
builder -> "java-function-buildpack"
builder -> "node-function-buildpack"
# builder -> fats
"invoker-specification"
"command-function-buildpack" -> libfnbuildpack
"command-function-buildpack" -> "command-function-invoker"
# "command-function-buildpack" -> fats
"java-function-buildpack" -> libfnbuildpack
"java-function-buildpack" -> "java-function-invoker"
"java-function-buildpack" -> "streaming-http-adapter"
# "java-function-buildpack" -> fats
"node-function-buildpack" -> libfnbuildpack
"node-function-buildpack" -> "node-function-invoker"
"node-function-buildpack" -> "streaming-http-adapter"
# "node-function-buildpack" -> fats
"node-function-invoker" -> "node-message"
cli -> system
# cli -> fats
system -> "streaming-processor"
system -> "nop-provisioner"
system -> "kafka-provisioner"
system -> "pulsar-provisioner"
# system -> fats
fats -> "no-resource-requests-webhook"
fats -> "dev-utils"
fats -> cli
fats -> release
"k8s-manifest-scanner" -> "cnab-k8s-installer-base"
"dev-utils" -> "stream-client-go"
"dev-utils" -> "cli"
chocolatey -> cli
"http-source" -> "stream-client-go"
"http-gateway" -> "stream-client-go"
"http-gateway" -> "system"
}
## All github.com/projectriff repos
# projectriff.io
# riff
# release
# builder
# invoker-specification
# libfnbuildpack
# command-function-buildpack
# command-function-invoker
# java-function-buildpack
# java-function-invoker
# node-function-buildpack
# node-function-invoker
# node-message
# streaming-http-adapter
# cli
# system
# streaming-processor
# kafka-provisioner
# nop-provisioner
# pulsar-provisioner
# fats
# k8s-manifest-scanner
# no-resource-requests-webhook
# dev-utils
# stream-client-go
# chocolatey
# http-source
# http-gateway