diff --git a/store/localstore/boltdb/boltdb.go b/store/localstore/boltdb/boltdb.go index 6109f4d75f..c5ae1cbd9b 100644 --- a/store/localstore/boltdb/boltdb.go +++ b/store/localstore/boltdb/boltdb.go @@ -17,8 +17,8 @@ import ( "os" "path" - "github.com/boltdb/bolt" "github.com/juju/errors" + "github.com/ngaut/bolt" "github.com/ngaut/log" "github.com/pingcap/tidb/store/localstore/engine" )