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

@@ -7,7 +7,7 @@ import (
"sync/atomic"
"time"
"github.com/boltdb/bolt"
"github.com/coreos/bbolt"
"github.com/lightningnetwork/lnd/channeldb"
"github.com/lightningnetwork/lnd/lnwire"
"github.com/roasbeef/btcd/btcec"