initial commit

This commit is contained in:
ston1th 2020-11-14 17:44:52 +01:00
commit 9210ab3133
8 changed files with 791 additions and 0 deletions

9
go.mod Normal file
View file

@ -0,0 +1,9 @@
module git.giftfish.de/ston1th/raftbbolt
go 1.15
require (
github.com/hashicorp/go-msgpack v1.1.5
github.com/hashicorp/raft v1.2.0
go.etcd.io/bbolt v1.3.5
)