mirror of
https://github.com/status-im/consul.git
synced 2025-01-09 21:35:52 +00:00
11 lines
233 B
Modula-2
11 lines
233 B
Modula-2
module github.com/hashicorp/raft
|
|
|
|
go 1.12
|
|
|
|
require (
|
|
github.com/armon/go-metrics v0.0.0-20190430140413-ec5e00d3c878
|
|
github.com/hashicorp/go-hclog v0.9.1
|
|
github.com/hashicorp/go-msgpack v0.5.5
|
|
github.com/stretchr/testify v1.3.0
|
|
)
|