Hi folks, My project has a dependency on github.com/prometheus/client_golang@master. I got following error when installing my project
$ dep init; dep ensure -v -add "my project" [INFO] failed to handle solve conflicts: No versions of github.com/cespare/xxhash met constraints: v2.1.1: Could not introduce github.com/cespare/[email protected], as its subpackage github.com/cespare/xxhash/v2 is missing. (Package is required by github.com/prometheus/client_golang@master.) v2.1.0: Could not introduce github.com/cespare/[email protected], as its subpackage github.com/cespare/xxhash/v2 is missing. (Package is required by github.com/prometheus/client_golang@master.) v2.0.0: Could not introduce github.com/cespare/[email protected], as its subpackage github.com/cespare/xxhash/v2 is missing. (Package is required by github.com/prometheus/client_golang@master.) v1.1.0: Could not introduce github.com/cespare/[email protected], as its subpackage github.com/cespare/xxhash/v2 is missing. (Package is required by github.com/prometheus/client_golang@master.) v1.0.0: Could not introduce github.com/cespare/[email protected], as its subpackage github.com/cespare/xxhash/v2 is missing. (Package is required by github.com/prometheus/client_golang@master.) master: Could not introduce github.com/cespare/xxhash@master, as its subpackage github.com/cespare/xxhash/v2 is missing. (Package is required by github.com/prometheus/client_golang@master.) github.com/cespare/xxhash is required by github.com/prometheus/client_golang@master. Did you know what could go wrong? Thanks for your help! Cheers, Shuxin -- You received this message because you are subscribed to the Google Groups "Prometheus Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/prometheus-users/2706157d-6822-454f-932c-dbbc9b4aae62n%40googlegroups.com.

