@ThreadSafe public final class GoModJsonParser extends Object
| Modifier and Type | Method and Description |
|---|---|
static List<GoModDependency> |
process(InputStream inputStream)
Process the input stream to create the list of dependencies.
|
public static List<GoModDependency> process(InputStream inputStream) throws AnalysisException
inputStream - the InputStream to parseAnalysisException - thrown when there is an error parsing the
results of `go mod`Copyright © 2012–2021 OWASP. All rights reserved.