Add non-incremental Golang modules lister
This uses https://index.golang.org. An associated loader will be sent in the near future, as well as an incremental version of this lister. [1] https://go.dev/ref/mod#goproxy-protocol
This commit is contained in:
parent
0acf5b0f4f
commit
60405e78ae
11 changed files with 319 additions and 1 deletions
|
@ -17,6 +17,7 @@ following Python modules:
|
|||
- `swh.lister.github`
|
||||
- `swh.lister.gitlab`
|
||||
- `swh.lister.gnu`
|
||||
- `swh.lister.golang`
|
||||
- `swh.lister.launchpad`
|
||||
- `swh.lister.maven`
|
||||
- `swh.lister.npm`
|
||||
|
@ -38,7 +39,7 @@ Local deployment
|
|||
## lister configuration
|
||||
|
||||
Each lister implemented so far by Software Heritage (`bitbucket`, `cgit`, `cran`, `debian`,
|
||||
`gitea`, `github`, `gitlab`, `gnu`, `launchpad`, `npm`, `packagist`, `phabricator`, `pypi`, `tuleap`, `maven`)
|
||||
`gitea`, `github`, `gitlab`, `gnu`, `golang`, `launchpad`, `npm`, `packagist`, `phabricator`, `pypi`, `tuleap`, `maven`)
|
||||
must be configured by following the instructions below (please note that you have to replace
|
||||
`<lister_name>` by one of the lister name introduced above).
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue