boltdb/bolt --> go.etcd.io/bbolt

Signed-off-by: John Howard <jhoward@microsoft.com>
This commit is contained in:
John Howard
2018-09-11 15:35:02 -07:00
parent 66b984ee33
commit 2586f3fbb9
27 changed files with 27 additions and 27 deletions

View File

@@ -19,8 +19,8 @@ package boltutil
import (
"time"
"github.com/boltdb/bolt"
"github.com/pkg/errors"
bolt "go.etcd.io/bbolt"
)
var (