golang / protobuf

Go support for Google's protocol buffers
BSD 3-Clause "New" or "Revised" License
9.64k stars 1.58k forks source link

missing replace in go.mod #1605

Closed erma07 closed 2 months ago

erma07 commented 2 months ago

replace ( k8s.io/kube-openapi => k8s.io/kube-openapi v0.0.0-20220803164354-a70c9af30aea google.golang.org/protobuf => google.golang.org/protobuf v1.32.0 )

neild commented 2 months ago

This seems to have been opened in the wrong repository.