We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1ad5fd commit a0fa327Copy full SHA for a0fa327
go.mod
@@ -213,6 +213,8 @@ replace github.com/gogo/protobuf => github.com/gogo/protobuf v1.3.2
213
// allows us to specify that as an option.
214
replace google.golang.org/protobuf => github.com/lightninglabs/protobuf-go-hex-display v1.33.0-hex-display
215
216
+replace github.com/lightningnetwork/lnd/sqldb => ./sqldb
217
+
218
// If you change this please also update docs/INSTALL.md and GO_VERSION in
219
// Makefile (then run `make lint` to see where else it needs to be updated as
220
// well).
0 commit comments