Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rebase: workaround missing redirect #1370

Merged
merged 2 commits into from
Aug 12, 2020
Merged

Commits on Aug 12, 2020

  1. rebase: workaround missing redirect

    This fix is needed because we were hitting:
    ```
    vbom.ml/[email protected]:
    unrecognized import path "vbom.ml/util":
    reading https://vbom.ml/util?go-get=1: 503 Service Unavailable
    ```
    
    Source for the workaround:
    golang/dep#1169
    
    The fix consists in simply enforcing what the redirect was supposed to
    do.
    
    Signed-off-by: Madhu Rajanna <[email protected]>
    Madhu-1 authored and mergify-bot committed Aug 12, 2020
    Configuration menu
    Copy the full SHA
    a0e2408 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ac6cc4c View commit details
    Browse the repository at this point in the history