boltdb/bolt is not maintained. Used bbolt

Signed-off-by: John Howard <jhoward@microsoft.com>
This commit is contained in:
John Howard 2018-09-11 12:42:39 -07:00
parent ec5fbce415
commit ea4dd1bbf6

View file

@ -10,9 +10,9 @@ import (
"sync/atomic"
"time"
"github.com/boltdb/bolt"
"github.com/docker/libkv"
"github.com/docker/libkv/store"
bolt "go.etcd.io/bbolt"
)
var (