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
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. It seems that starting version 4.6 openshift/library-go no longer
depends on this package, so this workaround can be removed when we will
depend on 4.6
Signed-off-by: Francesco Romani <[email protected]>
0 commit comments