ipfans / echo-session

Package echo-session is a middleware that provides session support for echo.
Apache License 2.0
67 stars 36 forks source link

Pool type error #18

Closed ataklychev closed 6 years ago

ataklychev commented 6 years ago

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 - https://github.com/gin-contrib/sessions/issues/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 ?

ipfans commented 6 years ago

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.