Add a change note about go.mod extraction

This commit is contained in:
Sauyon Lee
2020-03-06 06:42:25 -08:00
parent 555b0a9527
commit 43fbf47da3

View File

@@ -5,3 +5,4 @@
## Changes to code extraction
* 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.