Skip to content

v6.6.2

Compare
Choose a tag to compare
@cf-osl-bot cf-osl-bot released this 09 Jul 22:04
· 496 commits to master since this release
0790cb4

Added

  • support for rebar3 - b20e7444 - Jeff Jun
  • Support for Go modules projects outside of the current working directory - 56b3bec6

Changed

  • Change Go modules to only report imported packages (as with other Go package managers) - 34361fda and dffae4ab
  • Detect Go modules based on go.mod (instead of go.sum) - 667f6be7

Fixed

  • handle empty case for mix dependencies [#173637843] - fc34b281 - Jeff Jun

Removed

  • support for rebar2 [#173637980] - b20e7444 - Jeff Jun
  • Removed the unnecessary prepare command for Go modules - 284cc5c8