mirror of
https://github.com/luxfi/netrunner.git
synced 2026-07-27 00:04:23 +00:00
Remove local replace directives for mainnet deployment
This commit is contained in:
@@ -1,23 +1,21 @@
|
||||
module github.com/luxfi/netrunner
|
||||
|
||||
go 1.24.6
|
||||
|
||||
toolchain go1.24.7
|
||||
go 1.25.1
|
||||
|
||||
exclude google.golang.org/genproto v0.0.0-20230410155749-daa745c078e1
|
||||
|
||||
require (
|
||||
github.com/dgraph-io/badger/v3 v3.2103.5
|
||||
github.com/grpc-ecosystem/grpc-gateway/v2 v2.27.1
|
||||
github.com/luxfi/consensus v1.18.0
|
||||
github.com/luxfi/crypto v1.16.16
|
||||
github.com/luxfi/evm v0.7.7-lux
|
||||
github.com/luxfi/geth v1.16.34
|
||||
github.com/luxfi/ids v1.0.2
|
||||
github.com/luxfi/consensus v1.18.1
|
||||
github.com/luxfi/crypto v1.17.0
|
||||
github.com/luxfi/evm v1.16.18
|
||||
github.com/luxfi/geth v1.14.2-lux-lean
|
||||
github.com/luxfi/ids v1.1.0
|
||||
github.com/luxfi/log v1.1.22
|
||||
github.com/luxfi/math v0.1.0
|
||||
github.com/luxfi/metric v1.3.0
|
||||
github.com/luxfi/node v1.16.15
|
||||
github.com/luxfi/math v0.1.1
|
||||
github.com/luxfi/metric v1.4.0
|
||||
github.com/luxfi/node v1.16.20-lean
|
||||
github.com/onsi/ginkgo/v2 v2.25.1
|
||||
github.com/onsi/gomega v1.37.0
|
||||
github.com/otiai10/copy v1.14.1
|
||||
@@ -36,17 +34,6 @@ require (
|
||||
gopkg.in/yaml.v3 v3.0.1
|
||||
)
|
||||
|
||||
replace (
|
||||
github.com/luxfi/consensus => ../consensus
|
||||
github.com/luxfi/crypto => ../crypto
|
||||
github.com/luxfi/evm => ../evm
|
||||
github.com/luxfi/geth => ../geth
|
||||
github.com/luxfi/ids => ../ids
|
||||
github.com/luxfi/log => ../log
|
||||
github.com/luxfi/math => ../math
|
||||
github.com/luxfi/metric => ../metric
|
||||
github.com/luxfi/node => ../node
|
||||
)
|
||||
|
||||
require (
|
||||
github.com/DataDog/zstd v1.5.7 // indirect
|
||||
@@ -118,7 +105,7 @@ require (
|
||||
github.com/klauspost/cpuid/v2 v2.3.0 // indirect
|
||||
github.com/kr/pretty v0.3.1 // indirect
|
||||
github.com/kr/text v0.2.0 // indirect
|
||||
github.com/luxfi/database v1.1.13 // indirect
|
||||
github.com/luxfi/database v1.2.0 // indirect
|
||||
github.com/luxfi/ledger-lux-go v1.0.0 // indirect
|
||||
github.com/luxfi/mock v0.1.0 // indirect
|
||||
github.com/luxfi/trace v0.1.2 // indirect
|
||||
|
||||
@@ -268,8 +268,8 @@ github.com/kylelemons/godebug v1.1.0 h1:RPNrshWIDI6G2gRW9EHilWtl7Z6Sb1BR0xunSBf0
|
||||
github.com/kylelemons/godebug v1.1.0/go.mod h1:9/0rRGxNHcop5bhtWyNeEfOS8JIWk580+fNqagV/RAw=
|
||||
github.com/leanovate/gopter v0.2.11 h1:vRjThO1EKPb/1NsDXuDrzldR28RLkBflWYcU9CvzWu4=
|
||||
github.com/leanovate/gopter v0.2.11/go.mod h1:aK3tzZP/C+p1m3SPRE4SYZFGP7jjkuSI4f7Xvpt0S9c=
|
||||
github.com/luxfi/database v1.1.13 h1:J0iNaejPDFfvevvX/TDr61pcfEciPRSKK1czoDbg+n0=
|
||||
github.com/luxfi/database v1.1.13/go.mod h1:EgiZIOrM9gCqGBy6d9IrnIESOW+/y4MdXRfFUan6BTY=
|
||||
github.com/luxfi/database v1.2.0 h1:lwcNCjPO4VTCAP4NKoB/xo+6c9aJBlKHFW7mw8m9V/Y=
|
||||
github.com/luxfi/database v1.2.0/go.mod h1:zYoxkE5uHHjJ4FxHhmBOyWb4V9j1Qk4rVGBWBQJFb+g=
|
||||
github.com/luxfi/ledger-lux-go v1.0.0 h1:u5L6hrJU10tOd3+N6tMkq0ba1uWh/rLXvQiKlJoMENE=
|
||||
github.com/luxfi/ledger-lux-go v1.0.0/go.mod h1:bJgOxgG1jE5uz8upWrwoDuCS/gfEQEQkL3TMYjwe5VA=
|
||||
github.com/luxfi/mock v0.1.0 h1:IwElfNu+T9sXvzFX6tudPDx1vqPuACRSRdxpD5lxW+o=
|
||||
|
||||
Reference in New Issue
Block a user