github.com/m3db/m3@v1.5.0/.fossa.yml (about) 1 # Generated by FOSSA CLI (https://github.com/fossas/fossa-cli) 2 # Visit https://fossa.com to learn more 3 4 version: 2 5 cli: 6 server: https://app.fossa.com 7 fetcher: custom 8 project: https://github.com/m3db/m3 9 analyze: 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 options: 16 # FOSSA finds Go dependencies by first finding all dependencies that a project uses and then comparing them to the lockfile to obtain version numbers. 17 # It appears that one of the dependencies is choosing to manually vendor a dependency, thereby omitting the version from its lockfile. 18 # This results in cryptic FOSSA failures. 19 # The solution for this is to allow this dependency to be discovered without a corresponding version. 20 allow-unresolved: true 21 - name: github.com/m3db/m3/scripts/md5 22 type: go 23 target: github.com/m3db/m3/scripts/md5 24 path: scripts/md5 25 options: 26 allow-unresolved: true 27 - name: github.com/m3db/m3/src/cmd/services/m3aggregator/main 28 type: go 29 target: github.com/m3db/m3/src/cmd/services/m3aggregator/main 30 path: src/cmd/services/m3aggregator/main 31 options: 32 allow-unresolved: true 33 - name: github.com/m3db/m3/src/cmd/services/m3coordinator/main 34 type: go 35 target: github.com/m3db/m3/src/cmd/services/m3coordinator/main 36 path: src/cmd/services/m3coordinator/main 37 options: 38 allow-unresolved: true 39 - name: github.com/m3db/m3/src/cmd/services/r2ctl/main 40 type: go 41 target: github.com/m3db/m3/src/cmd/services/r2ctl/main 42 path: src/cmd/services/r2ctl/main 43 options: 44 allow-unresolved: true 45 - name: github.com/m3db/m3/src/cmd/services/m3dbnode/main 46 type: go 47 target: github.com/m3db/m3/src/cmd/services/m3dbnode/main 48 path: src/cmd/services/m3dbnode/main 49 options: 50 allow-unresolved: true 51 - name: github.com/m3db/m3/src/cmd/services/m3em_agent/main 52 type: go 53 target: github.com/m3db/m3/src/cmd/services/m3em_agent/main 54 path: src/cmd/services/m3em_agent/main 55 options: 56 allow-unresolved: true 57 - name: github.com/m3db/m3/src/cmd/services/m3query/main 58 type: go 59 target: github.com/m3db/m3/src/cmd/services/m3query/main 60 path: src/cmd/services/m3query/main 61 options: 62 allow-unresolved: true 63 - name: github.com/m3db/m3/src/cmd/services/m3comparator/main 64 type: go 65 target: github.com/m3db/m3/src/cmd/services/m3comparator/main 66 path: src/cmd/services/m3comparator/main 67 options: 68 allow-unresolved: true 69 - name: github.com/m3db/m3/src/cmd/tools/carbon_load/main 70 type: go 71 target: github.com/m3db/m3/src/cmd/tools/carbon_load/main 72 path: src/cmd/tools/carbon_load/main 73 options: 74 allow-unresolved: true 75 - name: github.com/m3db/m3/src/cmd/tools/clone_fileset/main 76 type: go 77 target: github.com/m3db/m3/src/cmd/tools/clone_fileset/main 78 path: src/cmd/tools/clone_fileset/main 79 options: 80 allow-unresolved: true 81 - name: github.com/m3db/m3/src/cmd/tools/read_data_files/main 82 type: go 83 target: github.com/m3db/m3/src/cmd/tools/read_data_files/main 84 path: src/cmd/tools/read_data_files/main 85 options: 86 allow-unresolved: true 87 - name: github.com/m3db/m3/src/cmd/tools/read_ids/main 88 type: go 89 target: github.com/m3db/m3/src/cmd/tools/read_ids/main 90 path: src/cmd/tools/read_ids/main 91 options: 92 allow-unresolved: true 93 - name: github.com/m3db/m3/src/cmd/tools/read_index_files/main 94 type: go 95 target: github.com/m3db/m3/src/cmd/tools/read_index_files/main 96 path: src/cmd/tools/read_index_files/main 97 options: 98 allow-unresolved: true 99 - name: github.com/m3db/m3/src/cmd/tools/read_index_ids/main 100 type: go 101 target: github.com/m3db/m3/src/cmd/tools/read_index_ids/main 102 path: src/cmd/tools/read_index_ids/main 103 options: 104 allow-unresolved: true 105 - name: github.com/m3db/m3/src/cmd/tools/verify_data_files/main 106 type: go 107 target: github.com/m3db/m3/src/cmd/tools/verify_data_files/main 108 path: src/cmd/tools/verify_data_files/main 109 options: 110 allow-unresolved: true 111 - name: github.com/m3db/m3/src/cmd/tools/verify_index_files/main 112 type: go 113 target: github.com/m3db/m3/src/cmd/tools/verify_index_files/main 114 path: src/cmd/tools/verify_index_files/main 115 options: 116 allow-unresolved: true