1 Star 0 Fork 2

niuzl / RaftKV

forked from egmkang / RaftKV 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
go.mod 337 Bytes
一键复制 编辑 原始数据 按行查看 历史
egmkang 提交于 2020-11-15 22:27 . 4个api可以跑
module raft-kv
go 1.15
require (
github.com/gin-gonic/gin v1.6.3
github.com/hashicorp/go-hclog v0.9.1
github.com/hashicorp/raft v1.2.0
github.com/hashicorp/raft-boltdb v0.0.0-20191021154308-4207f1bf0617
github.com/pkg/errors v0.8.1
github.com/sirupsen/logrus v1.7.0
github.com/stretchr/testify v1.6.1
go.etcd.io/bbolt v1.3.5
)
Go
1
https://gitee.com/learn_nzl/raft-kv.git
git@gitee.com:learn_nzl/raft-kv.git
learn_nzl
raft-kv
RaftKV
master

搜索帮助