forked from decred/politeia
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
55 lines (54 loc) · 2.5 KB
/
go.mod
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
module github.com/decred/politeia
require (
bou.ke/monkey v1.0.1 // indirect
github.com/agl/ed25519 v0.0.0-20170116200512-5312a6153412
github.com/badoux/checkmail v0.0.0-20180430153108-0755fe2dc241
github.com/btcsuite/go-socks v0.0.0-20170105172521-4720035b7bfd
github.com/dajohi/goemail v0.0.0-20190207191308-61faa215f94d
github.com/davecgh/go-spew v1.1.1
github.com/decred/dcrd/certgen v1.0.2
github.com/decred/dcrd/chaincfg v1.3.0
github.com/decred/dcrd/chaincfg/chainhash v1.0.1
github.com/decred/dcrd/dcrec/secp256k1 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/dcrdata v2.1.3+incompatible
github.com/decred/dcrtime v0.0.0-20180808181920-4c91c4cbed09
github.com/decred/dcrwallet v1.2.3-0.20190128160919-849f7c01c12d
github.com/decred/dcrwallet/rpc/walletrpc v0.2.0
github.com/decred/dcrwallet/wallet v1.2.0
github.com/decred/slog v1.0.0
github.com/denisenkom/go-mssqldb v0.0.0-20190204142019-df6d76eb9289 // indirect
github.com/erikstmartin/go-testdb v0.0.0-20160219214506-8d10e4a1bae5 // indirect
github.com/go-sql-driver/mysql v1.4.1 // indirect
github.com/gofrs/uuid v3.2.0+incompatible // indirect
github.com/golang/snappy v0.0.0-20180518054509-2e65f85255db // indirect
github.com/google/go-cmp v0.2.0 // indirect
github.com/google/uuid v1.0.0
github.com/gorilla/csrf v1.5.1
github.com/gorilla/mux v1.6.2
github.com/gorilla/schema v1.0.2
github.com/gorilla/sessions v1.1.3
github.com/gorilla/websocket v1.2.0
github.com/h2non/go-is-svg v0.0.0-20160927212452-35e8c4b0612c
github.com/jessevdk/go-flags v1.4.0
github.com/jinzhu/gorm v1.9.2
github.com/jinzhu/inflection v0.0.0-20180308033659-04140366298a // indirect
github.com/jinzhu/now v0.0.0-20181116074157-8ec929ed50c3 // indirect
github.com/jrick/logrotate v1.0.0
github.com/lib/pq v1.0.0 // indirect
github.com/mattn/go-sqlite3 v1.10.0 // indirect
github.com/onsi/ginkgo v1.7.0 // indirect
github.com/otiai10/copy v0.0.0-20180813032824-7e9a647135a1
github.com/otiai10/mint v1.2.1 // indirect
github.com/pmezard/go-difflib v1.0.0
github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967
github.com/stretchr/testify v1.2.2 // indirect
github.com/subosito/norma v0.0.0-20140814002436-523a8b2df221
github.com/syndtr/goleveldb v0.0.0-20180815032940-ae2bd5eed72d
golang.org/x/crypto v0.0.0-20181203042331-505ab145d0a9
golang.org/x/net v0.0.0-20181207154023-610586996380
golang.org/x/sync v0.0.0-20181108010431-42b317875d0f
google.golang.org/grpc v1.17.0
)