forked from diodechain/diode_client
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
46 lines (44 loc) · 1.91 KB
/
go.mod
File metadata and controls
46 lines (44 loc) · 1.91 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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
module github.com/diodechain/diode_client
go 1.14
require (
github.com/apex/log v1.9.0 // indirect
github.com/c4milo/unpackit v0.1.0 // indirect
github.com/caddyserver/certmagic v0.12.0
github.com/davecgh/go-spew v1.1.1
github.com/diodechain/go-cache v2.1.0+incompatible
github.com/diodechain/go-update v2.2.11+incompatible
github.com/diodechain/gobert v1.0.5
github.com/diodechain/openssl v1.0.20
github.com/diodechain/zap v0.0.0-20201117101851-06f3cd5f3263
github.com/dominicletz/genserver v1.3.1
github.com/ethereum/go-ethereum v1.9.11
github.com/gdamore/tcell/v2 v2.1.0
github.com/go-playground/universal-translator v0.17.0 // indirect
github.com/go-playground/validator v9.31.0+incompatible
github.com/google/go-github v17.0.0+incompatible // indirect
github.com/google/go-querystring v1.0.0 // indirect
github.com/gorilla/websocket v1.4.2
github.com/gosuri/uilive v0.0.4 // indirect
github.com/gosuri/uiprogress v0.0.1 // indirect
github.com/kierdavis/ansi v0.0.0-20180105022324-90d93b0fcae2
github.com/klauspost/compress v1.12.1 // indirect
github.com/klauspost/cpuid v1.3.1 // indirect
github.com/leodido/go-urn v1.2.0 // indirect
github.com/mattn/go-isatty v0.0.12 // indirect
github.com/miekg/dns v1.1.35 // indirect
github.com/rcrowley/go-metrics v0.0.0-20190826022208-cac0b30c2563
github.com/rs/cors v1.7.0
github.com/sc0vu/didyoumean v0.0.0-20201016060748-8033fa1fcd65
github.com/spf13/cobra v1.0.0
github.com/spf13/pflag v1.0.5 // indirect
github.com/stretchr/testify v1.7.0
golang.org/x/crypto v0.0.0-20211117183948-ae814b36b871
golang.org/x/lint v0.0.0-20210508222113-6edffad5e616 // indirect
golang.org/x/net v0.0.0-20211112202133-69e39bad7dc2
golang.org/x/sys v0.0.0-20210809222454-d867a43fc93e
golang.org/x/text v0.3.7 // indirect
golang.org/x/tools v0.1.7 // indirect
gopkg.in/go-playground/assert.v1 v1.2.1 // indirect
gopkg.in/yaml.v2 v2.4.0
honnef.co/go/tools v0.0.1-2020.1.4 // indirect
)