Skip to content

Commit

Permalink
Merge pull request #1933 from actiontech/update-parser-lib
Browse files Browse the repository at this point in the history
update parser lib, for #1923 and #1924
  • Loading branch information
ColdWaterLW authored Oct 20, 2023
2 parents 80ca1f6 + 37b7bf4 commit a3157ad
Show file tree
Hide file tree
Showing 6 changed files with 54 additions and 5 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,6 @@ require (

replace (
github.com/pingcap/log => github.com/pingcap/log v0.0.0-20191012051959-b742a5d432e9
github.com/pingcap/parser => github.com/sjjian/parser v0.0.0-20220614062700-e3219e3d6833
github.com/pingcap/parser => github.com/sjjian/parser v0.0.0-20231020015929-c5d7ca486d80
google.golang.org/grpc => google.golang.org/grpc v1.29.0
)
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -839,8 +839,8 @@ github.com/sirupsen/logrus v1.6.0/go.mod h1:7uNnSEd1DgxDLC74fIahvMZmmYsHGZGEOFrf
github.com/sirupsen/logrus v1.7.0/go.mod h1:yWOB1SBYBC5VeMP7gHvWumXLIWorT60ONWic61uBYv0=
github.com/sirupsen/logrus v1.9.0 h1:trlNQbNUG3OdDrDil03MCb1H2o9nJ1x4/5LYw7byDE0=
github.com/sirupsen/logrus v1.9.0/go.mod h1:naHLuLoDiP4jHNo9R0sCBMtWGeIprob74mVsIT4qYEQ=
github.com/sjjian/parser v0.0.0-20220614062700-e3219e3d6833 h1:0JHwfRBrBZr/QcLo7+q9C3xOt8oXRKLCnZOrHN+Bza0=
github.com/sjjian/parser v0.0.0-20220614062700-e3219e3d6833/go.mod h1:Qq2tnreUXwVo7NAKAHmbWFsgqpDUkxwhJCClY+ZCudA=
github.com/sjjian/parser v0.0.0-20231020015929-c5d7ca486d80 h1:2pFDv4Gd1vVqHwPEzWiTN4vgP9jLKZDuVP/jEcC0SE0=
github.com/sjjian/parser v0.0.0-20231020015929-c5d7ca486d80/go.mod h1:Qq2tnreUXwVo7NAKAHmbWFsgqpDUkxwhJCClY+ZCudA=
github.com/skeema/knownhosts v1.2.0 h1:h9r9cf0+u7wSE+M183ZtMGgOJKiL96brpaz5ekfJCpM=
github.com/skeema/knownhosts v1.2.0/go.mod h1:g4fPeYpque7P0xefxtGzV81ihjC8sX2IqpAoNkjxbMo=
github.com/smartystreets/assertions v0.0.0-20180927180507-b2de0cb4f26d/go.mod h1:OnSkiWE9lh6wB0YB77sQom3nweQdgAjqCqsofrRNTgc=
Expand Down
2 changes: 2 additions & 0 deletions vendor/github.com/pingcap/parser/charset/charset.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

40 changes: 40 additions & 0 deletions vendor/github.com/pingcap/parser/charset/charset_extra.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions vendor/github.com/pingcap/parser/perfect_parser.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -512,7 +512,7 @@ github.com/pingcap/errors
# github.com/pingcap/log v0.0.0-20210317133921-96f4fcab92a4 => github.com/pingcap/log v0.0.0-20191012051959-b742a5d432e9
## explicit; go 1.13
github.com/pingcap/log
# github.com/pingcap/parser v3.0.12+incompatible => github.com/sjjian/parser v0.0.0-20220614062700-e3219e3d6833
# github.com/pingcap/parser v3.0.12+incompatible => github.com/sjjian/parser v0.0.0-20231020015929-c5d7ca486d80
## explicit; go 1.13
github.com/pingcap/parser
github.com/pingcap/parser/ast
Expand Down Expand Up @@ -887,5 +887,5 @@ vitess.io/vitess/go/vt/sysvars
vitess.io/vitess/go/vt/vterrors
vitess.io/vitess/go/vt/vtgate/evalengine
# github.com/pingcap/log => github.com/pingcap/log v0.0.0-20191012051959-b742a5d432e9
# github.com/pingcap/parser => github.com/sjjian/parser v0.0.0-20220614062700-e3219e3d6833
# github.com/pingcap/parser => github.com/sjjian/parser v0.0.0-20231020015929-c5d7ca486d80
# google.golang.org/grpc => google.golang.org/grpc v1.29.0

0 comments on commit a3157ad

Please sign in to comment.