mirror of
https://gitlab.com/pulsechaincom/erigon-pulse.git
synced 2024-12-22 19:50:36 +00:00
10 lines
243 B
Plaintext
10 lines
243 B
Plaintext
module example.com/erigon-ext-test
|
|
|
|
go 1.20
|
|
|
|
require github.com/ledgerwatch/erigon $COMMIT_SHA
|
|
|
|
replace github.com/ledgerwatch/erigon-lib => github.com/ledgerwatch/erigon/erigon-lib $COMMIT_SHA
|
|
|
|
require github.com/ethereum/go-ethereum v1.13.3
|