Skip to content

Commit

Permalink
allow varification of all signed messages
Browse files Browse the repository at this point in the history
  • Loading branch information
Sirmorrison committed May 6, 2022
1 parent 16b521b commit a817cb6
Show file tree
Hide file tree
Showing 3 changed files with 81 additions and 28 deletions.
5 changes: 4 additions & 1 deletion go.mod
Expand Up @@ -12,14 +12,17 @@ require (
github.com/decred/slog v1.2.0
github.com/gen2brain/beeep v0.0.0-20210529141713-5586760f0cc1
github.com/gomarkdown/markdown v0.0.0-20210208175418-bda154fe17d8
github.com/jessevdk/go-flags v1.4.1-0.20200711081900-c17162fe8fd7
github.com/jessevdk/go-flags v1.5.0
github.com/jrick/logrotate v1.0.0
github.com/nxadm/tail v1.4.4
github.com/onsi/ginkgo v1.14.0
github.com/onsi/gomega v1.10.1
github.com/planetdecred/dcrlibwallet v1.6.2-0.20220425133823-833d52a7cdd5
github.com/planetdecred/dcrlibwallet/dexdcr v0.0.0-20220425133823-833d52a7cdd5 // indirect
github.com/yeqown/go-qrcode v1.5.1
golang.org/x/exp v0.0.0-20210722180016-6781d3edade3
golang.org/x/image v0.0.0-20210628002857-a66eb6448b8d
golang.org/x/text v0.3.7
)

replace github.com/planetdecred/dcrlibwallet => github.com/itswisdomagain/dcrlibwallet v1.0.0-rc1.0.20220505193630-069b8a6c689f

0 comments on commit a817cb6

Please sign in to comment.