clicktail icon indicating copy to clipboard operation
clicktail copied to clipboard

go: github.com/sirupsen/[email protected] used for two different module paths (github.com/Sirupsen/logrus and github.com/sirupsen/logrus)

Open markxu123 opened this issue 4 years ago • 2 comments

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

go: github.com/sirupsen/[email protected] 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?

markxu123 avatar Jun 11 '20 11:06 markxu123

feel free to make pull request

Slach avatar Jun 11 '20 11:06 Slach

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

KateGo520 avatar Sep 02 '20 13:09 KateGo520