Skip to content

Commit 2d1c83c

Browse files
authored
Merge pull request #20 from nicolasburtey/patch-1
fix segfault
2 parents b1286e7 + 4ed8e63 commit 2d1c83c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ require (
1515
github.com/fsnotify/fsnotify v1.4.9 // indirect
1616
github.com/gogo/protobuf v1.2.1
1717
github.com/google/go-cmp v0.5.3 // indirect
18-
github.com/lightningnetwork/lnd v0.11.1-beta
18+
github.com/lightningnetwork/lnd v0.12.1-beta
1919
github.com/ltcsuite/ltcd v0.0.0-20191228044241-92166e412499 // indirect
2020
github.com/miekg/dns v1.1.26 // indirect
2121
github.com/pkg/errors v0.9.1 // indirect

0 commit comments

Comments
 (0)