machinery
machinery copied to clipboard
Upgrading required redigo version?
Just installed machinery and discovered that it requires:
github.com/gomodule/redigo v2.0.0+incompatible
This old version is causing conflict with some other code. So if I replace it via:
replace github.com/gomodule/redigo => github.com/gomodule/redigo v1.8.8
Is this going to cause any problems? It seems to work fine, but maybe there are edge cases I don't know about.
Redigo v2.0.0 has been retracted by its author, and unmaintained for more than four years. Any project using machinery is indirectly using it, and, if also directly using it, is forced to use that same old and unmaintained version. Would it be possible to switch machinery to the latest redigo version, which is currently 1.8.9?