initial commit
This commit is contained in:
commit
9210ab3133
8 changed files with 791 additions and 0 deletions
9
go.mod
Normal file
9
go.mod
Normal 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
|
||||
)
|
||||
Loading…
Add table
Add a link
Reference in a new issue