1
1
# Generated by FOSSA CLI (https://github.com/fossas/fossa-cli)
2
- # Visit https://fossa.io to learn more
2
+ # Visit https://fossa.com to learn more
3
3
4
- version : 1
4
+ version : 2
5
5
cli :
6
- server : https://app.fossa.io
6
+ server : https://app.fossa.com
7
7
fetcher : custom
8
8
project : https://github.com/m3db/m3
9
9
analyze :
10
10
modules :
11
+ - name : github.com/m3db/m3/scripts/lockfile
12
+ type : go
13
+ target : github.com/m3db/m3/scripts/lockfile
14
+ path : scripts/lockfile
15
+ - name : github.com/m3db/m3/scripts/md5
16
+ type : go
17
+ target : github.com/m3db/m3/scripts/md5
18
+ path : scripts/md5
11
19
- name : github.com/m3db/m3/src/cmd/services/m3aggregator/main
12
20
type : go
13
21
target : github.com/m3db/m3/src/cmd/services/m3aggregator/main
@@ -20,10 +28,22 @@ analyze:
20
28
type : go
21
29
target : github.com/m3db/m3/src/cmd/services/m3coordinator/main
22
30
path : src/cmd/services/m3coordinator/main
31
+ options :
32
+ # FOSSA finds Go dependencies by first finding all dependencies that a project uses and then comparing them to the lockfile to obtain version numbers.
33
+ # It appears that one of the dependencies is choosing to manually vendor a dependency, thereby omitting the version from its lockfile.
34
+ # This results in cryptic FOSSA failures.
35
+ # The solution for this is to allow this dependency to be discovered without a corresponding version.
36
+ allow-unresolved : true
37
+ - name : github.com/m3db/m3/src/cmd/services/m3ctl/main
38
+ type : go
39
+ target : github.com/m3db/m3/src/cmd/services/m3ctl/main
40
+ path : src/cmd/services/m3ctl/main
23
41
- name : github.com/m3db/m3/src/cmd/services/m3dbnode/main
24
42
type : go
25
43
target : github.com/m3db/m3/src/cmd/services/m3dbnode/main
26
44
path : src/cmd/services/m3dbnode/main
45
+ options :
46
+ allow-unresolved : true
27
47
- name : github.com/m3db/m3/src/cmd/services/m3em_agent/main
28
48
type : go
29
49
target : github.com/m3db/m3/src/cmd/services/m3em_agent/main
@@ -40,6 +60,12 @@ analyze:
40
60
type : go
41
61
target : github.com/m3db/m3/src/cmd/services/m3query/main
42
62
path : src/cmd/services/m3query/main
63
+ options :
64
+ allow-unresolved : true
65
+ - name : github.com/m3db/m3/src/cmd/tools/carbon_load/main
66
+ type : go
67
+ target : github.com/m3db/m3/src/cmd/tools/carbon_load/main
68
+ path : src/cmd/tools/carbon_load/main
43
69
- name : github.com/m3db/m3/src/cmd/tools/clone_fileset/main
44
70
type : go
45
71
target : github.com/m3db/m3/src/cmd/tools/clone_fileset/main
0 commit comments