Skip to content

module declares its path as: github.com/HdrHistogram/hdrhistogram-go but was required as: github.com/codahale/hdrhistogramΒ #60

Open
@shtrom

Description

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/hdrhistogram@v1.1.2: 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 HdrHistogram/hdrhistogram-go#30 (comment)

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions