UNPKG

snyk-go-parser

Version:

Generate a dep tree given a collection of manifests

3 lines (2 loc) 168 B
import { GoPackageConfig } from '../types'; export declare function parseGoPkgConfig(manifestFileContents: string, lockFileContents: string): Promise<GoPackageConfig>;