openSUSE / obs-service-go_modules

OBS Source Service to download, verify, and vendor Go module dependency sources
GNU General Public License v2.0
19 stars 18 forks source link

Add the possibility to use a custom goproxy and parse dsc if present #23

Closed jjacque closed 1 year ago

jjacque commented 1 year ago

One way to allow building vendor archive (or even to download dependencies) when private repos are involved is to use an authenticating proxy (ie: https://github.com/goproxy/goproxy). This PR includes some changes / refacto:

jjacque commented 1 year ago

Splited in 2 PRs (only for the dsc and goproxy features):