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

migrate to fork of mock library #248

Open vikstrous2 opened 3 months ago

vikstrous2 commented 3 months ago

The library https://github.com/golang/mock has been archived. There's a maintained fork at https://github.com/uber-go/mock

Consider migrating :) It's very easy. The only breaking changes right now are to add type safety through Go generics.