This repository was archived by the owner on Sep 9, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1k
Unable to init project with vbom.ml/util
import
#1169
Comments
@redbaron hi, I tried adding vbom.ml/util using the same ensure command and it seems to work perfectly. I get the dependency added to my Can you reproduce it? Maybe a connection issue, as the error implies? |
what does it resolve to?
|
@darkowlzz could it be that you have it in your GOPATH/pkg/dep/sources already? |
OMG, our internal DNS hijacks |
ffromani
added a commit
to ffromani/performance-addon-operators
that referenced
this issue
Aug 12, 2020
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]>
ffromani
added a commit
to ffromani/performance-addon-operators
that referenced
this issue
Aug 12, 2020
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]>
Madhu-1
added a commit
to Madhu-1/ceph-csi
that referenced
this issue
Aug 12, 2020
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
added a commit
to Madhu-1/ceph-csi
that referenced
this issue
Aug 12, 2020
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
added a commit
to Madhu-1/ceph-csi
that referenced
this issue
Aug 12, 2020
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]>
mergify bot
pushed a commit
to ceph/ceph-csi
that referenced
this issue
Aug 12, 2020
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]>
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
vbom.ml/util
is hosted at https://github.com/fvbommel/utiltried:
dep init
dep ensure
dep ensure -v -add vbom.ml/util:github.com/fvbommel/util.git
Either way I receive an error:
Gopkg.toml I am trying to use:
The text was updated successfully, but these errors were encountered: