Skip to content

Commit 9a8688e

Browse files
committed
Update decred modules
1 parent e3ecaf5 commit 9a8688e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module decred.org/dcrwallet/v2
33
go 1.16
44

55
require (
6-
decred.org/cspp/v2 v2.0.0-20220117153402-4f26c92d52a3
6+
decred.org/cspp/v2 v2.0.0
77
github.com/decred/dcrd/addrmgr/v2 v2.0.0
88
github.com/decred/dcrd/blockchain/stake/v4 v4.0.0
99
github.com/decred/dcrd/blockchain/standalone/v2 v2.1.0

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cloud.google.com/go v0.26.0/go.mod h1:aQUYkXzVsufM+DwF1aE+0xfcU+56JwCaLick0ClmMTw=
2-
decred.org/cspp/v2 v2.0.0-20220117153402-4f26c92d52a3 h1:tG0oSis1lMSmLbBEnr21TmbmeULMtkZeiLAILWKedN0=
3-
decred.org/cspp/v2 v2.0.0-20220117153402-4f26c92d52a3/go.mod h1:USyJS44Kqxz2wT/VaNsf9iTAONegO/qKXRdLg1nvrWI=
2+
decred.org/cspp/v2 v2.0.0 h1:b4fZrElRufz30rYnBZ2shhC8AjNVTN4i6TMzDi+hk44=
3+
decred.org/cspp/v2 v2.0.0/go.mod h1:0shJWKTWY3LxZEWGxtbER1Y45+HVjC0WZtj4bctSzCI=
44
github.com/BurntSushi/toml v0.3.1/go.mod h1:xHWCNGjB5oqiDr8zfno3MHue2Ht5sIBksp03qcyfWMU=
55
github.com/agl/ed25519 v0.0.0-20170116200512-5312a6153412 h1:w1UutsfOrms1J05zt7ISrnJIXKzwaspym5BTKGx93EI=
66
github.com/agl/ed25519 v0.0.0-20170116200512-5312a6153412/go.mod h1:WPjqKcmVOxf0XSf3YxCJs6N6AOSrOx3obionmG7T0y0=

0 commit comments

Comments
 (0)