Skip to content

Commit

Permalink
update dcrlibwallet version
Browse files Browse the repository at this point in the history
  • Loading branch information
dreacot committed Aug 3, 2022
1 parent d6cc6af commit 6a2d999
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 1 addition & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ require (
github.com/jessevdk/go-flags v1.5.0
github.com/jrick/logrotate v1.0.0
github.com/nxadm/tail v1.4.4
github.com/planetdecred/dcrlibwallet v1.7.0
github.com/planetdecred/dcrlibwallet v1.7.1-0.20220802190450-f4374efae977
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
Expand Down Expand Up @@ -138,5 +138,3 @@ require (
// the android OS using gomobile. This replace can be removed once any
// of those projects update their github.com/lib/pq dependency.
replace github.com/lib/pq => github.com/lib/pq v1.10.4

replace github.com/planetdecred/dcrlibwallet => github.com/dreacot/dcrlibwallet v1.6.1-0.20220727154925-dced69c7c544
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -941,6 +941,8 @@ github.com/pkg/errors v0.9.1 h1:FEBLx1zS214owpjy7qsBeixbURkuhQAwrK5UwLGTwt4=
github.com/pkg/errors v0.9.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0=
github.com/pkg/profile v1.2.1/go.mod h1:hJw3o1OdXxsrSjjVksARp5W95eeEaEfptyVZyv6JUPA=
github.com/pkg/term v0.0.0-20180730021639-bffc007b7fd5/go.mod h1:eCbImbZ95eXtAUIbLAuAVnBnwf83mjf6QIVH8SHYwqQ=
github.com/planetdecred/dcrlibwallet v1.7.1-0.20220802190450-f4374efae977 h1:em4zKTny1WN02NUuO3TfxK/5oYtTvEmvkhHW2k+CsuE=
github.com/planetdecred/dcrlibwallet v1.7.1-0.20220802190450-f4374efae977/go.mod h1:l92aoja59ClX7O67tx1z08JkL6/kYu8EdM7c092vTfg=
github.com/planetdecred/dcrlibwallet/dexdcr v0.0.0-20220223161805-c736f970653d/go.mod h1:jO4RP2rgqom8CLgl3rMwZ4cGzmalJqBkKjHgVS812lM=
github.com/planetdecred/dcrlibwallet/dexdcr v0.0.0-20220425133823-833d52a7cdd5 h1:dpLTuQ9DjQ/J070/KKmlvdti1+BEd38Wt+xqHngk98Y=
github.com/planetdecred/dcrlibwallet/dexdcr v0.0.0-20220425133823-833d52a7cdd5/go.mod h1:jO4RP2rgqom8CLgl3rMwZ4cGzmalJqBkKjHgVS812lM=
Expand Down

0 comments on commit 6a2d999

Please sign in to comment.