Remove local replace directives from netrunner/go.mod

- Removed ../geth, ../node, and ../evm local replace directives
This commit is contained in:
Zach Kelling
2025-08-02 18:46:32 +00:00
parent 3490b8b313
commit e45a665617
-5
View File
@@ -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