Commit 284cc5c
committed
Remove Go modules prepare command
Neither `go mod tidy` nor `go mod vendor` are necessary for Go modules
to function properly.
`go mod tidy` is a maintenance function for go.mod files and isn't
necessary for graph evaluation.
`go mod vendor` updates a vendor directory from the module cache, but if
the vendor directory isn't present, Go will simply download dependencies
to the module cache and evaluate the graph from there.1 parent 56b3bec commit 284cc5c
2 files changed
Lines changed: 0 additions & 10 deletions
File tree
- lib/license_finder/package_managers
- spec/lib/license_finder/package_managers
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | 15 | | |
20 | 16 | | |
21 | 17 | | |
| |||
Lines changed: 0 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
79 | 79 | | |
80 | 80 | | |
81 | 81 | | |
82 | | - | |
83 | | - | |
84 | | - | |
85 | | - | |
86 | | - | |
87 | | - | |
88 | 82 | | |
89 | 83 | | |
90 | 84 | | |
| |||
0 commit comments