You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I find that github.com/sirupsen/logrus and github.com/Sirupsen/logrus coexist in this repo: Gopkg.toml
[[constraint]]
name = "github.com/Sirupsen/logrus"
version = "1.4.2"
[[constraint]]
branch = "master"
name = "github.com/influxdata/influxdb1-client"
[[constraint]]
name = "github.com/sirupsen/logrus"
version = "1.4.2"
Some places used github.com/Sirupsen/logrus. Some places used github.com/sirupsen/logrus. But github.com/sirupsen/logrus and github.com/Sirupsen/logrus are the same repo.
As README of logrus said, github.com/Sirupsen/logrus is the old path, anything using it should be updated to import and require github.com/sirupsen/logrus.
Some environments experienced problems with the upper-case variant, so the lower-case was decided. Everything using logrus will need to use the lower-case: github.com/sirupsen/logrus. Any package that isn't, should be changed.
Background
I find that
github.com/sirupsen/logrus
andgithub.ghproxy.top/Sirupsen/logrus
coexist in this repo:Gopkg.toml
Some places used
github.com/Sirupsen/logrus
. Some places usedgithub.ghproxy.top/sirupsen/logrus
. Butgithub.ghproxy.top/sirupsen/logrus
andgithub.ghproxy.top/Sirupsen/logrus
are the same repo.As README of logrus said,
github.com/Sirupsen/logrus
is the old path, anything using it should be updated to import and requiregithub.ghproxy.top/sirupsen/logrus
.Solution
Replace all the import paths, change
"github.com/Sirupsen/logrus"
to"github.com/sirupsen/logrus"
.Where did you import it: https://github.com/abramovic/logrus_influxdb/search?q=github.com%2FSirupsen%2Flogrus&unscoped_q=github.com%2FSirupsen%2Flogrus
The text was updated successfully, but these errors were encountered: