2020-04-30 15:07:27 +08:00
|
|
|
module github.com/pingcap-incubator/tinykv
|
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/BurntSushi/toml v0.3.1
|
2022-02-25 16:59:29 +08:00
|
|
|
github.com/Connor1996/badger v1.5.1-0.20220222053432-2d2cbf472c77
|
2020-04-30 15:07:27 +08:00
|
|
|
github.com/coreos/pkg v0.0.0-20180928190104-399ea9e2e55f
|
|
|
|
github.com/docker/go-units v0.4.0
|
2022-07-14 16:59:00 +08:00
|
|
|
github.com/gogo/protobuf v1.3.2
|
2020-04-29 21:38:49 +08:00
|
|
|
github.com/golang/protobuf v1.3.4
|
2020-04-30 15:07:27 +08:00
|
|
|
github.com/google/btree v1.0.0
|
|
|
|
github.com/juju/errors v0.0.0-20181118221551-089d3ea4e4d5
|
2020-05-18 17:09:48 +08:00
|
|
|
github.com/juju/testing v0.0.0-20200510222523-6c8c298c77a0 // indirect
|
|
|
|
github.com/onsi/ginkgo v1.12.1 // indirect
|
|
|
|
github.com/onsi/gomega v1.10.0 // indirect
|
2020-04-30 15:07:27 +08:00
|
|
|
github.com/opentracing/opentracing-go v1.0.2
|
|
|
|
github.com/petar/GoLLRB v0.0.0-20190514000832-33fb24c13b99
|
2020-04-29 21:38:49 +08:00
|
|
|
github.com/pingcap/check v0.0.0-20200212061837-5e12011dc712
|
2020-04-30 15:07:27 +08:00
|
|
|
github.com/pingcap/errcode v0.0.0-20180921232412-a1a7271709d9
|
2020-04-29 21:38:49 +08:00
|
|
|
github.com/pingcap/errors v0.11.5-0.20190809092503-95897b64e011
|
|
|
|
github.com/pingcap/log v0.0.0-20200117041106-d28c14d3b1cd
|
|
|
|
github.com/pingcap/tidb v1.1.0-beta.0.20200309111804-d8264d47f760
|
|
|
|
github.com/pingcap/tipb v0.0.0-20200212061130-c4d518eb1d60
|
2020-04-30 15:07:27 +08:00
|
|
|
github.com/pkg/errors v0.8.1
|
2020-05-18 17:09:48 +08:00
|
|
|
github.com/remyoudompheng/bigfft v0.0.0-20200410134404-eec4a21b6bb0 // indirect
|
2022-02-25 16:59:29 +08:00
|
|
|
github.com/shirou/gopsutil v3.21.11+incompatible
|
2020-04-30 15:07:27 +08:00
|
|
|
github.com/sirupsen/logrus v1.2.0
|
2020-04-29 21:38:49 +08:00
|
|
|
github.com/stretchr/testify v1.4.0
|
2022-07-14 16:59:00 +08:00
|
|
|
github.com/yusufpapurcu/wmi v1.2.2 // indirect
|
2020-04-29 21:38:49 +08:00
|
|
|
go.etcd.io/etcd v0.5.0-alpha.5.0.20191023171146-3cf2f69b5738
|
|
|
|
go.uber.org/zap v1.14.0
|
2022-07-14 16:59:00 +08:00
|
|
|
golang.org/x/net v0.0.0-20201021035429-f5854403a974
|
2020-04-29 21:38:49 +08:00
|
|
|
google.golang.org/grpc v1.25.1
|
2020-04-30 15:07:27 +08:00
|
|
|
gopkg.in/natefinch/lumberjack.v2 v2.0.0
|
|
|
|
)
|
|
|
|
|
|
|
|
go 1.13
|
2020-04-29 21:38:49 +08:00
|
|
|
|
2020-05-18 17:09:48 +08:00
|
|
|
replace github.com/pingcap/tidb => github.com/pingcap-incubator/tinysql v0.0.0-20200518090433-a7d00f9e6aa7
|