forked from diodechain/diode_client
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
47 lines (45 loc) · 1.92 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
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.19.2
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.13.15
github.com/gdamore/tcell/v2 v2.6.0
github.com/go-playground/universal-translator v0.18.1 // indirect
github.com/go-playground/validator v9.31.0+incompatible
github.com/google/go-github v17.0.0+incompatible // indirect
github.com/gorilla/websocket v1.5.1
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.17.3 // indirect
github.com/klauspost/cpuid v1.3.1 // indirect
github.com/klauspost/cpuid/v2 v2.2.6 // indirect
github.com/klauspost/pgzip v1.2.6 // indirect
github.com/leodido/go-urn v1.2.4 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
github.com/mattn/go-runewidth v0.0.15 // indirect
github.com/miekg/dns v1.1.57 // indirect
github.com/petermattis/goid v0.0.0-20231126143041-f558c26febf5 // indirect
github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475
github.com/rivo/uniseg v0.4.4 // indirect
github.com/rs/cors v1.10.1
github.com/sc0vu/didyoumean v0.0.0-20230904130613-22d315697818
github.com/spf13/cobra v1.8.0
github.com/stretchr/testify v1.8.4
github.com/ulikunitz/xz v0.5.11 // indirect
go.uber.org/zap v1.26.0 // indirect
golang.org/x/crypto v0.21.0
golang.org/x/lint v0.0.0-20210508222113-6edffad5e616 // indirect
golang.org/x/net v0.23.0
golang.org/x/tools v0.16.0 // indirect
gopkg.in/yaml.v2 v2.4.0
)