Describe the bug
The fossa-cli returns error when analyze go.mod like this
module main
go 1.24.0
tool (
github.com/bufbuild/buf/cmd/buf
github.com/wadey/gocovmerge
)
It works with this, though
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 #1553, but #1553 does not fully fix the tool directive issue.
Describe the bug
The fossa-cli returns error when analyze
go.modlike thisIt works with this, though
To Reproduce
See above
Expected behavior
It should pass without any error
Debug bundle
Please run
fossawith the--debugflag and attach the resultingfossa.debug.json.gzfile here.Additional context
Related to #1553, but #1553 does not fully fix the
tooldirective issue.