librariesio / bibliothecary

:notebook_with_decorative_cover: Libraries.io Package Manager Manifest Parsers
https://libraries.io/rubygems/bibliothecary
GNU Affero General Public License v3.0
89 stars 36 forks source link

Add a note about how the go.mod parser deviates from go commands. #587

Closed tiegz closed 8 months ago

tiegz commented 8 months ago

we discovered today that the "replace" directive only replaces the source code and doesn't actually replace the version reported (e.g. https://github.com/golang/go/issues/40513#issuecomment-667328207), so this adds a note about how bibliothecary results might differ from go's.