eko / gocache

☔️ A complete Go cache library that brings you multiple ways of managing your caches
https://vincent.composieux.fr/article/i-wrote-gocache-a-complete-and-extensible-go-cache-library/
MIT License
2.4k stars 193 forks source link

Update to module path needed #209

Closed otyang closed 1 year ago

otyang commented 1 year ago

I get this error

        github.com/rueidis/rueidis: github.com/rueidis/rueidis@v1.0.3: parsing go.mod:
        module declares its path as: github.com/redis/rueidis
                but was required as: github.com/rueidis/rueidis

The go replace directive doesnt work, as the signatures of some functions were changed.

eko commented 1 year ago

Hi,

Closing this issue as I think this is now fixed.

There is no more reference to rueidis/rueidis in the code:

$ grep -ri 'github.com/rueidis/rueidis' .

(returns nothing)

Please feel free to reopen if you still have any issue!