Open kaocs opened 4 years ago
This seems similar to what was happening in https://github.com/metaverse/truss/issues/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.
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?