forked from raedahgroup/godcr-old
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
32 lines (31 loc) · 1.47 KB
/
go.mod
File metadata and controls
32 lines (31 loc) · 1.47 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
module github.com/raedahgroup/godcr
require (
fyne.io/fyne v0.0.0-20190411071008-b3687258b083
github.com/aarzilli/nucular v0.0.0-20190403084742-0071461892e4
github.com/atotto/clipboard v0.1.2
github.com/decred/dcrd/chaincfg/chainhash v1.0.1
github.com/decred/dcrd/dcrutil v1.2.0
github.com/decred/dcrd/hdkeychain v1.1.1
github.com/decred/dcrd/wire v1.2.0
github.com/decred/dcrwallet v1.2.3-0.20181120205657-8690f1096aa7
github.com/decred/dcrwallet/rpc/walletrpc v1.0.1-0.20181109211527-ca582da21c08
github.com/decred/dcrwallet/wallet v1.3.0
github.com/decred/dcrwallet/walletseed v1.0.1
github.com/decred/slog v1.0.0
github.com/gdamore/tcell v1.1.1
github.com/go-chi/chi v4.0.2+incompatible
github.com/go-gl/gl v0.0.0-20190320180904-bf2b1f2f34d7 // indirect
github.com/go-gl/glfw v0.0.0-20190409004039-e6da0acd62b1 // indirect
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0
github.com/gorilla/websocket v1.2.0
github.com/jessevdk/go-flags v1.4.0
github.com/jrick/logrotate v1.0.0
github.com/raedahgroup/dcrlibwallet v1.0.1-0.20190504154411-4eb47ab69596
github.com/rivo/tview v0.0.0-20190113120821-e5e361b9d790
github.com/skip2/go-qrcode v0.0.0-20190110000554-dc11ecdae0a9
github.com/srwiley/oksvg v0.0.0-20190414003808-c520f0a6c5cc // indirect
golang.org/x/crypto v0.0.0-20181203042331-505ab145d0a9
golang.org/x/image v0.0.0-20190321063152-3fc05d484e9f
google.golang.org/genproto v0.0.0-20190404172233-64821d5d2107 // indirect
google.golang.org/grpc v1.19.0
)