Skip to content

Commit bbd4830

Browse files
jeroenrinzemaauxten
authored andcommitted
updated import path sql.y
1 parent da5a8db commit bbd4830

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

pkg/sql/parser/sql.y

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,11 @@ import (
2929

3030
"go/constant"
3131

32-
"github.com/cockroachdb/cockroach/pkg/sql/lex"
33-
"github.com/cockroachdb/cockroach/pkg/sql/privilege"
34-
"github.com/cockroachdb/cockroach/pkg/sql/roleoption"
35-
"github.com/cockroachdb/cockroach/pkg/sql/sem/tree"
36-
"github.com/cockroachdb/cockroach/pkg/sql/types"
32+
"github.com/auxten/postgresql-parser/pkg/sql/lex"
33+
"github.com/auxten/postgresql-parser/pkg/sql/privilege"
34+
"github.com/auxten/postgresql-parser/pkg/sql/roleoption"
35+
"github.com/auxten/postgresql-parser/pkg/sql/sem/tree"
36+
"github.com/auxten/postgresql-parser/pkg/sql/types"
3737
)
3838

3939
// MaxUint is the maximum value of an uint.

0 commit comments

Comments
 (0)