-
Notifications
You must be signed in to change notification settings - Fork 698
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: update tools & add xfieldmask plugins #803
Conversation
Codecov Report
📣 This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more @@ Coverage Diff @@
## master #803 +/- ##
==========================================
- Coverage 53.07% 53.04% -0.03%
==========================================
Files 202 202
Lines 11314 11314
==========================================
- Hits 6005 6002 -3
Misses 4858 4858
- Partials 451 454 +3
... and 1 file with indirect coverage changes Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
tools/go.mod
Outdated
gorm.io/hints v1.1.0 // indirect | ||
gorm.io/plugin/dbresolver v1.3.0 // indirect | ||
) | ||
|
||
replace github.com/douyu/jupiter v0.11.4-0.20230323092413-d2c6927995d4 => ../ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
这样就可以了
replace github.com/douyu/jupiter => ../
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
好的
Describe what this PR does / why we need it
Does this pull request fix one issue?
Describe how you did it
Describe how to verify it
Special notes for reviews