Bocadillo

This commit is contained in:
2018-11-06 23:17:48 +01:00
parent 5ef0642499
commit aa2b3ad7b1
9 changed files with 15 additions and 17 deletions
+2 -2
View File
@@ -2,8 +2,8 @@ package reader
import (
"github.com/juju/errors"
"github.com/localhots/blt/binlog"
"github.com/localhots/blt/schema"
"github.com/localhots/bocadillo/binlog"
"github.com/localhots/bocadillo/schema"
"github.com/localhots/pretty"
)
+1 -1
View File
@@ -7,7 +7,7 @@ import (
"io"
"os"
"github.com/localhots/blt/tools"
"github.com/localhots/bocadillo/tools"
"github.com/localhots/mysql"
)