We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5fb59a commit b606595Copy full SHA for b606595
lang/golang/parser/parser.go
@@ -147,7 +147,7 @@ type dep struct {
147
148
func getDeps(dir string) (map[string]string, error) {
149
// run go mod tidy first to ensure all dependencies are resolved
150
- cmd := exec.Command("go", "mod", "tidy", "-e")
+ cmd := exec.Command("go", "mod", "tidy")
151
cmd.Dir = dir
152
output, err := cmd.CombinedOutput()
153
if err != nil {
0 commit comments