Skip to content

Commit

Permalink
bump dcrwallet dep version to include verify message fix (#246)
Browse files Browse the repository at this point in the history
  • Loading branch information
itswisdomagain authored May 6, 2022
1 parent 833d52a commit e0d96c2
Show file tree
Hide file tree
Showing 2 changed files with 71 additions and 3 deletions.
15 changes: 12 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,12 @@ module github.com/planetdecred/dcrlibwallet

require (
decred.org/dcrdex v0.4.1
decred.org/dcrwallet/v2 v2.0.1
decred.org/dcrwallet/v2 v2.0.2-0.20220505152146-ece5da349895
github.com/DataDog/zstd v1.4.8 // indirect
github.com/asdine/storm v0.0.0-20190216191021-fe89819f6282
github.com/companyzero/sntrup4591761 v0.0.0-20220309191932-9e0f3af2f07a // indirect
github.com/dchest/siphash v1.2.3 // indirect
github.com/decred/base58 v1.0.4 // indirect
github.com/decred/dcrd/addrmgr/v2 v2.0.0
github.com/decred/dcrd/blockchain/stake/v4 v4.0.0
github.com/decred/dcrd/chaincfg/chainhash v1.0.3
Expand All @@ -19,14 +22,20 @@ require (
github.com/decred/politeia v1.3.1
github.com/decred/slog v1.2.0
github.com/dgraph-io/badger v1.6.2
github.com/gorilla/websocket v1.5.0 // indirect
github.com/jessevdk/go-flags v1.5.0 // indirect
github.com/jrick/logrotate v1.0.0
github.com/kevinburke/nacl v0.0.0-20190829012316-f3ed23dbd7f8
github.com/onsi/ginkgo v1.14.0
github.com/onsi/gomega v1.10.1
github.com/planetdecred/dcrlibwallet/dexdcr v0.0.0-20220223161805-c736f970653d
go.etcd.io/bbolt v1.3.5
golang.org/x/crypto v0.0.0-20210711020723-a769d52b0f97
go.etcd.io/bbolt v1.3.6
golang.org/x/crypto v0.0.0-20220427172511-eb4f295cb31f
golang.org/x/net v0.0.0-20220425223048-2871e0cb64e4 // indirect
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
golang.org/x/sys v0.0.0-20220503163025-988cb79eb6c6 // indirect
golang.org/x/term v0.0.0-20220411215600-e5f449aeb171 // indirect
google.golang.org/genproto v0.0.0-20220505152158-f39f71e6c8f3 // indirect
)

// Older versions of github.com/lib/pq are required by politeia (v1.9.0)
Expand Down
Loading

0 comments on commit e0d96c2

Please sign in to comment.