docker / libkv

Distributed key/value store abstraction library
Apache License 2.0
854 stars 205 forks source link

Switch boltdb to coreos/bbolt #200

Open thaJeztah opened 6 years ago

thaJeztah commented 6 years ago

The github.com/boltdb/bolt project was archived, and will no longer be actively maintained (https://github.com/boltdb/bolt/commit/fa5367d20c994db73282594be0146ab221657943)

The original author refers to coreos/bbolt as the active fork.

thaJeztah commented 6 years ago

Looks liike CI is running Go 1.7.1, therefore causing failures (as it was added in Go 1.8; https://golang.org/doc/go1.8#sort_slice)

# github.com/hashicorp/consul/vendor/github.com/armon/go-metrics
../../hashicorp/consul/vendor/github.com/armon/go-metrics/inmem_endpoint.go:72: undefined: sort.Slice
../../hashicorp/consul/vendor/github.com/armon/go-metrics/inmem_endpoint.go:86: undefined: sort.Slice
../../hashicorp/consul/vendor/github.com/armon/go-metrics/inmem_endpoint.go:113: undefined: sort.Slice