Open Narven opened 4 years ago
I think there is an issue with the package name (url) from logrus
Im getting this issue on Linux Mint:
go: finding github.com/gsblue/raygunHook latest go: finding github.com/gsblue/raygunclient latest go: github.com/buffup/buffup-api-dashboard imports github.com/gsblue/raygunHook imports github.com/Sirupsen/logrus: github.com/Sirupsen/logrus@v1.4.2: parsing go.mod: module declares its path as: github.com/sirupsen/logrus but was required as: github.com/Sirupsen/logrus
It looks like ur importing logrus with path "github.com/Sirupsen/logrus" instead of "github.com/sirupsen/logrus"
"github.com/Sirupsen/logrus"
"github.com/sirupsen/logrus"
May this was a recent change into logrus, not quite sure.
I think there is an issue with the package name (url) from logrus
Im getting this issue on Linux Mint:
It looks like ur importing logrus with path
"github.com/Sirupsen/logrus"
instead of"github.com/sirupsen/logrus"