Installing locally with `go get github.com/mjibson/sqlfmt`, I get the following error: ``` go: downloading github.com/mjibson/sqlfmt v0.4.0 ... go get: github.com/codahale/hdrhistogram@none updating to github.com/codahale/[email protected]: parsing go.mod: module declares its path as: github.com/HdrHistogram/hdrhistogram-go but was required as: github.com/codahale/hdrhistogram ``` It looks like the simplest fix is to add a go.mod file with the correct path mapping https://github.com/HdrHistogram/hdrhistogram-go/issues/30#issuecomment-696365251
This issue appears to be discussing a feature request or bug report related to the repository. Based on the content, it seems to be still under discussion. The issue was opened by shtrom and has received 2 comments.