Unfortunately I can't use GOPRIVATE for my company private dependencies, because I must use the internal proxy, in order to manage the authentication.
And I can't use GOPRIVATE for public dependencies, because:
- it would require to list all possible public providers (github, gitlab, bitbucket, other domains, etc...)
- it won't use the public proxy anymore, so it will be slower
My main problem is:
> Unfortunately, our proxy is slightly slower than the public Go proxy for public dependencies (github, etc...)
That's why I want to use different proxies