glp/parsers/golang
Stanislav Nikitin 3e4df90945
Cut out versioning from dependency name if it was found in last element of path.
E.g. "github.com/user/repo/v2" will became "github.com/user/repo".
This is needed for getting go-import/go-source data.
2020-02-08 12:04:20 +05:00
..
dep.go Cut out versioning from dependency name if it was found in last element of path. 2020-02-08 12:04:20 +05:00
exported.go Cache parsed go-import and go-source data to prevent more than one HTTP request per dependency. 2020-02-07 21:31:45 +05:00
godata.go Cache parsed go-import and go-source data to prevent more than one HTTP request per dependency. 2020-02-07 21:31:45 +05:00
modules.go Cut out versioning from dependency name if it was found in last element of path. 2020-02-08 12:04:20 +05:00
parser.go Get dependencies for go modules powered projects. 2020-02-07 21:22:40 +05:00