whyrusleeping / ipfs-key

A program to generate ipfs private keys
MIT License
55 stars 41 forks source link

go install is broken #17

Open bhodgens opened 1 year ago

bhodgens commented 1 year ago

Installing via go is broken for 1.18 and 1.20, at minimum:

$ go install github.com/whyrusleeping/ipfs-key@latest
go: downloading github.com/whyrusleeping/ipfs-key v0.0.0-20220629162135-a083da5efdf9
go: github.com/whyrusleeping/ipfs-key@latest: github.com/whyrusleeping/ipfs-key@v0.0.0-20220629162135-a083da5efdf9: parsing go.mod:
    module declares its path as: github.com/ipfs-key
            but was required as: github.com/whyrusleeping/ipfs-key