Skip to content
Snippets Groups Projects
Commit 331b7c9d authored by Xin.Zh's avatar Xin.Zh Committed by GitHub
Browse files

Merge pull request #115 from aliiohs/feature/ReplaceHashSetPackage

replace hashset package
parents b2883719 39851b39
No related branches found
No related tags found
No related merge requests found
......@@ -23,19 +23,19 @@ import (
"strings"
)
import (
"github.com/dubbogo/gost/container"
perrors "github.com/pkg/errors"
)
import (
"github.com/apache/dubbo-go/common"
"github.com/apache/dubbo-go/common/constant"
"github.com/apache/dubbo-go/common/logger"
"github.com/apache/dubbo-go/common/utils"
"github.com/apache/dubbo-go/gostd/container"
"github.com/apache/dubbo-go/protocol"
)
import (
perrors "github.com/pkg/errors"
)
const (
ROUTE_PATTERN = `([&!=,]*)\\s*([^&!=,\\s]+)`
FORCE = "force"
......
......@@ -25,6 +25,11 @@ import (
"testing"
)
import (
perrors "github.com/pkg/errors"
"github.com/stretchr/testify/assert"
)
import (
"github.com/apache/dubbo-go/common"
"github.com/apache/dubbo-go/common/logger"
......@@ -33,11 +38,6 @@ import (
"github.com/apache/dubbo-go/protocol/invocation"
)
import (
perrors "github.com/pkg/errors"
"github.com/stretchr/testify/assert"
)
type MockInvoker struct {
url common.URL
available bool
......
......@@ -2,6 +2,7 @@ module github.com/apache/dubbo-go
require (
github.com/dubbogo/getty v1.0.7
github.com/dubbogo/gost v1.0.0
github.com/dubbogo/hessian2 v1.0.2
github.com/magiconair/properties v1.8.1
github.com/pkg/errors v0.8.1
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment