14 lines
410 B
Modula-2
14 lines
410 B
Modula-2
module github.com/hashicorp/raft
|
|
|
|
go 1.12
|
|
|
|
require (
|
|
github.com/armon/go-metrics v0.0.0-20190430140413-ec5e00d3c878
|
|
github.com/boltdb/bolt v1.3.1 // indirect
|
|
github.com/hashicorp/go-hclog v0.9.1
|
|
github.com/hashicorp/go-msgpack v0.5.5
|
|
github.com/hashicorp/raft-boltdb v0.0.0-20171010151810-6e5ba93211ea
|
|
github.com/stretchr/testify v1.3.0
|
|
golang.org/x/sys v0.0.0-20190523142557-0e01d883c5c5 // indirect
|
|
)
|