Commit Graph

13 Commits

Author SHA1 Message Date
b1c765ed4c
Add Drone CI configuration.
All checks were successful
continuous-integration/drone/push Build is passing
2022-06-29 00:18:25 +05:00
aefadf275b
Update README. 2020-02-08 13:04:56 +05:00
2ccf308e1b
Get copyrights from license file. 2020-02-08 12:51:42 +05:00
7726d76512
Generate template URLs if wasn't found in HTML output and license URL generation. 2020-02-08 12:28:30 +05:00
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
47ba507e05
Put commit hash and branch name if dependency's version is empty when parsing dep project. 2020-02-08 11:54:53 +05:00
5576141721
Update README. 2020-02-07 21:34:42 +05:00
208eab65e4
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
f423fb9ac7
Get dependencies for go modules powered projects. 2020-02-07 21:22:40 +05:00
633aa28ef1
Added version as separate column in CSV, licenses detection and complete Go dep parser. 2020-02-07 20:37:42 +05:00
392702f34d
Switched to go-import and go-source parsing as in Go itself. 2020-02-07 19:33:16 +05:00
d72da11c30
README update. 2020-02-06 15:13:25 +05:00
a7bf1f29ba
Initial commit. 2020-02-06 15:09:25 +05:00