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
1
setup.py
1
setup.py
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue