metaverse / truss

Truss helps you build go-kit microservices without having to worry about writing or maintaining boilerplate code.
Other
736 stars 144 forks source link

windows install err #312

Open kaocs opened 4 years ago

kaocs commented 4 years ago

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?

zaquestion commented 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.

zaquestion commented 4 years ago

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