Skip to content

Suggested install method no longer works #358

@quaintdev

Description

@quaintdev

I was trying to install ponzu using go get command as per the documentation but while trying to use that command I get following error

go get: github.com/willf/bitset@v1.1.10 updating to
	github.com/willf/bitset@v1.2.1: parsing go.mod:
	module declares its path as: github.com/bits-and-blooms/bitset
	        but was required as: github.com/willf/bitset

I ended up cloning the repository and running

go mod init 
cd cmd/ponzu
go install

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions