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.
This commit is contained in:
Dave Collins 2019-03-25 14:10:34 -05:00
parent 99cc7266b6
commit 23d73d37ca
No known key found for this signature in database
GPG Key ID: B8904D9D9C93D1F2

1
go.mod
View File

@ -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