| 123456789101112131415161718192021222324252627282930313233 |
- module blockchain-go
- go 1.18
- require (
- github.com/VictoriaMetrics/fastcache v1.6.0
- github.com/ethereum/go-ethereum v1.11.5
- github.com/go-stack/stack v1.8.1
- github.com/golang/snappy v0.0.4
- github.com/hashicorp/golang-lru/v2 v2.0.2
- github.com/huin/goupnp v1.0.3
- github.com/jackpal/go-nat-pmp v1.0.2
- github.com/oxtoacart/bpool v0.0.0-20190530202638-03653db5a59c
- github.com/panjf2000/ants/v2 v2.7.2
- golang.org/x/crypto v0.7.0
- golang.org/x/sync v0.1.0
- golang.org/x/time v0.0.0-20220922220347-f3bd1da661af
- )
- require (
- github.com/StackExchange/wmi v0.0.0-20180116203802-5d049714c4a6 // indirect
- github.com/btcsuite/btcd/btcec/v2 v2.2.0 // indirect
- github.com/cespare/xxhash/v2 v2.2.0 // indirect
- github.com/decred/dcrd/dcrec/secp256k1/v4 v4.0.1 // indirect
- github.com/go-ole/go-ole v1.2.1 // indirect
- github.com/hashicorp/golang-lru v0.5.4 // indirect
- github.com/holiman/uint256 v1.2.0 // indirect
- github.com/shirou/gopsutil v3.21.4-0.20210419000835-c7a38de76ee5+incompatible // indirect
- github.com/syndtr/goleveldb v1.0.1-0.20210819022825-2ae1ddf74ef7 // indirect
- github.com/tklauser/go-sysconf v0.3.5 // indirect
- github.com/tklauser/numcpus v0.2.2 // indirect
- golang.org/x/sys v0.6.0 // indirect
- )
|