mirror of
https://gitlab.com/pulsechaincom/erigon-pulse.git
synced 2025-01-03 09:37:38 +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
|