You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I look at the test cases, I find that the jsonpatch(github.com/api7/go-jsonpatch) used by upstream and service when calling the patch method is still the old package, but I see that PR:#1005 has been updated to github.com/evanphx/json-patch/v5,The current use of old packages will also result in interface errors, so I'm going to fix them.
Describe the solution you'd like
I will submit PR to make upstream and service use the new package.
The text was updated successfully, but these errors were encountered:
Jaycean
changed the title
feat: Modify the usage of upstream and service github.com/evanphx/json-patch/v5
feat: Modify the usage of upstream and service go-jsonpatch to json-patch/v5
Jan 29, 2021
@Jaycean thanks for reporting. IMHO, this is indeed a bug and we should omit the dependency of github.com/api7/go-jsonpatch and use github.com/evanphx/json-patch/v5 for all cases.
Feature request
Please describe your feature
When I look at the test cases, I find that the jsonpatch(
github.com/api7/go-jsonpatch
) used by upstream and service when calling the patch method is still the old package, but I see that PR:#1005 has been updated togithub.com/evanphx/json-patch/v5
,The current use of old packages will also result in interface errors, so I'm going to fix them.Describe the solution you'd like
I will submit PR to make upstream and service use the new package.
Ping @starsz @nic-chen @imjoey .
Pls assign to me. Thks
The text was updated successfully, but these errors were encountered: