Skip to content

Commit b5dd27c

Browse files
committed
MCE-18274_port_fs_loader change errors dependency in fsloader
1 parent b576ed6 commit b5dd27c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

canal/fsloader.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import (
66

77
"github.com/BurntSushi/toml"
88
"github.com/instructure/mc-go-mysql/mysql"
9-
"github.com/juju/errors"
9+
"github.com/pingcap/errors"
1010
"github.com/siddontang/go-log/log"
1111
"github.com/siddontang/go/ioutil2"
1212
)

0 commit comments

Comments
 (0)