-
Notifications
You must be signed in to change notification settings - Fork 153
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:auth filter #303
feat:auth filter #303
Conversation
fix: ci 'can not import xxx' error
feat: upgrade golint version
Codecov Report
@@ Coverage Diff @@
## develop #303 +/- ##
========================================
Coverage 36.01% 36.01%
========================================
Files 55 55
Lines 3301 3301
========================================
Hits 1189 1189
Misses 1992 1992
Partials 120 120 Continue to review full report at Codecov.
|
go.mod
Outdated
@@ -4,33 +4,49 @@ go 1.15 | |||
|
|||
require ( | |||
dubbo.apache.org/dubbo-go/v3 v3.0.0-rc4-1 | |||
github.com/MicahParks/keyfunc v0.10.0 | |||
github.com/RoaringBitmap/roaring v0.7.1 // indirect |
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.
// indirect
It's necessary?
feat:auth filter
What this PR does:
Which issue(s) this PR fixes:
Fixes #
Special notes for your reviewer:
Does this PR introduce a user-facing change?: