dcrd/addrmgr
Dave Collins 54a45520fc
[release-v1.3] release: Bump module versions and deps.
This bumps the various module versions as follows:

- github.com/decred/dcrd/addrmgr@v1.0.2
- github.com/decred/dcrd/wire@v1.1.0
- github.com/decred/dcrd/chaincfg@v1.1.1
- github.com/decred/dcrd/connmgr@v1.0.1
- github.com/decred/dcrd/dcrutil@v1.1.1
- github.com/decred/dcrd/database@v1.0.1
- github.com/decred/dcrd/hdkeychain@v1.1.0
- github.com/decred/dcrd/txscript@v1.0.1
- github.com/decred/dcrd/blockchain/stake@v1.0.1
- github.com/decred/dcrd/gcs@v1.0.1
- github.com/decred/dcrd/blockchain@v1.0.1
- github.com/decred/dcrd/mining@v1.0.1
- github.com/decred/dcrd/mempool@v1.0.1
- github.com/decred/dcrd/peer@v1.0.1
- github.com/decred/dcrd/rpcclient@v1.0.1

It also updates all of the dependencies for every module accordingly and
adds a few missing overrides for transitive dependencies.
2018-08-16 15:45:16 -05:00
..
addrmanager_test.go addrmgr: Test timestamp update during AddAddress() 2018-05-02 20:47:26 -05:00
addrmanager.go addrmgr: skip never-successful addresses 2018-06-26 19:13:31 -05:00
doc.go addrmgr: Test removal of corrupt peers file. 2018-03-06 00:03:56 +00:00
go.mod [release-v1.3] release: Bump module versions and deps. 2018-08-16 15:45:16 -05:00
go.sum addrmgr: Update go build module support. 2018-07-20 18:12:01 -05:00
knownaddress_test.go addrmgr: Simplify tests for KnownAddress. 2018-05-01 12:42:07 -05:00
knownaddress.go addrmgr: skip never-successful addresses 2018-06-26 19:13:31 -05:00
log.go multi: Replace btclog with slog. 2018-05-23 14:22:10 -05:00
network_test.go addrmgr: Declutter package API. 2018-03-05 12:29:40 -06:00
network.go addrmgr: Declutter package API. 2018-03-05 12:29:40 -06:00