Skip to content

Commit

Permalink
multi: Update module dependencies
Browse files Browse the repository at this point in the history
This updates the module dependencies of in-development modules to their
currently available version.
  • Loading branch information
matheusd committed Oct 6, 2021
1 parent e775a78 commit 1e04822
Show file tree
Hide file tree
Showing 9 changed files with 72 additions and 81 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,13 @@ LDFLAGS := -ldflags "-X $(FULLPKG)/build.Commit=$(COMMIT)"
# and omit the DWARF symbol table (-w). Also we clear the build ID.
RELEASE_LDFLAGS := $(call make_ldflags, $(RELEASE_TAGS), -s -w -buildid=)

DCRD_COMMIT := 75b0f68a3583b8fb49e58151f283fdd63572e451
DCRD_COMMIT := 7b184ab3fd61d6420d09caa84ccefac70970fd1a
DCRD_META := "$(DCRD_COMMIT).from-dcrlnd"
DCRD_LDFLAGS := "-X github.com/decred/dcrd/internal/version.BuildMetadata=$(DCRD_META)"
DCRD_TMPDIR := $(shell mktemp -d)

DCRWALLET_REPO := github.com/decred/dcrwallet
DCRWALLET_COMMIT := f90c236111a40ea8fcd663d0f118338489e3f993
DCRWALLET_COMMIT := 4f3b2d70ea259632fd8328fc010ddf30ec552aa2
DCRWALLET_META := $(DCRWALLET_COMMIT).from-dcrlnd
DCRWALLET_LDFLAGS := "-X decred.org/dcrwallet/version.BuildMetadata=$(DCRWALLET_META)"
DCRWALLET_TMPDIR := $(shell mktemp -d)
Expand Down
2 changes: 1 addition & 1 deletion chainntnfs/dcrdnotify/dcrd.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import (

"github.com/decred/dcrd/chaincfg/chainhash"
"github.com/decred/dcrd/chaincfg/v3"
"github.com/decred/dcrd/dcrjson/v3"
"github.com/decred/dcrd/dcrjson/v4"
"github.com/decred/dcrd/dcrutil/v4"
jsontypes "github.com/decred/dcrd/rpc/jsonrpc/types/v3"
"github.com/decred/dcrd/rpcclient/v7"
Expand Down
2 changes: 1 addition & 1 deletion chainntnfs/interface.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (
"sync"

"github.com/decred/dcrd/chaincfg/chainhash"
"github.com/decred/dcrd/dcrjson/v3"
"github.com/decred/dcrd/dcrjson/v4"
jsontypes "github.com/decred/dcrd/rpc/jsonrpc/types/v3"
"github.com/decred/dcrd/wire"
)
Expand Down
2 changes: 1 addition & 1 deletion docker/dcrlnd/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.14-alpine as builder
FROM golang:1.17-alpine as builder

# Install dependencies.
RUN apk add --no-cache --update git make
Expand Down
33 changes: 16 additions & 17 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,33 +3,32 @@ module github.com/decred/dcrlnd
go 1.13

require (
decred.org/dcrwallet/v2 v2.0.0-20210802144000-f90c236111a4
decred.org/dcrwallet/v2 v2.0.0-20210923184553-4f3b2d70ea25
git.schwanenlied.me/yawning/bsaes.git v0.0.0-20180720073208-c0276d75487e // indirect
github.com/NebulousLabs/go-upnp v0.0.0-20181203152547-b32978b8ccbf
github.com/Yawning/aez v0.0.0-20180408160647-ec7426b44926
github.com/btcsuite/btcwallet/walletdb v1.3.3
github.com/davecgh/go-spew v1.1.1
github.com/decred/dcrd v1.2.1-0.20210816181553-5444fa50b93d
github.com/decred/dcrd/addrmgr/v2 v2.0.0-20210802141345-893802fc06b0
github.com/decred/dcrd/addrmgr/v2 v2.0.0-20210914212651-723d86274b0d
github.com/decred/dcrd/bech32 v1.1.1
github.com/decred/dcrd/blockchain/stake/v4 v4.0.0-20210802141345-893802fc06b0
github.com/decred/dcrd/blockchain/standalone/v2 v2.0.1-0.20210802141345-893802fc06b0
github.com/decred/dcrd/blockchain/v4 v4.0.0-20210802141345-893802fc06b0
github.com/decred/dcrd/chaincfg/chainhash v1.0.3-0.20210802141345-893802fc06b0
github.com/decred/dcrd/chaincfg/v3 v3.0.1-0.20210802141345-893802fc06b0
github.com/decred/dcrd/blockchain/stake/v4 v4.0.0-20210914212651-723d86274b0d
github.com/decred/dcrd/blockchain/standalone/v2 v2.0.1-0.20210914212651-723d86274b0d
github.com/decred/dcrd/blockchain/v4 v4.0.0-20210914212651-723d86274b0d
github.com/decred/dcrd/chaincfg/chainhash v1.0.4-0.20210914212651-723d86274b0d
github.com/decred/dcrd/chaincfg/v3 v3.0.1-0.20210914212651-723d86274b0d
github.com/decred/dcrd/connmgr v1.1.0
github.com/decred/dcrd/database/v3 v3.0.0-20210802141345-893802fc06b0 // indirect
github.com/decred/dcrd/dcrec v1.0.1-0.20210802141345-893802fc06b0
github.com/decred/dcrd/dcrec v1.0.1-0.20210914212651-723d86274b0d
github.com/decred/dcrd/dcrec/secp256k1/v2 v2.0.0
github.com/decred/dcrd/dcrec/secp256k1/v3 v3.0.0
github.com/decred/dcrd/dcrjson/v3 v3.1.1-0.20210802141345-893802fc06b0
github.com/decred/dcrd/dcrutil/v4 v4.0.0-20210802141345-893802fc06b0
github.com/decred/dcrd/gcs/v3 v3.0.0-20210525214639-70483c835b7f
github.com/decred/dcrd/hdkeychain/v3 v3.0.1-0.20210802141345-893802fc06b0
github.com/decred/dcrd/rpc/jsonrpc/types/v3 v3.0.0-20210802141345-893802fc06b0
github.com/decred/dcrd/rpcclient/v7 v7.0.0-20210802141345-893802fc06b0
github.com/decred/dcrd/txscript/v4 v4.0.0-20210802141345-893802fc06b0
github.com/decred/dcrd/wire v1.4.1-0.20210802141345-893802fc06b0
github.com/decred/dcrd/dcrjson/v4 v4.0.0
github.com/decred/dcrd/dcrutil/v4 v4.0.0-20210914212651-723d86274b0d
github.com/decred/dcrd/gcs/v3 v3.0.0-20210916172859-ca03de05ecd0
github.com/decred/dcrd/hdkeychain/v3 v3.0.1-0.20210914212651-723d86274b0d
github.com/decred/dcrd/rpc/jsonrpc/types/v3 v3.0.0-20210914212651-723d86274b0d
github.com/decred/dcrd/rpcclient/v7 v7.0.0-20210918181741-563e89099e41
github.com/decred/dcrd/txscript/v4 v4.0.0-20210914212651-723d86274b0d
github.com/decred/dcrd/wire v1.4.1-0.20210914212651-723d86274b0d
github.com/decred/lightning-onion/v3 v3.0.0
github.com/decred/slog v1.2.0
github.com/go-errors/errors v1.0.1
Expand Down
Loading

0 comments on commit 1e04822

Please sign in to comment.