2022-05-20 06:42:52 +00:00
|
|
|
module github.com/tharsis/ethermint
|
|
|
|
|
|
|
|
go 1.17
|
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/btcsuite/btcd v0.22.1
|
|
|
|
github.com/btcsuite/btcutil v1.0.3-0.20201208143702-a53e38424cce
|
2022-05-20 08:31:44 +00:00
|
|
|
github.com/google/martian/v3 v3.3.2
|
|
|
|
google.golang.org/grpc v1.46.2
|
2022-05-20 06:42:52 +00:00
|
|
|
)
|
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/btcsuite/btcd/chaincfg/chainhash v1.0.1 // indirect
|
2022-05-20 08:31:44 +00:00
|
|
|
github.com/golang/protobuf v1.5.2 // indirect
|
|
|
|
golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9 // indirect
|
|
|
|
golang.org/x/net v0.0.0-20201021035429-f5854403a974 // indirect
|
|
|
|
golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4 // indirect
|
|
|
|
golang.org/x/text v0.3.3 // indirect
|
|
|
|
google.golang.org/genproto v0.0.0-20200526211855-cb27e3aa2013 // indirect
|
|
|
|
google.golang.org/protobuf v1.27.1 // indirect
|
2022-05-20 06:42:52 +00:00
|
|
|
)
|