Skip to content

Commit

Permalink
integration: update tidb to master (#695)
Browse files Browse the repository at this point in the history
Signed-off-by: disksing <i@disksing.com>
  • Loading branch information
disksing authored Feb 7, 2023
1 parent bce56a5 commit 6a1ecaa
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 2 additions & 4 deletions integration_tests/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ require (
github.com/pingcap/errors v0.11.5-0.20221009092201-b66cddb77c32
github.com/pingcap/failpoint v0.0.0-20220801062533-2eaa32854a6c
github.com/pingcap/kvproto v0.0.0-20230206112125-0561adc37543
github.com/pingcap/tidb v0.0.0-20230120062950-38a7c6220ea6
github.com/pingcap/tidb v1.1.0-beta.0.20230207083958-f1d450ff7aa4
github.com/pkg/errors v0.9.1
github.com/stretchr/testify v1.8.1
github.com/tidwall/gjson v1.14.1
github.com/tikv/client-go/v2 v2.0.5-0.20230202101145-8fd09cd88cce
github.com/tikv/client-go/v2 v2.0.6-0.20230207040004-9b3ecc1dcaa9
github.com/tikv/pd/client v0.0.0-20230206191557-2a7c8d4c9676
go.uber.org/goleak v1.2.0
)
Expand Down Expand Up @@ -99,5 +99,3 @@ require (
)

replace github.com/tikv/client-go/v2 => ../

replace github.com/pingcap/tidb => github.com/oh-my-tidb/tidb v1.1.0-beta.0.20230207023603-9d66ec415d5b
2 changes: 2 additions & 0 deletions integration_tests/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -342,6 +342,8 @@ github.com/pingcap/log v1.1.0/go.mod h1:DWQW5jICDR7UJh4HtxXSM20Churx4CQL0fwL/SoO
github.com/pingcap/log v1.1.1-0.20221116035753-734d527bc87c h1:crhkw6DD+07Bg1wYhW5Piw+kYNKZqFQqfC2puUf6gMI=
github.com/pingcap/log v1.1.1-0.20221116035753-734d527bc87c/go.mod h1:DWQW5jICDR7UJh4HtxXSM20Churx4CQL0fwL/SoOSA4=
github.com/pingcap/sysutil v0.0.0-20220114020952-ea68d2dbf5b4 h1:HYbcxtnkN3s5tqrZ/z3eJS4j3Db8wMphEm1q10lY/TM=
github.com/pingcap/tidb v1.1.0-beta.0.20230207083958-f1d450ff7aa4 h1:edsl+lJk8V0mlkqXERTy5TuPSDG2NUA1ziqkMptdwl0=
github.com/pingcap/tidb v1.1.0-beta.0.20230207083958-f1d450ff7aa4/go.mod h1:lXBuCLOPs5VSATiwTcreOZvrXjrx9tbkAf3IA2aZyYE=
github.com/pingcap/tidb/parser v0.0.0-20230109054422-b477b1c94620 h1:cEP+A7ylw8sGGOCHe8F8gto+vlkGQaYt09DHgHd2xmg=
github.com/pingcap/tidb/parser v0.0.0-20230109054422-b477b1c94620/go.mod h1:wjvp+T3/T9XYt0nKqGX3Kc1AKuyUcfno6LTc6b2A6ew=
github.com/pingcap/tipb v0.0.0-20230119054146-c6b7a5a1623b h1:j5sw2YZY7QfgIFZEoUcn1P5cYflms1PCVVS96i+IQiI=
Expand Down

0 comments on commit 6a1ecaa

Please sign in to comment.