gomod2nix/tests/ethermint/go.mod
HuangYi e54afe9222
fix symlink nested package
- added a test case to demonstrate the fail scenario
2022-05-20 15:54:53 +08:00

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
)