ipfans/echo-session

Pool type error

ataklychev opened this issue · 1 comments

I have error on compilation

vendor/github.com/ipfans/echo-session/redis_store.go:45:46: cannot use pool (type *"gitlab.com/intwt/front/vendor/github.com/gomodule/redigo/redis".Pool) as type *"gitlab.com/intwt/front/vendor/github.com/garyburd/redigo/redis".Pool in argument to redistore.NewRediStoreWithPool

... and find this issue - gin-contrib/sessions#61
last release (https://github.com/boj/redistore/releases/tag/v1.2) not compatible, but v.1.2.1 not released

how to solve this problem ?

If you are using vendor management toolkit(dep or others), you can change refer to master branch. Or just waiting for owner of redistore to release new version.