libkv icon indicating copy to clipboard operation
libkv copied to clipboard

Switch boltdb to coreos/bbolt

Open thaJeztah opened this issue 7 years ago • 1 comments

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 avatar Jul 04 '18 16:07 thaJeztah

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

thaJeztah avatar Jul 09 '18 13:07 thaJeztah