Skip to content

Commit

Permalink
Update go.mod.
Browse files Browse the repository at this point in the history
  • Loading branch information
martonp committed Oct 28, 2022
1 parent e929787 commit 9b08521
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 1 addition & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ require (
github.com/jessevdk/go-flags v1.5.0
github.com/jrick/logrotate v1.0.0
github.com/lib/pq v1.10.4
github.com/lightninglabs/neutrino v0.14.2
github.com/lightninglabs/neutrino v0.14.3-0.20221024182812-792af8548c14
github.com/ltcsuite/ltcd v0.22.0-beta
github.com/ltcsuite/ltcd/ltcutil v1.1.0
github.com/ltcsuite/ltcwallet v0.13.1
Expand All @@ -73,8 +73,6 @@ require (
lukechampine.com/blake3 v1.1.7
)

replace github.com/lightninglabs/neutrino v0.14.2 => /Users/marci/git/neutrino

require (
decred.org/cspp/v2 v2.0.0 // indirect
github.com/AndreasBriese/bbloom v0.0.0-20190825152654-46b345b51c96 // indirect
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -719,6 +719,8 @@ github.com/lightninglabs/gozmq v0.0.0-20191113021534-d20a764486bf h1:HZKvJUHlcXI
github.com/lightninglabs/gozmq v0.0.0-20191113021534-d20a764486bf/go.mod h1:vxmQPeIQxPf6Jf9rM8R+B4rKBqLA2AjttNxkFBL2Plk=
github.com/lightninglabs/neutrino v0.14.2 h1:yrnZUCYMZ5ECtXhgDrzqPq2oX8awoAN2D/cgCewJcCo=
github.com/lightninglabs/neutrino v0.14.2/go.mod h1:OICUeTCn+4Tu27YRJIpWvvqySxx4oH4vgdP33Sw9RDc=
github.com/lightninglabs/neutrino v0.14.3-0.20221024182812-792af8548c14 h1:ieYiTZabh03Rjn+W8//z7z8xwaEjXE8lWulVWV4Sqns=
github.com/lightninglabs/neutrino v0.14.3-0.20221024182812-792af8548c14/go.mod h1:OICUeTCn+4Tu27YRJIpWvvqySxx4oH4vgdP33Sw9RDc=
github.com/lightningnetwork/lnd/clock v1.0.1 h1:QQod8+m3KgqHdvVMV+2DRNNZS1GRFir8mHZYA+Z2hFo=
github.com/lightningnetwork/lnd/clock v1.0.1/go.mod h1:KnQudQ6w0IAMZi1SgvecLZQZ43ra2vpDNj7H/aasemg=
github.com/lightningnetwork/lnd/queue v1.0.1 h1:jzJKcTy3Nj5lQrooJ3aaw9Lau3I0IwvQR5sqtjdv2R0=
Expand Down

0 comments on commit 9b08521

Please sign in to comment.