Skip to content

Commit

Permalink
Merge pull request apache#7 from ztelur/feat-springcloud
Browse files Browse the repository at this point in the history
import regroup

Former-commit-id: 4ce7102
  • Loading branch information
PhilYue authored Oct 1, 2021
2 parents 85a78d9 + f6db4d2 commit 8d27b02
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
3 changes: 3 additions & 0 deletions pkg/adapter/springcloud/servicediscovery/servicediscovery.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ package servicediscovery

import (
"fmt"
)

import (
"github.com/apache/dubbo-go-pixiu/pkg/model"
)

Expand Down
5 changes: 4 additions & 1 deletion pkg/filter/http/proxyrewrite/rewrite.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,15 @@

package proxyrewrite

import (
"regexp"
)

import (
"github.com/apache/dubbo-go-pixiu/pkg/common/constant"
"github.com/apache/dubbo-go-pixiu/pkg/common/extension/filter"
contexthttp "github.com/apache/dubbo-go-pixiu/pkg/context/http"
"github.com/apache/dubbo-go-pixiu/pkg/logger"
"regexp"
)

const (
Expand Down

0 comments on commit 8d27b02

Please sign in to comment.