Skip to content

Commit

Permalink
Merge pull request #54 from wangfeiso/master
Browse files Browse the repository at this point in the history
fix:import error packege
  • Loading branch information
withlin authored Apr 21, 2020
2 parents 37b9e9d + 5678e80 commit 030ecaa
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion client/canal_connector.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

package client

import pb "github.com/CanalClient/canal-go/protocol"
import pb "github.com/withlin/canal-go/protocol"

type CanalConnector interface {
Connect()
Expand Down
2 changes: 1 addition & 1 deletion client/cluster_canal_connector.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (
"strings"
"time"

pb "github.com/CanalClient/canal-go/protocol"
pb "github.com/withlin/canal-go/protocol"
)

type ClusterCanalConnector struct {
Expand Down
2 changes: 1 addition & 1 deletion client/simple_canal_connector.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ import (
"strconv"
"sync"

pb "github.com/CanalClient/canal-go/protocol"
pb "github.com/withlin/canal-go/protocol"

"github.com/golang/protobuf/proto"
)
Expand Down

0 comments on commit 030ecaa

Please sign in to comment.