forked from polynetwork/poly-relayer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
29 lines (27 loc) · 1.17 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
module github.com/polynetwork/poly-relayer
go 1.15
require (
github.com/btcsuite/btcd v0.22.0-beta
github.com/ethereum/go-ethereum v1.10.7
github.com/go-redis/redis/v8 v8.11.3
github.com/gogo/protobuf v1.3.2 // indirect
github.com/google/uuid v1.3.0 // indirect
github.com/jackpal/go-nat-pmp v1.0.2 // indirect
github.com/joeqian10/neo-gogogo v1.4.0
github.com/kr/text v0.2.0 // indirect
github.com/onflow/cadence v0.23.3-patch.1 // 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.35-alpha
github.com/polynetwork/poly v1.3.1
github.com/polynetwork/poly-go-sdk v0.0.0-20210114035303-84e1615f4ad4
github.com/prometheus/client_golang v1.10.0 // indirect
github.com/spf13/cobra v1.1.3 // indirect
github.com/starcoinorg/starcoin-go v0.0.0-20220105024102-530daedc128b
github.com/urfave/cli/v2 v2.3.0
golang.org/x/term v0.0.0-20210927222741-03fcf44c2211
google.golang.org/grpc v1.45.0 // indirect
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
)