Update module name to github.com/fraktal/mev-beta and fix channel closing issues in pipeline stages
This commit is contained in:
8
go.mod
8
go.mod
@@ -1,10 +1,11 @@
|
||||
module github.com/your-username/mev-beta
|
||||
module github.com/fraktal/mev-beta
|
||||
|
||||
go 1.24
|
||||
|
||||
require (
|
||||
github.com/ethereum/go-ethereum v1.14.12
|
||||
github.com/holiman/uint256 v1.3.1
|
||||
github.com/stretchr/testify v1.11.1
|
||||
github.com/urfave/cli/v2 v2.27.4
|
||||
golang.org/x/sync v0.8.0
|
||||
golang.org/x/time v0.10.0
|
||||
@@ -20,6 +21,7 @@ require (
|
||||
github.com/cpuguy83/go-md2man/v2 v2.0.4 // indirect
|
||||
github.com/crate-crypto/go-ipa v0.0.0-20240223125850-b1e8a79f509c // indirect
|
||||
github.com/crate-crypto/go-kzg-4844 v1.0.0 // indirect
|
||||
github.com/davecgh/go-spew v1.1.1 // indirect
|
||||
github.com/deckarep/golang-set/v2 v2.6.0 // indirect
|
||||
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.0.1 // indirect
|
||||
github.com/ethereum/c-kzg-4844 v1.0.0 // indirect
|
||||
@@ -30,8 +32,10 @@ require (
|
||||
github.com/klauspost/compress v1.17.9 // indirect
|
||||
github.com/mitchellh/mapstructure v1.5.0 // indirect
|
||||
github.com/mmcloughlin/addchain v0.4.0 // indirect
|
||||
github.com/pmezard/go-difflib v1.0.0 // indirect
|
||||
github.com/russross/blackfriday/v2 v2.1.0 // indirect
|
||||
github.com/shirou/gopsutil v3.21.4-0.20210419000835-c7a38de76ee5+incompatible // indirect
|
||||
github.com/stretchr/objx v0.5.2 // indirect
|
||||
github.com/supranational/blst v0.3.13 // indirect
|
||||
github.com/tklauser/go-sysconf v0.3.12 // indirect
|
||||
github.com/tklauser/numcpus v0.6.1 // indirect
|
||||
@@ -43,4 +47,4 @@ require (
|
||||
)
|
||||
|
||||
// Replace with your actual fork or repository when available
|
||||
replace github.com/your-username/mev-beta => ./
|
||||
replace github.com/fraktal/mev-beta => ./
|
||||
|
||||
Reference in New Issue
Block a user