Skip to content

Commit

Permalink
Merge 8a22e33 into 66d18bc
Browse files Browse the repository at this point in the history
  • Loading branch information
tianxiaoliang committed Jan 29, 2018
2 parents 66d18bc + 8a22e33 commit 3c13f51
Show file tree
Hide file tree
Showing 14 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion chassis.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ import (
_ "github.com/ServiceComb/go-chassis/server/restful"
serverOption "github.com/ServiceComb/go-chassis/third_party/forked/go-micro/server"
// tcp package handles transport related things
_ "github.com/ServiceComb/go-chassis/transport/tcp"
_ "github.com/ServiceComb/go-chassis/third_party/forked/go-micro/transport/tcp"
)

var goChassis *chassis
Expand Down
2 changes: 1 addition & 1 deletion client/highway/highway_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import (
_ "github.com/ServiceComb/go-chassis/server/highway"
clientOption "github.com/ServiceComb/go-chassis/third_party/forked/go-micro/client"
serverOption "github.com/ServiceComb/go-chassis/third_party/forked/go-micro/server"
"github.com/ServiceComb/go-chassis/transport/tcp"
"github.com/ServiceComb/go-chassis/third_party/forked/go-micro/transport/tcp"
"github.com/stretchr/testify/assert"
"golang.org/x/net/context"
)
Expand Down
2 changes: 1 addition & 1 deletion client/rest/rest_client_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import (
_ "github.com/ServiceComb/go-chassis/server/restful"
microClient "github.com/ServiceComb/go-chassis/third_party/forked/go-micro/client"
serverOption "github.com/ServiceComb/go-chassis/third_party/forked/go-micro/server"
"github.com/ServiceComb/go-chassis/transport/tcp"
"github.com/ServiceComb/go-chassis/third_party/forked/go-micro/transport/tcp"
"github.com/stretchr/testify/assert"
"golang.org/x/net/context"
)
Expand Down
2 changes: 1 addition & 1 deletion core/client/client_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import (
"github.com/ServiceComb/go-chassis/core/config/model"
"github.com/ServiceComb/go-chassis/core/lager"
clientOption "github.com/ServiceComb/go-chassis/third_party/forked/go-micro/client"
_ "github.com/ServiceComb/go-chassis/transport/tcp"
_ "github.com/ServiceComb/go-chassis/third_party/forked/go-micro/transport/tcp"
"github.com/stretchr/testify/assert"
)

Expand Down
2 changes: 1 addition & 1 deletion core/handler/transport_handler_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import (
"github.com/ServiceComb/go-chassis/examples/schemas/helloworld"
serverOption "github.com/ServiceComb/go-chassis/third_party/forked/go-micro/server"
"github.com/ServiceComb/go-chassis/third_party/forked/go-micro/transport"
"github.com/ServiceComb/go-chassis/transport/tcp"
"github.com/ServiceComb/go-chassis/third_party/forked/go-micro/transport/tcp"
"github.com/stretchr/testify/assert"
"golang.org/x/net/context"
)
Expand Down
2 changes: 1 addition & 1 deletion core/server/server_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import (
_ "github.com/ServiceComb/go-chassis/server/restful"
serverOption "github.com/ServiceComb/go-chassis/third_party/forked/go-micro/server"
microTransport "github.com/ServiceComb/go-chassis/third_party/forked/go-micro/transport"
_ "github.com/ServiceComb/go-chassis/transport/tcp"
_ "github.com/ServiceComb/go-chassis/third_party/forked/go-micro/transport/tcp"
"github.com/stretchr/testify/assert"
)

Expand Down
2 changes: 1 addition & 1 deletion core/transport/transport_manager_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import (
_ "github.com/ServiceComb/go-chassis/security/plugins/aes"
_ "github.com/ServiceComb/go-chassis/security/plugins/plain"
microTransport "github.com/ServiceComb/go-chassis/third_party/forked/go-micro/transport"
_ "github.com/ServiceComb/go-chassis/transport/tcp"
_ "github.com/ServiceComb/go-chassis/third_party/forked/go-micro/transport/tcp"
"github.com/stretchr/testify/assert"
)

Expand Down
2 changes: 1 addition & 1 deletion server/highway/highway_server_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import (
"github.com/ServiceComb/go-chassis/examples/schemas/helloworld"
clientOption "github.com/ServiceComb/go-chassis/third_party/forked/go-micro/client"
serverOption "github.com/ServiceComb/go-chassis/third_party/forked/go-micro/server"
"github.com/ServiceComb/go-chassis/transport/tcp"
"github.com/ServiceComb/go-chassis/third_party/forked/go-micro/transport/tcp"
"github.com/stretchr/testify/assert"
"golang.org/x/net/context"
)
Expand Down
2 changes: 1 addition & 1 deletion server/restful/restful_server_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import (
"github.com/ServiceComb/go-chassis/core/server"
"github.com/ServiceComb/go-chassis/examples/schemas"
serverOption "github.com/ServiceComb/go-chassis/third_party/forked/go-micro/server"
"github.com/ServiceComb/go-chassis/transport/tcp"
"github.com/ServiceComb/go-chassis/third_party/forked/go-micro/transport/tcp"
"github.com/stretchr/testify/assert"
)

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 3c13f51

Please sign in to comment.