kubernetes / client-go

Go client for Kubernetes.
Apache License 2.0
8.79k stars 2.91k forks source link

Request to remove reference to deprecated module 'github.com/golang/protobuf' #1260

Closed abhithmv closed 1 year ago

abhithmv commented 1 year ago

Hi, client-go has a reference to deprecated module 'github.com/golang/protobuf'. Because of which our consuming module depends indirectly on deprecated module. Is it possible to remove the deprecated module and release a new version of client-go? Thanks.

liggitt commented 1 year ago

https://github.com/kubernetes/kubernetes/issues/96564 tracks all the issues around removing this deprecated dependency. It is very involved, unfortunately, and not at the top of the priority list.