Trying to build my application that uses redisearch-go using GO 1.11 modules (outside the GOPATH) generated the following error:
\pkg\mod\github.com\garyburd\[email protected]+incompatible\redis\pool.go:28:2: use of internal package github.com/gomodule/redigo/internal not allowed
According to the issue heroku/x#34 , it seems that all Redigo development was moved to github.com/gomodule/redigo.
The issue might be fixed by updating all references to Redigo to the current source.