Skip to content

Commit

Permalink
Merge pull request lightninglabs#4 from jmacxx/master
Browse files Browse the repository at this point in the history
attempt to resolve dependency issues
  • Loading branch information
losh11 authored Dec 29, 2019
2 parents 2796c78 + 5c23aa4 commit 0c02072
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,6 @@ require (
github.com/btcsuite/goleveldb v1.0.0 // indirect
github.com/davecgh/go-spew v1.1.1
github.com/lightningnetwork/lnd/queue v1.0.1
github.com/ltcsuite/ltcd v0.0.0-20190519120615-e27ee083f08f
github.com/ltcsuite/ltcutil v0.0.0
github.com/ltcsuite/ltcwallet v0.0.0-20190105125346-3fa612e326e5
)

replace github.com/ltcsuite/ltcwallet => ../../ltcsuite/ltcwallet

replace github.com/ltcsuite/ltcutil => ../../ltcsuite/ltcutil

replace github.com/ltcsuite/ltcd => ../../ltcsuite/ltcd
go 1.13

0 comments on commit 0c02072

Please sign in to comment.