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 Sep 9, 2020. It is now read-only.
Toms-MacBook-Pro:cortex twilkie$ dep ensure github.com/weaveworks/common@grpc_http_metrics
Toms-MacBook-Pro:cortex twilkie$ dep prune
lock hash doesn't match
Goes away if I do a dep ensure.
The text was updated successfully, but these errors were encountered:
Also of note, I had to go and manually update the cached repo for github.com/weaveworks/common, as I was getting:
$ dep ensure github.com/weaveworks/common@grpc_http_metrics
ensure Solve(): No versions of github.com/weaveworks/common met constraints:
master: Could not introduce github.com/weaveworks/common@master, as it is not allowed by constraint grpc_http_metrics from project github.com/weaveworks/cortex.
context: Could not introduce github.com/weaveworks/common@context, as it is not allowed by constraint grpc_http_metrics from project github.com/weaveworks/cortex.
grpc_http_metrics: Unable to update checked out version: fatal: reference is not a tree: 37bdded08835f193231acccdc7b18cbb748bcd73
log-users: Could not introduce github.com/weaveworks/common@log-users, as it is not allowed by constraint grpc_http_metrics from project github.com/weaveworks/cortex.
Hmm, seems like a regression on ensure. We should probably update our test harness to enforce the invariant that commands exit with the same lock inputs hash that it wrote out to the lockfile.
Also of note, I had to go and manually update the cached repo for github.com/weaveworks/common, as I was getting:
I'm gonna try to find time today to track this down personally, we can't leave it sit.
Happens when I update a single dependancy:
Goes away if I do a
dep ensure
.The text was updated successfully, but these errors were encountered: