forked from mirrors/gomod2nix
e54afe9222
- added a test case to demonstrate the fail scenario
13 lines
303 B
Modula-2
13 lines
303 B
Modula-2
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
|
|
)
|
|
|
|
require (
|
|
github.com/btcsuite/btcd/chaincfg/chainhash v1.0.1 // indirect
|
|
golang.org/x/crypto v0.0.0-20200510223506-06a226fb4e37 // indirect
|
|
)
|