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

Pegasus library has moved (part of why `go get -u` fails for projects that use gocache) #221

Open lyda opened 12 months ago

lyda commented 12 months ago

The pegasus library has moved from https://github.com/XiaoMi/pegasus-go-client to https://github.com/apache/incubator-pegasus/tree/master/go-client .

I'm not familiar with pegasus, so not quite sure how to migrate to the new repo.

This causes go get -u to fail in projects that use gocache - for example https://github.com/turbot/steampipe-plugin-sdk . Though in that case they also need to upgrade to v4 of your project.