mirror of
https://github.com/luxfi/netrunner.git
synced 2026-07-27 00:04:23 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user