From 584834aa9565eae92f36ac28c5fda0d2943d6255 Mon Sep 17 00:00:00 2001 From: Olaoluwa Osuntokun Date: Mon, 4 Jun 2018 18:35:45 -0700 Subject: [PATCH] makefile: update to fetch btcsuite/btcd instead of roasbeef/btcd --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index c8f7d5c1..a1e26906 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ PKG := github.com/lightningnetwork/lnd ESCPKG := github.com\/lightningnetwork\/lnd DEP_PKG := github.com/golang/dep/cmd/dep -BTCD_PKG := github.com/roasbeef/btcd +BTCD_PKG := github.com/btcsuite/btcd GLIDE_PKG := github.com/Masterminds/glide GOVERALLS_PKG := github.com/mattn/goveralls LINT_PKG := gopkg.in/alecthomas/gometalinter.v1 @@ -110,7 +110,7 @@ dep: $(DEP_BIN) $(BTCD_DIR): @$(call print, "Fetching btcd.") - go get -d github.com/roasbeef/btcd + go get -d github.com/btcsuite/btcd btcd: $(GLIDE_BIN) $(BTCD_DIR) @$(call print, "Compiling btcd dependencies.")