-
Notifications
You must be signed in to change notification settings - Fork 4
/
modules.yml
52 lines (48 loc) · 1.58 KB
/
modules.yml
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
---
- name: go.qase.io
import:
- url: https://github.com/qase-tms/qase-go
vcs: git
source:
url: https://github.com/qase-tms/qase-go
dir: https://github.com/qase-tms/qase-go/tree/master{/dir}
file: https://github.com/qase-tms/qase-go/blob/master{/dir}/{file}#L{line}
packages:
- go.qase.io
tags: [ qase, go ]
- name: go.qase.io/client
prefix: go.qase.io
import:
- url: https://github.com/qase-tms/qase-go
vcs: git
source:
url: https://github.com/qase-tms/qase-go
dir: https://github.com/qase-tms/qase-go/tree/master{/dir}
file: https://github.com/qase-tms/qase-go/blob/master{/dir}/{file}#L{line}
packages:
- go.qase.io/client
tags: [ qase, go, http, client ]
- name: go.qase.io/reporter/ginkgo
prefix: go.qase.io
import:
- url: https://github.com/qase-tms/qase-go
vcs: git
source:
url: https://github.com/qase-tms/qase-go
dir: https://github.com/qase-tms/qase-go/tree/master{/dir}
file: https://github.com/qase-tms/qase-go/blob/master{/dir}/{file}#L{line}
packages:
- go.qase.io/reporter/ginkgo
tags: [ qase, go, reporter, ginkgo ]
- name: go.qase.io/reporter/native
prefix: go.qase.io
import:
- url: https://github.com/qase-tms/qase-go
vcs: git
source:
url: https://github.com/qase-tms/qase-go
dir: https://github.com/qase-tms/qase-go/tree/master{/dir}
file: https://github.com/qase-tms/qase-go/blob/master{/dir}/{file}#L{line}
packages:
- go.qase.io/reporter/native
tags: [ qase, go, reporter, native ]