mirror of
https://github.com/hashicorp/vault.git
synced 2026-05-05 20:36:26 +02:00
Update vendor
This commit is contained in:
parent
2f2d50d2db
commit
a5e33f0e75
3
vendor/github.com/hashicorp/raft/configuration.go
generated
vendored
3
vendor/github.com/hashicorp/raft/configuration.go
generated
vendored
@ -39,6 +39,9 @@ func (s ServerSuffrage) String() string {
|
||||
// persistent FSM state can behave as a complete snapshot, and be able to recover
|
||||
// without an external snapshot just for persisting the raft configuration.
|
||||
type ConfigurationStore interface {
|
||||
// ConfigurationStore is a superset of the FSM functionality
|
||||
FSM
|
||||
|
||||
// StoreConfiguration is invoked once a log entry containing a configuration
|
||||
// change is committed. It takes the index at which the configuration was
|
||||
// written and the configuration value.
|
||||
|
||||
2
vendor/modules.txt
vendored
2
vendor/modules.txt
vendored
@ -322,7 +322,7 @@ github.com/hashicorp/hcl/json/token
|
||||
# github.com/hashicorp/nomad/api v0.0.0-20190412184103-1c38ced33adf
|
||||
github.com/hashicorp/nomad/api
|
||||
github.com/hashicorp/nomad/api/contexts
|
||||
# github.com/hashicorp/raft v1.0.2-0.20190617182316-3db06beda834
|
||||
# github.com/hashicorp/raft v1.1.1-0.20190620170237-51bdddce2dbd
|
||||
github.com/hashicorp/raft
|
||||
# github.com/hashicorp/raft-snapshot v1.0.1
|
||||
github.com/hashicorp/raft-snapshot
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user