Skip to content

Commit f416b23

Browse files
committed
rename dependents to dependency
1 parent 1386a71 commit f416b23

21 files changed

Lines changed: 12 additions & 22 deletions

analyzer.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ package sqlparser
99
import (
1010
"fmt"
1111

12-
"github.com/xwb1989/sql_parser/dependents/sqltypes"
12+
"github.com/xwb1989/sql_parser/dependency/sqltypes"
1313
)
1414

1515
// GetTableName returns the table name from the SimpleTableExpr

ast.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import (
99
"fmt"
1010
"strconv"
1111

12-
"github.com/xwb1989/sql_parser/dependents/sqltypes"
12+
"github.com/xwb1989/sql_parser/dependency/sqltypes"
1313
)
1414

1515
// Instructions for creating new types: If a type
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import (
1111
"strconv"
1212
"time"
1313

14-
"github.com/xwb1989/sql_parser/dependents/bytes2"
14+
"github.com/xwb1989/sql_parser/dependency/bytes2"
1515
)
1616

1717
// LenWriter records the current write position on the buffer
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ package bson
99
import (
1010
"time"
1111

12-
"github.com/xwb1989/sql_parser/dependents/bytes2"
12+
"github.com/xwb1989/sql_parser/dependency/bytes2"
1313
)
1414

1515
// EncodeInterface bson encodes an interface{}. Elements

0 commit comments

Comments
 (0)