When inspecting go binary I found that it requires gogo protobufs https://github.com/cockroachdb/errors/blob/72ec75208141a2b67e79909b28aea29ed2189108/extgrpc/ext_grpc.go#L182 in init() I do not use gogo in production as it is an outdated project https://github.com/gogo/protobuf/issues/691 Please remove init and gogo dependency
When inspecting go binary I found that it requires gogo protobufs
errors/extgrpc/ext_grpc.go
Line 182 in 72ec752
I do not use gogo in production as it is an outdated project gogo/protobuf#691
Please remove init and gogo dependency