mirror of https://github.com/tikv/client-go.git
Update the go.mod
Signed-off-by: JmPotato <ghzpotato@gmail.com>
This commit is contained in:
parent
494bebd702
commit
d4ffd3d25b
9
go.mod
9
go.mod
|
|
@ -2,7 +2,7 @@ module github.com/tikv/client-go/v2
|
|||
|
||||
go 1.18
|
||||
|
||||
replace github.com/tikv/pd => github.com/CabinfeverB/pd v1.1.0-beta.0.20230118092256-ed807b93fceb
|
||||
replace github.com/tikv/pd => github.com/CabinfeverB/pd v1.1.0-beta.0.20230118184315-8efd2e043066
|
||||
|
||||
require (
|
||||
github.com/cznic/mathutil v0.0.0-20181122101859-297441e03548
|
||||
|
|
@ -16,7 +16,7 @@ require (
|
|||
github.com/pingcap/errors v0.11.5-0.20211224045212-9687c2b0f87c
|
||||
github.com/pingcap/failpoint v0.0.0-20210918120811-547c13e3eb00
|
||||
github.com/pingcap/goleveldb v0.0.0-20191226122134-f82aafb29989
|
||||
github.com/pingcap/kvproto v0.0.0-20230117104311-1bc802baaad6
|
||||
github.com/pingcap/kvproto v0.0.0-20230118055818-adcf4c414bfd
|
||||
github.com/pingcap/log v1.1.1-0.20221110025148-ca232912c9f3
|
||||
github.com/pkg/errors v0.9.1
|
||||
github.com/prometheus/client_golang v1.11.0
|
||||
|
|
@ -24,8 +24,8 @@ require (
|
|||
github.com/stathat/consistent v1.0.0
|
||||
github.com/stretchr/testify v1.8.1
|
||||
github.com/tiancaiamao/gp v0.0.0-20221230034425-4025bc8a4d4a
|
||||
github.com/tikv/pd v0.0.0-00010101000000-000000000000
|
||||
github.com/tikv/pd/client v0.0.0-20221031025758-80f0d8ca4d07
|
||||
github.com/tikv/pd v1.1.0-beta.0.20230118040950-082fc6a9bc2e
|
||||
github.com/tikv/pd/client v0.0.0-20230118040950-082fc6a9bc2e
|
||||
github.com/twmb/murmur3 v1.1.3
|
||||
go.etcd.io/etcd/api/v3 v3.5.2
|
||||
go.etcd.io/etcd/client/v3 v3.5.2
|
||||
|
|
@ -44,7 +44,6 @@ require (
|
|||
github.com/coreos/go-systemd/v22 v22.3.2 // indirect
|
||||
github.com/davecgh/go-spew v1.1.1 // indirect
|
||||
github.com/golang/snappy v0.0.4 // indirect
|
||||
github.com/google/go-cmp v0.5.8 // indirect
|
||||
github.com/kr/text v0.2.0 // indirect
|
||||
github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect
|
||||
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
|
||||
|
|
|
|||
Loading…
Reference in New Issue