| 12345678910111213141516171819 |
- module blockchain-go
- go 1.18
- require (
- github.com/ethereum/go-ethereum v1.11.5
- github.com/go-stack/stack v1.8.1
- github.com/panjf2000/ants/v2 v2.7.2
- github.com/syndtr/goleveldb v1.0.1-0.20210819022825-2ae1ddf74ef7
- golang.org/x/crypto v0.7.0
- )
- require (
- github.com/btcsuite/btcd/btcec/v2 v2.2.0 // indirect
- github.com/decred/dcrd/dcrec/secp256k1/v4 v4.0.1 // indirect
- github.com/golang/snappy v0.0.4 // indirect
- github.com/holiman/uint256 v1.2.0 // indirect
- golang.org/x/sys v0.6.0 // indirect
- )
|