Skip to content
Snippets Groups Projects
Unverified Commit cd30de02 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 7c61bd00 7e1c850b
Branches
Tags
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% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment