From 23d73d37ca5a10cdd09f96e62ad5e7bb413a72ff Mon Sep 17 00:00:00 2001 From: Dave Collins Date: Mon, 25 Mar 2019 14:10:34 -0500 Subject: [PATCH] release: Freeze version 1 hdkeychain module. This serves as the final release of version 1 of the hdkeychain module. All future releases will be moving to version 2 of the module. Since there have been no changes since the last release version, this merely removes the hdkeychain override in the root module and updates it so building the software will still produce binaries based on the v1 module until the v2 module is fully released. --- go.mod | 1 - 1 file changed, 1 deletion(-) diff --git a/go.mod b/go.mod index 59d04465..f6d531ca 100644 --- a/go.mod +++ b/go.mod @@ -52,7 +52,6 @@ replace ( github.com/decred/dcrd/dcrutil => ./dcrutil github.com/decred/dcrd/fees => ./fees github.com/decred/dcrd/gcs => ./gcs - github.com/decred/dcrd/hdkeychain => ./hdkeychain github.com/decred/dcrd/limits => ./limits github.com/decred/dcrd/lru => ./lru github.com/decred/dcrd/mempool/v2 => ./mempool