This is an automated email from the ASF dual-hosted git repository. mark4z pushed a commit to branch 0.4.0 in repository https://gitbox.apache.org/repos/asf/dubbo-go-pixiu.git
commit 82b85ff53c8c06f51133853e0a9af732dcbfa21c Author: baerwang <[email protected]> AuthorDate: Sun Oct 17 20:02:57 2021 +0800 update:csrf import Former-commit-id: 2b84d8f087dd22aac1609b41072d0d32af7cfc6f --- pkg/filter/csrf/csrf.go | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pkg/filter/csrf/csrf.go b/pkg/filter/csrf/csrf.go index ba85f08..69d7358 100644 --- a/pkg/filter/csrf/csrf.go +++ b/pkg/filter/csrf/csrf.go @@ -21,10 +21,13 @@ import ( "encoding/base64" "encoding/json" "fmt" + http2 "net/http" +) + +import ( "github.com/apache/dubbo-go-pixiu/pkg/common/constant" "github.com/apache/dubbo-go-pixiu/pkg/common/extension/filter" "github.com/apache/dubbo-go-pixiu/pkg/context/http" - http2 "net/http" ) const (
