-
Notifications
You must be signed in to change notification settings - Fork 17
/
go.mod
37 lines (35 loc) · 1.53 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
module github.com/polynetwork/poly-relayer
go 1.15
require (
github.com/btcsuite/btcd v0.22.1
github.com/ethereum/go-ethereum v1.10.7
github.com/go-redis/redis/v8 v8.11.3
github.com/joeqian10/neo-gogogo v1.4.0
github.com/kr/pretty v0.3.0 // indirect
github.com/onflow/cadence v0.23.3-patch.1
github.com/onflow/flow-go v0.21.3
github.com/onflow/flow-go-sdk v0.24.0
github.com/onflow/flow/protobuf/go/flow v0.2.3 // indirect
github.com/ontio/ontology v1.11.1-0.20200812075204-26cf1fa5dd47
github.com/ontio/ontology-crypto v1.2.1
github.com/ontio/ontology-go-sdk v1.11.4
github.com/polynetwork/bridge-common v0.0.41
github.com/polynetwork/poly v1.3.1
github.com/polynetwork/poly-go-sdk v0.0.0-20210114035303-84e1615f4ad4
github.com/portto/aptos-go-sdk v0.0.0-20221031095136-21bd4a704b90
github.com/prometheus/common v0.30.0 // indirect
github.com/prometheus/procfs v0.7.3 // indirect
github.com/rogpeppe/go-internal v1.8.0 // indirect
github.com/rs/cors v1.8.0 // indirect
github.com/spf13/afero v1.8.0 // indirect
github.com/spf13/cobra v1.3.0 // indirect
github.com/spf13/viper v1.10.1 // indirect
github.com/starcoinorg/starcoin-go v0.0.0-20220105024102-530daedc128b
github.com/urfave/cli/v2 v2.3.0
go.uber.org/goleak v1.1.11-0.20210813005559-691160354723 // indirect
golang.org/x/crypto v0.0.0-20220722155217-630584e8d5aa
golang.org/x/net v0.0.0-20211123203042-d83791d6bcd9 // indirect
golang.org/x/term v0.0.0-20210927222741-03fcf44c2211
golang.org/x/time v0.0.0-20210220033141-f8bda1e9f3ba // indirect
google.golang.org/grpc v1.46.2
)