We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6602dc3 commit ae2dcb0Copy full SHA for ae2dcb0
SECURITY.md
@@ -5,10 +5,10 @@
5
Use this section to tell people about which versions of your project are
6
currently being supported with security updates.
7
8
-| Version | Supported |
9
-| ------- | ------------------ |
10
-| 2.0.rc1 | :white_check_mark: |
11
-| < 2.0.beta3 | :x: |
+| Version | Supported |
+|-------------|--------------------|
+| 2.0.rc1 | :white_check_mark: |
+| < 2.0.beta3 | :x: |
12
13
## Reporting a Vulnerability
14
selector/node/ewma/node.go
@@ -10,7 +10,6 @@ import (
"time"
"github.com/go-kratos/kratos/v2/errors"
-
"github.com/go-kratos/kratos/v2/selector"
15
)
16
0 commit comments