build+multi: switch from bolt to bbolt

In this commit, we switch from boltbd/bolt to coreos/bbolt as the
former is no longer being actively maintained.
This commit is contained in:
Olaoluwa Osuntokun
2018-03-10 19:00:57 -08:00
parent 602048ae5c
commit 800eea931f
36 changed files with 47 additions and 47 deletions

View File

@@ -5,7 +5,7 @@ import (
"fmt"
"sync"
"github.com/boltdb/bolt"
"github.com/coreos/bbolt"
"github.com/go-errors/errors"
"github.com/lightningnetwork/lnd/channeldb"
"github.com/lightningnetwork/lnd/lnwire"