Skip to content

Commit 6d4b135

Browse files
committed
build: switch from bolt to bbolt
1 parent d36f296 commit 6d4b135

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

decayedlog.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import (
1010
"sync"
1111
"sync/atomic"
1212

13-
"github.com/boltdb/bolt"
13+
"github.com/coreos/bbolt"
1414
"github.com/lightningnetwork/lnd/chainntnfs"
1515
)
1616

glide.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

glide.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package: github.com/lightningnetwork/lightning-onion
22
import:
3-
- package: github.com/boltdb/bolt
4-
version: ^1.2.1
3+
- package: github.com/coreos/bbolt
4+
version: 4f5275f4ebbf6fe7cb772de987fa96ee674460a7
55
- package: github.com/aead/chacha20
66
version: d31a916ded42d1640b9d89a26f8abd53cc96790c
77
- package: github.com/lightningnetwork/lnd

0 commit comments

Comments
 (0)