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 fee1bac commit 77330adCopy full SHA for 77330ad
mobile/go.mod
@@ -212,6 +212,6 @@ replace google.golang.org/protobuf => github.com/lightninglabs/protobuf-go-hex-d
212
// Force faraday to be set to v0.2.13-alpha, as we'll else get an ambiguous import during `make mobile` of which
213
// faraday/frdrpc to use. This forces the dependency to the faraday/frdrpc of the faraday v0.2.13-alpha release, where
214
// as the litcli dependency uses the first actual separate tagged release for frdrpc v0.1.0
215
-replace github.com/lightninglabs/faraday => github.com/lightninglabs/faraday v0.2.13-alpha
+replace github.com/lightninglabs/faraday/frdrpc => github.com/lightninglabs/faraday/frdrpc v0.1.0
216
217
go 1.22.6
0 commit comments