mirror of https://github.com/tikv/client-go.git
20 lines
720 B
Modula-2
20 lines
720 B
Modula-2
module integration_tests
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/ninedraft/israce v0.0.3
|
|
github.com/pingcap/errors v0.11.5-0.20211224045212-9687c2b0f87c
|
|
github.com/pingcap/failpoint v0.0.0-20220423142525-ae43b7f4e5c3
|
|
github.com/pingcap/kvproto v0.0.0-20220517085838-12e2f5a9d167
|
|
github.com/pingcap/tidb v1.1.0-beta.0.20220517125829-586716bff25e
|
|
github.com/pingcap/tidb/parser v0.0.0-20220517125829-586716bff25e // indirect
|
|
github.com/pkg/errors v0.9.1
|
|
github.com/stretchr/testify v1.7.2-0.20220504104629-106ec21d14df
|
|
github.com/tikv/client-go/v2 v2.0.1-0.20220516035221-e007187e5101
|
|
github.com/tikv/pd/client v0.0.0-20220307081149-841fa61e9710
|
|
go.uber.org/goleak v1.1.12
|
|
)
|
|
|
|
replace github.com/tikv/client-go/v2 => ../
|