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
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
I ended up cloning the repository and running