Skip to content

Commit 7f982a8

Browse files
committed
Refer to dependencies folder for all packages copied from github.com/youtube/vitess/go references so that tests will run.
1 parent d325bec commit 7f982a8

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

dependency/bson/bson_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import (
1010
"testing"
1111
"time"
1212

13-
"github.com/youtube/vitess/go/bytes2"
13+
"github.com/xwb1989/sqlparser/dependency/bytes2"
1414
)
1515

1616
type alltypes struct {

dependency/bson/custom_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import (
1111
"testing"
1212
"time"
1313

14-
"github.com/youtube/vitess/go/bytes2"
14+
"github.com/xwb1989/sqlparser/dependency/bytes2"
1515
)
1616

1717
const (

dependency/bson/marshal_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import (
88
"testing"
99
"time"
1010

11-
"github.com/youtube/vitess/go/bytes2"
11+
"github.com/xwb1989/sqlparser/dependency/bytes2"
1212
)
1313

1414
type String1 string

0 commit comments

Comments
 (0)