-
Notifications
You must be signed in to change notification settings - Fork 90
/
go.mod
83 lines (72 loc) · 3.41 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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
module github.com/meshplus/bitxhub
go 1.14
require (
github.com/Knetic/govaluate v3.0.1-0.20171022003610-9aa49832a739+incompatible
github.com/Rican7/retry v0.1.0
github.com/binance-chain/tss-lib v1.3.3-0.20210411025750-fffb56b30511
github.com/bytecodealliance/wasmtime-go v0.37.0
github.com/cbergoon/merkletree v0.2.0
github.com/cheynewallace/tabby v1.1.1
github.com/common-nighthawk/go-figure v0.0.0-20190529165535-67e0ed34491a
github.com/coreos/etcd v3.3.18+incompatible
github.com/coreos/go-systemd v0.0.0-20190719114852-fd7a80b32e1f // indirect
github.com/ethereum/go-ethereum v1.10.8
github.com/fatih/color v1.7.0
github.com/fsnotify/fsnotify v1.4.9
github.com/gobuffalo/packd v1.0.1
github.com/gobuffalo/packr/v2 v2.8.3
github.com/gogo/protobuf v1.3.2
github.com/golang/mock v1.6.0
github.com/golang/protobuf v1.5.2
github.com/google/btree v1.0.0
github.com/gorilla/mux v1.8.0
github.com/grpc-ecosystem/go-grpc-middleware v1.2.2
github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0
github.com/grpc-ecosystem/grpc-gateway v1.16.0
github.com/hashicorp/golang-lru v0.5.5-0.20210104140557-80c98217689d
github.com/hokaccha/go-prettyjson v0.0.0-20190818114111-108c894c2c0e
github.com/iancoleman/orderedmap v0.2.0
github.com/juju/ratelimit v1.0.1
github.com/libp2p/go-libp2p-core v0.5.6
github.com/libp2p/go-libp2p-swarm v0.2.4
github.com/looplab/fsm v0.2.0
github.com/magiconair/properties v1.8.5
github.com/meshplus/bitxhub-core v1.28.1-0.20230411032641-11245b4adfc5
github.com/meshplus/bitxhub-kit v1.28.0
github.com/meshplus/bitxhub-model v1.28.1-0.20230411032618-24ca54eec606
github.com/meshplus/consensus v0.0.0-20211228075008-5f469b198531
github.com/meshplus/eth-kit v1.28.0
github.com/meshplus/go-libp2p-cert v1.28.0
github.com/meshplus/go-lightp2p v1.28.0
github.com/miguelmota/go-solidity-sha3 v0.1.1
github.com/mitchellh/go-homedir v1.1.0
github.com/multiformats/go-multiaddr v0.3.1
github.com/orcaman/concurrent-map v0.0.0-20210501183033-44dafcb38ecc
github.com/pelletier/go-toml v1.9.3
github.com/pkg/errors v0.9.1
github.com/prometheus/client_golang v1.5.0
github.com/prometheus/procfs v0.0.10 // indirect
github.com/rs/cors v1.7.0
github.com/sirupsen/logrus v1.8.1
github.com/spf13/cast v1.3.1
github.com/spf13/viper v1.8.1
github.com/stretchr/testify v1.8.0
github.com/syndtr/goleveldb v1.0.1-0.20210819022825-2ae1ddf74ef7
github.com/tidwall/gjson v1.6.8
github.com/tmc/grpc-websocket-proxy v0.0.0-20190109142713-0ad062ec5ee5
github.com/urfave/cli v1.22.1
github.com/willf/bitset v1.1.11 // indirect
github.com/willf/bloom v2.0.3+incompatible
go.uber.org/atomic v1.7.0
go.uber.org/zap v1.19.0
google.golang.org/grpc v1.50.1
)
replace google.golang.org/genproto => google.golang.org/genproto v0.0.0-20200218151345-dad8c97a84f5
replace google.golang.org/grpc => google.golang.org/grpc v1.33.0
replace github.com/hyperledger/fabric => github.com/hyperledger/fabric v2.0.1+incompatible
replace golang.org/x/net => golang.org/x/net v0.0.0-20200520004742-59133d7f0dd7
replace github.com/binance-chain/tss-lib => github.com/dawn-to-dusk/tss-lib v1.3.2-0.20220422023240-5ddc16a330ed
replace github.com/agl/ed25519 => github.com/binance-chain/edwards25519 v0.0.0-20200305024217-f36fc4b53d43
replace github.com/gogo/protobuf => github.com/regen-network/protobuf v1.3.2-alpha.regen.4
replace github.com/golang/protobuf => github.com/golang/protobuf v1.3.2
replace github.com/karalabe/usb => github.com/karalabe/usb v0.0.2