Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Please provide issue(s) of this PR:
Fixes #
早期 polaris-go 的 go.mod 应该是不够完善,这个项目引用 polaris-go 后,把 polaris-go 的引用作为自己的间接引用写入 go.mod 中了。带来一个问题:间接引用的 zap 版本不知为何为 v1.25.0,这个版本的 zap 要求 go 1.19,使用了 any 关键字。而 grpc-go-polaris 以及 polaris-go 目前只要求 go1.15。导致我使用低于 go1.19 的版本时,无法编译
现在 polaris-go 的 go.mod 完善了,在 grpc-go-polaris 的 go.mod 中就不再需要间接引用了
To help us figure out who should review this PR, please put an X in all the areas that this PR affects.
Please check any characteristics that apply to this pull request.