From be78f4d0a15b3fc9a84b9ad9e893dec5cf1e17c2 Mon Sep 17 00:00:00 2001 From: Ryan Staudt Date: Fri, 21 May 2021 07:32:41 -0500 Subject: [PATCH] blockchain: Bump database module minor version. This bumps the minor version for the database module in the blockchain go.mod since it is using a new method introduced in the database package. --- blockchain/go.mod | 2 +- go.mod | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/blockchain/go.mod b/blockchain/go.mod index 11bbe601..b6516c13 100644 --- a/blockchain/go.mod +++ b/blockchain/go.mod @@ -7,7 +7,7 @@ require ( github.com/decred/dcrd/blockchain/standalone/v2 v2.0.0 github.com/decred/dcrd/chaincfg/chainhash v1.0.2 github.com/decred/dcrd/chaincfg/v3 v3.0.0 - github.com/decred/dcrd/database/v2 v2.0.3-0.20210129190127-4ebd135a82f1 + github.com/decred/dcrd/database/v2 v2.0.3-0.20210514034330-bdccd3e3f7b0 github.com/decred/dcrd/dcrec v1.0.0 github.com/decred/dcrd/dcrec/secp256k1/v4 v4.0.0-20210127014238-b33b46cf1a24 github.com/decred/dcrd/dcrutil/v4 v4.0.0-20210129181600-6ae0142d3b28 diff --git a/go.mod b/go.mod index d504e1af..7de44f9a 100644 --- a/go.mod +++ b/go.mod @@ -16,7 +16,7 @@ require ( github.com/decred/dcrd/connmgr/v3 v3.0.0 github.com/decred/dcrd/container/apbf v1.0.0 github.com/decred/dcrd/crypto/ripemd160 v1.0.1 - github.com/decred/dcrd/database/v2 v2.0.3-0.20210129190127-4ebd135a82f1 + github.com/decred/dcrd/database/v2 v2.0.3-0.20210514034330-bdccd3e3f7b0 github.com/decred/dcrd/dcrec v1.0.0 github.com/decred/dcrd/dcrec/secp256k1/v4 v4.0.0-20210127014238-b33b46cf1a24 github.com/decred/dcrd/dcrjson/v3 v3.1.0