39 lines
1.6 KiB
Modula-2
39 lines
1.6 KiB
Modula-2
module github.com/your-username/mev-beta
|
|
|
|
go 1.24
|
|
|
|
require (
|
|
github.com/ethereum/go-ethereum v1.14.12
|
|
github.com/urfave/cli/v2 v2.27.4
|
|
)
|
|
|
|
require (
|
|
github.com/cpuguy83/go-md2man/v2 v2.0.4 // indirect
|
|
github.com/gballet/go-libpcsclite v0.0.0-20200512141541-2758323733fd // indirect
|
|
github.com/gorilla/websocket v1.5.3 // indirect
|
|
github.com/hashicorp/go-bexpr v0.1.11 // indirect
|
|
github.com/holiman/uint256 v1.2.4 // indirect
|
|
github.com/klauspost/compress v1.17.9 // indirect
|
|
github.com/kr/text v0.2.0 // indirect
|
|
github.com/mitchellh/mapstructure v1.5.0 // indirect
|
|
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
|
|
github.com/pkg/errors v0.9.1 // indirect
|
|
github.com/russross/blackfriday/v2 v2.1.0 // indirect
|
|
github.com/shopspring/decimal v1.4.0 // indirect
|
|
github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb // indirect
|
|
github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 // indirect
|
|
github.com/xeipuuv/gojsonschema v1.2.0 // indirect
|
|
github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673 // indirect
|
|
golang.org/x/crypto v0.26.0 // indirect
|
|
golang.org/x/exp v0.0.0-20240719175910-8a7402abbf56 // indirect
|
|
golang.org/x/mod v0.19.0 // indirect
|
|
golang.org/x/sys v0.24.0 // indirect
|
|
golang.org/x/term v0.23.0 // indirect
|
|
golang.org/x/text v0.17.0 // indirect
|
|
golang.org/x/tools v0.25.0 // indirect
|
|
gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
)
|
|
|
|
// Replace with your actual fork or repository when available
|
|
replace github.com/your-username/mev-beta => ./ |