gomods / athens

A Go module datastore and proxy
https://docs.gomods.io
MIT License
4.42k stars 498 forks source link

Webhooks for notifying Athens of a new module/version #1068

Open arschles opened 5 years ago

arschles commented 5 years ago

Is your feature request related to a problem? Please describe.

It would be nice for module authors to tell an Athens instance when a new version of their module is published, without relying on someone to do a go get for that new version.

Describe the solution you'd like

A simple webhook that can be called which:

Describe alternatives you've considered

None

Additional context

I'm reviving this idea from the following related issues:

cc/ @marpio

phaizel commented 5 years ago

I am keen to work on this.

arschles commented 5 years ago

@phaizel great! DM me if you like and I'll help get you started

arschles commented 5 years ago

@phaizel are you still interested in doing this one?

arschles commented 4 years ago

Please see #1341 for a more detailed idea of how this could be implemented