hashicorp / raft-boltdb

Raft backend implementation using BoltDB
Mozilla Public License 2.0
645 stars 113 forks source link

Upgrade go-msgpack to v2 2.1.1 #38

Closed swenson closed 7 months ago

swenson commented 8 months ago

This adds the option to specify what version of the time.Time encoding format is desired. The default option is false, which preserves compatibility with the current dependency of hashicorp/go-msgpack 0.5.5 in go.mod, but users of this library will probably want to override the the setting.

While we're here, upgrade the go.mod file.

I tested that this appears to work with Nomad.

This needs to be updated and merged after https://github.com/hashicorp/raft/pull/577

swenson commented 7 months ago

Thanks!