@@ -2,6 +2,60 @@ module github.com/decred/dcrwebapi
2
2
3
3
go 1.18
4
4
5
- require github.com/gorilla/handlers v1.5.1
5
+ require (
6
+ github.com/decred/dcrd/dcrutil/v4 v4.0.0
7
+ github.com/decred/dcrdata/exchanges/v3 v3.1.0
8
+ github.com/decred/dcrdata/v6 v6.0.0
9
+ github.com/gorilla/handlers v1.5.1
10
+ )
6
11
7
- require github.com/felixge/httpsnoop v1.0.3 // indirect
12
+ require (
13
+ decred.org/dcrdex v0.4.3 // indirect
14
+ decred.org/dcrwallet v1.7.0 // indirect
15
+ github.com/agl/ed25519 v0.0.0-20170116200512-5312a6153412 // indirect
16
+ github.com/carterjones/go-cloudflare-scraper v0.1.2 // indirect
17
+ github.com/carterjones/signalr v0.3.5 // indirect
18
+ github.com/dchest/siphash v1.2.2 // indirect
19
+ github.com/decred/base58 v1.0.3 // indirect
20
+ github.com/decred/dcrd/blockchain/stake/v3 v3.0.0 // indirect
21
+ github.com/decred/dcrd/blockchain/standalone/v2 v2.1.0 // indirect
22
+ github.com/decred/dcrd/certgen v1.1.1 // indirect
23
+ github.com/decred/dcrd/chaincfg/chainhash v1.0.3 // indirect
24
+ github.com/decred/dcrd/chaincfg/v3 v3.1.1 // indirect
25
+ github.com/decred/dcrd/crypto/blake256 v1.0.1-0.20200921185235-6d75c7ec1199 // indirect
26
+ github.com/decred/dcrd/crypto/ripemd160 v1.0.1 // indirect
27
+ github.com/decred/dcrd/database/v2 v2.0.2 // indirect
28
+ github.com/decred/dcrd/dcrec v1.0.1-0.20200921185235-6d75c7ec1199 // indirect
29
+ github.com/decred/dcrd/dcrec/edwards/v2 v2.0.2 // indirect
30
+ github.com/decred/dcrd/dcrec/secp256k1/v3 v3.0.0 // indirect
31
+ github.com/decred/dcrd/dcrec/secp256k1/v4 v4.0.1 // indirect
32
+ github.com/decred/dcrd/dcrjson/v3 v3.1.0 // indirect
33
+ github.com/decred/dcrd/dcrutil/v3 v3.0.0 // indirect
34
+ github.com/decred/dcrd/hdkeychain/v3 v3.1.0 // indirect
35
+ github.com/decred/dcrd/rpc/jsonrpc/types/v2 v2.3.0 // indirect
36
+ github.com/decred/dcrd/txscript/v3 v3.0.0 // indirect
37
+ github.com/decred/dcrd/txscript/v4 v4.0.0 // indirect
38
+ github.com/decred/dcrd/wire v1.5.0 // indirect
39
+ github.com/decred/go-socks v1.1.0 // indirect
40
+ github.com/decred/slog v1.2.0 // indirect
41
+ github.com/felixge/httpsnoop v1.0.3 // indirect
42
+ github.com/go-chi/chi/v5 v5.0.4 // indirect
43
+ github.com/golang/protobuf v1.4.3 // indirect
44
+ github.com/golang/snappy v0.0.4 // indirect
45
+ github.com/gorilla/websocket v1.4.2 // indirect
46
+ github.com/lib/pq v1.10.3 // indirect
47
+ github.com/pkg/errors v0.9.1 // indirect
48
+ github.com/robertkrimen/otto v0.0.0-20180617131154-15f95af6e78d // indirect
49
+ github.com/syndtr/goleveldb v1.0.1-0.20210819022825-2ae1ddf74ef7 // indirect
50
+ go.etcd.io/bbolt v1.3.7-0.20220130032806-d5db64bdbfde // indirect
51
+ golang.org/x/crypto v0.0.0-20210711020723-a769d52b0f97 // indirect
52
+ golang.org/x/net v0.0.0-20210903162142-ad29c8ab022f // indirect
53
+ golang.org/x/sys v0.0.0-20210902050250-f475640dd07b // indirect
54
+ golang.org/x/text v0.3.6 // indirect
55
+ golang.org/x/time v0.0.0-20210220033141-f8bda1e9f3ba // indirect
56
+ google.golang.org/genproto v0.0.0-20201022181438-0ff5f38871d5 // indirect
57
+ google.golang.org/grpc v1.36.1 // indirect
58
+ google.golang.org/protobuf v1.25.0 // indirect
59
+ gopkg.in/ini.v1 v1.55.0 // indirect
60
+ gopkg.in/sourcemap.v1 v1.0.5 // indirect
61
+ )
0 commit comments