Altinity / clicktail

Apache License 2.0
282 stars 58 forks source link

go: github.com/sirupsen/logrus@v1.6.0 used for two different module paths (github.com/Sirupsen/logrus and github.com/sirupsen/logrus) #11

Open markxu123 opened 4 years ago

markxu123 commented 4 years ago

I found this err when I exec "go get github.com/Altinity/clicktail",

go: github.com/sirupsen/logrus@v1.6.0 used for two different module paths (github.com/Sirupsen/logrus and github.com/sirupsen/logrus)

I have edited go.mod like this: replace github.com/Sirupsen/logrus => github.com/sirupsen/logrus v1.6.0

how can I solve this problem?

Slach commented 4 years ago

feel free to make pull request

KateGo520 commented 3 years ago

Try this: replace github.com/Sirupsen/logrus => github.com/sirupsen/logrus v1.5.0