switch to supported version of redigo package

fixes #244
This commit is contained in:
Will Norris 2020-09-10 00:53:51 -07:00
parent 6126c92bb5
commit 32a8bea35f
3 changed files with 2 additions and 5 deletions

3
go.mod
View file

@ -11,8 +11,7 @@ require (
github.com/die-net/lrucache v0.0.0-20190707192454-883874fe3947
github.com/disintegration/imaging v1.6.2
github.com/dnaeon/go-vcr v1.0.1 // indirect
github.com/garyburd/redigo v1.6.2
github.com/gomodule/redigo v2.0.0+incompatible // indirect
github.com/gomodule/redigo v2.0.0+incompatible
github.com/gorilla/mux v1.8.0
github.com/gregjones/httpcache v0.0.0-20190611155906-901d90724c79
github.com/jamiealquiza/envy v1.1.0