libkv
libkv copied to clipboard
Switch boltdb to coreos/bbolt
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.
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