metaverse/truss

windows install err

kaocs opened this issue · 2 comments

kaocs commented

When run wininstall.bat, error below:
go: found github.com/Sirupsen/logrus in github.com/Sirupsen/logrus v1.6.0
go: github.com/metaverse/truss/cmd/truss imports
github.com/Sirupsen/logrus: github.com/Sirupsen/logrus@v1.6.0: parsing go.mod:
module declares its path as: github.com/sirupsen/logrus
but was required as: github.com/Sirupsen/logrus

How to fix it,please?

This seems similar to what was happening in #303

I believe to get past this error, the user cleared out the modules cache.

It's possible we need to look closer at this dependency and update the path in truss itself as well.