2020-09-25 17:46:38 +00:00
|
|
|
module github.com/hashicorp/raft-autopilot
|
|
|
|
|
|
|
|
go 1.14
|
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/hashicorp/go-hclog v0.14.1
|
|
|
|
github.com/hashicorp/raft v1.2.0
|
|
|
|
github.com/stretchr/testify v1.6.1
|
|
|
|
go.uber.org/goleak v1.1.10
|
2021-01-27 16:14:52 +00:00
|
|
|
golang.org/x/sync v0.0.0-20190423024810-112230192c58
|
2020-09-25 17:46:38 +00:00
|
|
|
)
|