Skip to content

go.mod: Remove exclude directive

John Cai requested to merge jc-remove-gomod-exclude-directive into master

Remove the exlude directive that prevented us from pulling in a a buggy version of grpc/grpc-go. We don't use this package anymore, so there's no reason to keep this directive. Also, newer versions of grpc/grpc-go has fixed the bug that's mentioned as the reason for the exclude.

Changelog: other

Merge request reports

Loading