scylladb / scylla-bench

43 stars 36 forks source link

modes.go: reimport github.com/codahale/hdrhistogram #58

Closed dkropachev closed 3 years ago

dkropachev commented 3 years ago

github.com/codahale/hdrhistogram was renamed to github.com/HdrHistogram/hdrhistogram-go

As result we have following error on "go get scylla-bench":

go get: github.com/codahale/hdrhistogram@v0.0.0-20161010025455-3a0bb77429bd updating to
    github.com/codahale/hdrhistogram@v1.1.0: parsing go.mod:
    module declares its path as: github.com/HdrHistogram/hdrhistogram-go
            but was required as: github.com/codahale/hdrhistogram