-
Notifications
You must be signed in to change notification settings - Fork 48
/
go.mod
33 lines (30 loc) · 1.36 KB
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
module github.com/ngaut/unistore
require (
github.com/BurntSushi/toml v0.3.1
github.com/coreos/go-systemd v0.0.0-20190719114852-fd7a80b32e1f // indirect
github.com/cznic/mathutil v0.0.0-20181122101859-297441e03548
github.com/frankban/quicktest v1.11.3 // indirect
github.com/golang/protobuf v1.5.3
github.com/gorilla/websocket v1.4.1 // indirect
github.com/onsi/ginkgo v1.9.0 // indirect
github.com/onsi/gomega v1.6.0 // indirect
github.com/pierrec/lz4 v2.5.2+incompatible
github.com/pingcap/badger v1.5.1-0.20200908111422-2e78ee155d19
github.com/pingcap/errors v0.11.5-0.20201126102027-b0a155152ca3
github.com/pingcap/kvproto v0.0.0-20210308063835-39b884695fb8
github.com/pingcap/log v0.0.0-20210317133921-96f4fcab92a4
github.com/pingcap/tidb v1.1.0-beta.0.20210407104700-3d8084e972d1
github.com/shirou/gopsutil v3.21.2+incompatible
github.com/spaolacci/murmur3 v1.1.0 // indirect
github.com/stretchr/testify v1.8.3
github.com/uber-go/atomic v1.4.0
github.com/zhangjinpeng1987/raft v0.0.0-20200819064223-df31bb68a018
go.etcd.io/bbolt v1.3.4 // indirect
go.uber.org/zap v1.16.0
golang.org/x/time v0.3.0
google.golang.org/grpc v1.56.3
google.golang.org/grpc/examples v0.0.0-20230705174746-11feb0a9afd8 // indirect
sigs.k8s.io/yaml v1.2.0 // indirect
)
replace go.etcd.io/etcd => github.com/zhangjinpeng1987/etcd v0.5.0-alpha.5.0.20201117041249-9487a87e2cbd
go 1.13