-
Notifications
You must be signed in to change notification settings - Fork 0
/
vangen.json
55 lines (55 loc) · 1.66 KB
/
vangen.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
{
"domain": "go.flipt.io",
"index": true,
"repositories": [
{
"prefix": "flipt",
"type": "git",
"url": "https://github.com/flipt-io/flipt",
"subs": ["sdk/go", "rpc/flipt", "errors"],
"source": {
"home": "https://github.com/flipt-io/flipt",
"dir": "https://github.com/flipt-io/flipt/tree/main{/dir}",
"file": "https://github.com/flipt-io/flipt/blob/main{/dir}/{file}#L{line}"
},
"website": {
"URL": "https://flipt.io"
}
},
{
"prefix": "flipt-client",
"type": "git",
"url": "https://github.com/flipt-io/flipt-client-go"
},
{
"prefix": "flipt-grpc",
"type": "git",
"url": "https://github.com/flipt-io/flipt-grpc-go",
"source": {
"home": "https://github.com/flipt-io/flipt-grpc-go",
"dir": "https://github.com/flipt-io/flipt-grpc-go/tree/main{/dir}",
"file": "https://github.com/flipt-io/flipt-grpc-go/blob/main{/dir}/{file}#L{line}"
}
},
{
"prefix": "flipt-openfeature-provider",
"type": "git",
"url": "https://github.com/flipt-io/flipt-openfeature-provider-go",
"source": {
"home": "https://github.com/flipt-io/flipt-openfeature-provider-go",
"dir": "https://github.com/flipt-io/flipt-openfeature-provider-go/tree/main{/dir}",
"file": "https://github.com/flipt-io/flipt-openfeature-provider-go/blob/main{/dir}/{file}#L{line}"
}
},
{
"prefix": "stew",
"type": "git",
"url": "https://github.com/flipt-io/stew"
},
{
"prefix": "reverst",
"type": "git",
"url": "https://github.com/flipt-io/reverst"
}
]
}