diff --git a/Makefile b/Makefile index c8f7d5c10..a1e269062 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.")