-
Notifications
You must be signed in to change notification settings - Fork 7
/
cgmanifest.json
116 lines (116 loc) · 3.73 KB
/
cgmanifest.json
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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
{
"$schema": "https://json.schemastore.org/component-detection-manifest.json",
"version": 1,
"registrations": [
{
"component": {
"type": "git",
"git": {
"repositoryUrl": "https://github.com/concurrencykit/ck",
"commitHash": "471558111ff7c376450724945665cbf5033534a5"
}
},
"developmentDependency": false
},
{
"component": {
"type": "git",
"git": {
"repositoryUrl": "https://github.com/microsoft/mimalloc.git",
"commitHash": "7ea7296d3e71940cd11488d364a9c8a3618ecf63"
}
},
"developmentDependency": false
},
{
"Component": {
"Type": "git",
"git": {
"RepositoryUrl": "https://github.com/vbpf/ebpf-samples.git",
"CommitHash": "6ebfc5a7bb945af467a8c823dd5ff3d54e316d61"
}
},
"DevelopmentDependency": false
},
{
"Component": {
"Type": "git",
"git": {
"RepositoryUrl": "https://github.com/4ast/bpf_cilium_test.git",
"CommitHash": "9820a2f47a7b5e034fff3095f17041175b2e8b21"
}
},
"DevelopmentDependency": false
},
{
"Component": {
"Type": "git",
"git": {
"RepositoryUrl": "https://github.com/iovisor/ubpf",
"CommitHash": "0014f298be3e2a636fd6243908238fb027527e28"
}
},
"DevelopmentDependency":false
},
{
"Component": {
"Type": "git",
"git": {
"RepositoryUrl": "https://github.com/vbpf/ebpf-verifier",
"CommitHash": "e252d9cf72766084686567c1ef610b3864923ff6"
}
},
"DevelopmentDependency":false
},
{
"Component": {
"Type": "git",
"git": {
"RepositoryUrl": "https://github.com/vbpf/ebpf-samples",
"CommitHash": "3c54b07809f1e47bc43be3b4ff653efc57120c53"
}
},
"DevelopmentDependency": false
},
{
"Component": {
"Type": "git",
"git": {
"RepositoryUrl": "https://github.com/ytakano/radix_tree",
"CommitHash": "7ab942afd376a0bb3a54d6086bc98a085559a081"
}
},
"DevelopmentDependency": false
},
{
"Component": {
"Type": "git",
"git": {
"RepositoryUrl": "https://github.com/serge1/ELFIO",
"CommitHash": "a62b295d5156512967edc4d35e37547ddedbbaae"
}
},
"DevelopmentDependency": false
},
{
"Component": {
"Type": "git",
"git": {
"RepositoryUrl": "https://github.com/Alan-Jowett/bpf_conformance",
"CommitHash": "b8249f51f738b4cedc948d7bcc487f373bd77d02"
}
},
"DevelopmentDependency": false
},
{
"Component": {
"Type": "git",
"git": {
"RepositoryUrl": "https://github.com/catchorg/Catch2",
"CommitHash": "c359076e8ad5d8be45a56dee013f414a5485050b"
}
},
"DevelopmentDependency": false
}
]
}