sebest / logrusly

Loggly Hooks for GO Logrus logger

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

case-insensitive import collision for logrus

kylevanek opened this issue · comments

It looks like Sirupsen/logrus has updated the import path to have a lowercase "s", I am now seeing this error

case-insensitive import collision: "github.com/Sirupsen/logrus" and "github.com/sirupsen/logrus"

fixed