apache / mynewt-mcumgr

Apache mynewt
https://mynewt.apache.org/
99 stars 76 forks source link

Module declaration error installing on MacOS 11.4 #130

Open SethNJohnson opened 3 years ago

SethNJohnson commented 3 years ago

Hello, I am trying to install this tool on my Mac (11.4) using go1.16.7 darwin/amd64.

When I run the following: go get -u github.com/apache/mynewt-mcumgr-cli/mcumgr

I am receiving the following error message:

go get: gopkg.in/abiosoft/ishell.v2@v2.0.0 updating to
    gopkg.in/abiosoft/ishell.v2@v2.0.2: parsing go.mod:
    module declares its path as: github.com/abiosoft/ishell/v2
            but was required as: gopkg.in/abiosoft/ishell.v2

Edit: I just realized I posted this on the wrong repo, please delete.