mirror of
https://github.com/luxfi/netrunner.git
synced 2026-07-27 00:04:23 +00:00
Remove local replace directives from netrunner/go.mod
- Removed ../geth, ../node, and ../evm local replace directives
This commit is contained in:
@@ -4,11 +4,6 @@ go 1.24.5
|
||||
|
||||
replace github.com/tyler-smith/go-bip39 => github.com/luxfi/go-bip39 v1.1.0
|
||||
|
||||
replace github.com/luxfi/geth => ../geth
|
||||
|
||||
replace github.com/luxfi/node => ../node
|
||||
|
||||
replace github.com/luxfi/evm => ../evm
|
||||
|
||||
// Removed luxfi/ids replace - should use node/ids directly
|
||||
|
||||
|
||||
Reference in New Issue
Block a user