Skip to content

Commit

Permalink
add proposals page to new gui implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
codemaestro64 committed Dec 7, 2020
1 parent f86aded commit b6529f7
Show file tree
Hide file tree
Showing 6 changed files with 530 additions and 135 deletions.
16 changes: 8 additions & 8 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -8,21 +8,21 @@ require (
github.com/decred/dcrd/chaincfg/chainhash v1.0.2
github.com/decred/dcrd/dcrutil v1.4.0
github.com/decred/dcrd/dcrutil/v2 v2.0.1
github.com/decred/slog v1.0.0
github.com/jessevdk/go-flags v1.4.0
github.com/decred/slog v1.1.0
github.com/jessevdk/go-flags v1.4.1-0.20200711081900-c17162fe8fd7
github.com/jrick/logrotate v1.0.0
github.com/onsi/ginkgo v1.12.0
github.com/onsi/gomega v1.8.1
github.com/onsi/ginkgo v1.14.0
github.com/onsi/gomega v1.10.1
github.com/planetdecred/dcrlibwallet v1.5.3-0.20201113035912-7786819ad8aa
github.com/skip2/go-qrcode v0.0.0-20191027152451-9434209cb086
github.com/stretchr/testify v1.4.0 // indirect
golang.org/x/exp v0.0.0-20191002040644-a1355ae1e2c3
golang.org/x/image v0.0.0-20200618115811-c13761719519
gopkg.in/yaml.v2 v2.2.7 // indirect
)

// TODO: Remove and use an actual release of dcrlibwallet
replace (
github.com/decred/dcrwallet/wallet/v3 => github.com/raedahgroup/dcrwallet/wallet/v3 v3.2.1-badger
github.com/planetdecred/dcrlibwallet/spv => github.com/raedahgroup/dcrlibwallet/spv v0.0.0-20200113081741-39a55988f78c
decred.org/dcrwallet => decred.org/dcrwallet v1.6.0-rc4
github.com/planetdecred/dcrlibwallet => ../dcrlibwallet
//github.com/decred/dcrwallet/wallet/v3 => github.com/raedahgroup/dcrwallet/wallet/v3 v3.2.1-badger
//github.com/planetdecred/dcrlibwallet/spv => github.com/raedahgroup/dcrlibwallet/spv v0.0.0-20200113081741-39a55988f78c
)
Loading

0 comments on commit b6529f7

Please sign in to comment.