mirror of
https://github.com/tweag/gomod2nix.git
synced 2024-11-10 04:21:33 +00:00
14 lines
303 B
Modula-2
14 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
|
||
|
)
|