You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 13, 2023. It is now read-only.
For example,
if github.com/pagerduty/go-pagerduty@v0.0.0-20181104233218-fe8f9c4593d0
is added to the proxy, requests for the "true" module name of: github.com/PagerDuty/go-pagerduty@v0.0.0-20181104233218-fe8f9c4593d0
will result in 404s. However, it's then also not possible to add the true-er module name, because as far as modprox is concerned it already exists (probably doing an ignore-case string comparison).