**Describe the bug** The fossa-cli returns error when analyze `go.mod` like this ```go.mod module main go 1.24.0 tool ( github.com/bufbuild/buf/cmd/buf github.com/wadey/gocovmerge ) ``` It works with this, though ```go.mod module main go 1.24.0 tool github.com/bufbuild/buf/cmd/buf tool github.com/wadey/gocovmerge ``` **To Reproduce** See above **Expected behavior** It should pass without any error **Debug bundle** Please run `fossa` with the `--debug` flag and attach the resulting `fossa.debug.json.gz` file here. **Additional context** Related to https://github.com/fossas/fossa-cli/pull/1553, but https://github.com/fossas/fossa-cli/pull/1553 does not fully fix the `tool` directive issue.