fix: remove local replace directives for CI compatibility

- Remove all local replace directives that point to relative paths
- These were causing CI builds to fail
- Keep them commented for local development reference
This commit is contained in:
Zach Kelling
2025-08-13 05:01:23 +00:00
parent 08eea2a9bd
commit 1c090b4bd2
+9
View File
@@ -31,6 +31,15 @@ require (
gopkg.in/yaml.v3 v3.0.1
)
// Replace directives removed for CI compatibility
// For local development, uncomment the replace block below:
// replace (
// github.com/luxfi/node => ../node
// github.com/luxfi/database => ../database
// github.com/luxfi/geth => ../geth
// github.com/luxfi/evm => ../evm
// )
require (
github.com/DataDog/zstd v1.5.7 // indirect
github.com/Microsoft/go-winio v0.6.2 // indirect