raftbbolt/go.mod
2020-11-14 17:44:52 +01:00

9 lines
162 B
Modula-2

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
)