connmgr: Prepare v3.0.0.

This updates the connmgr module dependencies and serves as a base for
connmgr/v3.0.0.

The updated direct dependencies in this commit are as follows:

- github.com/decred/dcrd/wire@v1.4.0
- github.com/decred/slog@v1.1.0

The full list of updated direct dependencies since the previous
connmgr/v2.1.0 release are as follows:

- github.com/decred/dcrd/wire@v1.4.0
- github.com/decred/slog@v1.1.0
This commit is contained in:
Dave Collins 2020-09-24 23:58:21 -05:00
parent 0c9c0687eb
commit 3cc3fa6bbf
No known key found for this signature in database
GPG Key ID: B8904D9D9C93D1F2
2 changed files with 6 additions and 6 deletions

View File

@ -3,6 +3,6 @@ module github.com/decred/dcrd/connmgr/v3
go 1.13
require (
github.com/decred/dcrd/wire v1.3.0
github.com/decred/slog v1.0.0
github.com/decred/dcrd/wire v1.4.0
github.com/decred/slog v1.1.0
)

View File

@ -4,7 +4,7 @@ github.com/decred/dcrd/chaincfg/chainhash v1.0.2 h1:rt5Vlq/jM3ZawwiacWjPa+smINyL
github.com/decred/dcrd/chaincfg/chainhash v1.0.2/go.mod h1:BpbrGgrPTr3YJYRN3Bm+D9NuaFd+zGyNeIKgrhCXK60=
github.com/decred/dcrd/crypto/blake256 v1.0.0 h1:/8DMNYp9SGi5f0w7uCm6d6M4OU2rGFK09Y2A4Xv7EE0=
github.com/decred/dcrd/crypto/blake256 v1.0.0/go.mod h1:sQl2p6Y26YV+ZOcSTP6thNdn47hh8kt6rqSlvmrXFAc=
github.com/decred/dcrd/wire v1.3.0 h1:X76I2/a8esUmxXmFpJpAvXEi014IA4twgwcOBeIS8lE=
github.com/decred/dcrd/wire v1.3.0/go.mod h1:fnKGlUY2IBuqnpxx5dYRU5Oiq392OBqAuVjRVSkIoXM=
github.com/decred/slog v1.0.0 h1:Dl+W8O6/JH6n2xIFN2p3DNjCmjYwvrXsjlSJTQQ4MhE=
github.com/decred/slog v1.0.0/go.mod h1:zR98rEZHSnbZ4WHZtO0iqmSZjDLKhkXfrPTZQKtAonQ=
github.com/decred/dcrd/wire v1.4.0 h1:KmSo6eTQIvhXS0fLBQ/l7hG7QLcSJQKSwSyzSqJYDk0=
github.com/decred/dcrd/wire v1.4.0/go.mod h1:WxC/0K+cCAnBh+SKsRjIX9YPgvrjhmE+6pZlel1G7Ro=
github.com/decred/slog v1.1.0 h1:uz5ZFfmaexj1rEDgZvzQ7wjGkoSPjw2LCh8K+K1VrW4=
github.com/decred/slog v1.1.0/go.mod h1:kVXlGnt6DHy2fV5OjSeuvCJ0OmlmTF6LFpEPMu/fOY0=