swipely / iam-docker

Use different IAM roles for each Docker container on an EC2 instance
MIT License
211 stars 22 forks source link

New versions of logrus use a lowercase "sirupsen" import path #29

Open tyldavis opened 6 years ago

tyldavis commented 6 years ago

This was a change made in logrus a while back. It's a relatively simple change to update the import paths and use the new lowercase version which will allow unimpeded updates going forward. I can provide a PR.