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
I assume that Glide cannot deal with the v2 path suffix. But I don't know any details about Glide. Perhaps somebody who knows glide better could chime in.
I'd assume it's something that has to be fixed on the side of Glide.
I'm using golang version 1.13.4 with glide to manage my go package, but I can not install prometheus/client_golang because
[ERROR] Error scanning github.com/cespare/xxhash/v2: cannot find package "." in:
/Users/username/.glide/cache/src/https-git.luolix.top-cespare-xxhash/v2
Not like this issue, update golang version can not help me. according to cespare/xxhash , I set my GO111MODULE=on, but I can not install...
The text was updated successfully, but these errors were encountered: