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:
Raphaël Gomès 2022-03-09 22:35:40 +01:00
parent 0acf5b0f4f
commit 60405e78ae
11 changed files with 319 additions and 1 deletions

View file

@ -67,6 +67,7 @@ setup(
lister.github=swh.lister.github:register
lister.gitlab=swh.lister.gitlab:register
lister.gnu=swh.lister.gnu:register
lister.golang=swh.lister.golang:register
lister.launchpad=swh.lister.launchpad:register
lister.npm=swh.lister.npm:register
lister.opam=swh.lister.opam:register