metaverse / truss

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

Resolve Logrus Dependency name changes #289

Closed kainoaseto closed 4 years ago

kainoaseto commented 4 years ago

I was having some issues with running a go install with Truss because of the Logrus package rename where the link changed from using the Sirupsen user to the sirupsen user. This just does a simple find and replace across the project while updating the dependency to use the new link so go install resolves the dependency properly.