golang / groupcache

groupcache is a caching and cache-filling library, intended as a replacement for memcached in many cases.
Apache License 2.0
12.88k stars 1.39k forks source link

Migrate protobuf to google.golang.org. #150

Open junghao opened 3 years ago

junghao commented 3 years ago

Hi,

I'd like to know if there's any plan in migrating the usage of github.com/golang/protobuf to google.golang.org/protobuf ?

bcmills commented 3 years ago

github.com/golang/protobuf is now implemented in terms of google.golang.org/protobuf, so as far as I know there is no pressing need to migrate.

The github.com/golang/groupcache package certainly cannot be migrated, since that would be a breaking change (and would in turn cause a breaking change in the groupcache.ProtoGetter interface).

benjsmi commented 4 months ago

Just an outside observer here but github.com/golang/protobuf is deprecated.