privacypass/challenge-bypass-server

Server start error

neeru0303 opened this issue · 3 comments

https://github.com/privacypass/challenge-bypass-server#quickstart

go run server/main.go --key testdata/p256-key.pem --comm testdata/test-p256-commitment

Error

go: finding github.com/privacypass/challenge-bypass-server latest
go: finding github.com/tylertreat/BoomFilters latest
go: finding golang.org/x/crypto latest
# github.com/privacypass/challenge-bypass-server/metrics
../../pkg/mod/github.com/privacypass/challenge-bypass-server@v0.0.0-20191205115715-82c7063c5ff3/metrics/metrics.go:99:25: undefined: prometheus.Handler

It seems like it is not finding the vendor. Could you tell me which go version you are using?