gostor / gotgt

Simple Golang iSCSI Target framework
Apache License 2.0
261 stars 49 forks source link

Switch to lower-case logrus #76

Closed oleksiys closed 5 years ago

oleksiys commented 5 years ago

Make sure tgt and its dependencies use lower-case logrus to make tgt work as a module dependency. go-connections module was upgraded to the latest version which switched to lower-case logrus.

carmark commented 5 years ago

@oleksiys could you please split the PR into multiple commits?

oleksiys commented 5 years ago

You mean split gotgt and go-connections updates? Unfortunately it doesn't seem to work as it'll have sirupsen and Sirupsen dependencies at the same time and dep will fail to ensure the dependencies.