File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -90,7 +90,7 @@ require (
90
90
github.com/patrickmn/go-cache v2.1.0+incompatible // indirect
91
91
github.com/pingcap/errors v0.11.5-0.20240318064555-6bd07397691f // indirect
92
92
github.com/pingcap/log v1.1.1-0.20240314023424-862ccc32f18d // indirect
93
- github.com/pingcap/tidb/pkg/parser v0.0.0-20240608122828-5c0d73719b10 // indirect
93
+ github.com/pingcap/tidb/pkg/parser v0.0.0-20240611085230-fedf3b7ba9a8 // indirect
94
94
github.com/pkg/term v1.2.0-beta.2.0.20210419004637-f749b98bd0ba // indirect
95
95
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
96
96
github.com/quic-go/qpack v0.4.0 // indirect
Original file line number Diff line number Diff line change @@ -151,8 +151,8 @@ github.com/pingcap/errors v0.11.5-0.20240318064555-6bd07397691f h1:FxA+NgsdHNOv+
151
151
github.com/pingcap/errors v0.11.5-0.20240318064555-6bd07397691f /go.mod h1:X2r9ueLEUZgtx2cIogM0v4Zj5uvvzhuuiu7Pn8HzMPg =
152
152
github.com/pingcap/log v1.1.1-0.20240314023424-862ccc32f18d h1:y3EueKVfVykdpTyfUnQGqft0ud+xVFuCdp1XkVL0X1E =
153
153
github.com/pingcap/log v1.1.1-0.20240314023424-862ccc32f18d /go.mod h1:ORfBOFp1eteu2odzsyaxI+b8TzJwgjwyQcGhI+9SfEA =
154
- github.com/pingcap/tidb/pkg/parser v0.0.0-20240608122828-5c0d73719b10 h1:42zZhfQcj2C8skTIn1/7oWabU4gMCcdM/IE2RCN28xU =
155
- github.com/pingcap/tidb/pkg/parser v0.0.0-20240608122828-5c0d73719b10 /go.mod h1:c/4la2yfv1vBYvtIG8WCDyDinLMDIUC5+zLRHiafY+Y =
154
+ github.com/pingcap/tidb/pkg/parser v0.0.0-20240611085230-fedf3b7ba9a8 h1:khmv2hXDjJ+JE85OdEdxuAxXB+VQ77phZn8Aohs1OHw =
155
+ github.com/pingcap/tidb/pkg/parser v0.0.0-20240611085230-fedf3b7ba9a8 /go.mod h1:c/4la2yfv1vBYvtIG8WCDyDinLMDIUC5+zLRHiafY+Y =
156
156
github.com/pkg/browser v0.0.0-20180916011732-0a3d74bf9ce4 /go.mod h1:4OwLy04Bl9Ef3GJJCoec+30X3LQs/0/m4HFRt/2LUSA =
157
157
github.com/pkg/errors v0.8.1 /go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0 =
158
158
github.com/pkg/term v1.2.0-beta.2.0.20210419004637-f749b98bd0ba h1:KVTuKXe/NMcKMIlgVuOq9cWogO8LkolqY0ienhEEYlY =
Original file line number Diff line number Diff line change @@ -222,7 +222,7 @@ github.com/pingcap/errors
222
222
# github.com/pingcap/log v1.1.1-0.20240314023424-862ccc32f18d
223
223
## explicit; go 1.16
224
224
github.com/pingcap/log
225
- # github.com/pingcap/tidb/pkg/parser v0.0.0-20240608122828-5c0d73719b10
225
+ # github.com/pingcap/tidb/pkg/parser v0.0.0-20240611085230-fedf3b7ba9a8
226
226
## explicit; go 1.19
227
227
github.com/pingcap/tidb/pkg/parser/charset
228
228
github.com/pingcap/tidb/pkg/parser/format
You can’t perform that action at this time.
0 commit comments