module github.com/chainx-org/go-substrate-rpc-client/v3 go 1.16 require ( github.com/ChainSafe/go-schnorrkel v0.0.0-20210318173838-ccb5cd955283 // indirect github.com/btcsuite/btcutil v1.0.2 github.com/davecgh/go-spew v1.1.1 github.com/deckarep/golang-set v1.7.1 github.com/ethereum/go-ethereum v1.10.3 github.com/gorilla/websocket v1.4.2 github.com/kr/text v0.2.0 // indirect github.com/pierrec/xxHash v0.1.5 github.com/rs/cors v1.7.0 github.com/stretchr/testify v1.7.0 github.com/vedhavyas/go-subkey v1.0.2 golang.org/x/crypto v0.0.0-20210513164829-c07d793c2f9a gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect gopkg.in/natefinch/npipe.v2 v2.0.0-20160621034901-c1b8fa8bdcce gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect )