Add a -mod=vendor change note

This commit is contained in:
Sauyon Lee
2020-03-11 03:10:35 -07:00
parent 57b874e047
commit 1f83aa4586

View File

@@ -6,3 +6,4 @@
* The autobuilder now runs Makefiles or custom build scripts present in the codebase to install dependencies.
* The extractor now supports extracting go.mod files, enabling queries on dependencies and their versions.
* The extractor now attempts to automatically detect when a dependencies have been vendored and use `-mod=vendor` appropriately.