nicholasjackson / minke

Tools for building Microservices with Docker
http://nicholasjackson.github.io/minke
MIT License
45 stars 2 forks source link

case-insensitive import collision Sirupsen/logrus #56

Open ms4io opened 5 years ago

ms4io commented 5 years ago

Hi,

I got the following error

ERROR: vendor/github.com/Sirupsen/logrus/hooks/syslog/syslog.go:10:2: case-insensitive import collision: "github.com/nicholasjackson/myservice/vendor/github.com/sirupsen/logrus" and "github.com/nicholasjackson/myservice/vendor/github.com/Sirupsen/logrus"

What do you suggest me to solve id, please?

Thank you in advance

ms4io commented 5 years ago

Hi,

After reading the issue below

https://github.com/golang/go/issues/26208#issuecomment-455652112

I managed to solve the problem replacing Sirupsen by sirupsen

Thank you