mirror of
https://github.com/luxfi/netrunner.git
synced 2026-07-27 00:04:23 +00:00
Use -lux tagged versions and remove local replace directives
This commit is contained in:
@@ -1,20 +1,20 @@
|
||||
module github.com/luxfi/netrunner
|
||||
|
||||
go 1.22.5
|
||||
go 1.24.5
|
||||
|
||||
exclude google.golang.org/genproto v0.0.0-20230410155749-daa745c078e1
|
||||
|
||||
require (
|
||||
github.com/ethereum/go-ethereum v1.16.1
|
||||
github.com/grpc-ecosystem/grpc-gateway/v2 v2.27.1
|
||||
github.com/luxfi/crypto v1.2.1
|
||||
github.com/luxfi/evm v0.7.9
|
||||
github.com/luxfi/geth v1.16.26
|
||||
github.com/luxfi/node v1.13.16
|
||||
github.com/luxfi/crypto v1.2.2
|
||||
github.com/luxfi/evm v0.7.8-lux
|
||||
github.com/luxfi/geth v1.16.1-lux
|
||||
github.com/luxfi/ids v1.0.2
|
||||
github.com/luxfi/node v1.13.4-lux
|
||||
github.com/onsi/ginkgo/v2 v2.23.4
|
||||
github.com/onsi/gomega v1.37.0
|
||||
github.com/otiai10/copy v1.14.1
|
||||
github.com/prometheus/client_golang v1.22.0
|
||||
github.com/prometheus/client_golang v1.23.0
|
||||
github.com/shirou/gopsutil v3.21.11+incompatible
|
||||
github.com/spf13/cobra v1.9.1
|
||||
github.com/stretchr/testify v1.10.0
|
||||
@@ -90,8 +90,7 @@ require (
|
||||
github.com/klauspost/cpuid/v2 v2.2.7 // indirect
|
||||
github.com/kr/pretty v0.3.1 // indirect
|
||||
github.com/kr/text v0.2.0 // indirect
|
||||
github.com/luxfi/database v1.1.7 // indirect
|
||||
github.com/luxfi/ids v1.0.2 // indirect
|
||||
github.com/luxfi/database v1.1.9 // indirect
|
||||
github.com/luxfi/log v0.1.1 // indirect
|
||||
github.com/luxfi/metrics v1.1.1 // indirect
|
||||
github.com/luxfi/trace v0.1.1 // indirect
|
||||
@@ -107,9 +106,9 @@ require (
|
||||
github.com/pires/go-proxyproto v0.7.0 // indirect
|
||||
github.com/pkg/errors v0.9.1 // indirect
|
||||
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
|
||||
github.com/prometheus/client_model v0.6.1 // indirect
|
||||
github.com/prometheus/common v0.62.0 // indirect
|
||||
github.com/prometheus/procfs v0.15.1 // indirect
|
||||
github.com/prometheus/client_model v0.6.2 // indirect
|
||||
github.com/prometheus/common v0.65.0 // indirect
|
||||
github.com/prometheus/procfs v0.17.0 // indirect
|
||||
github.com/rivo/uniseg v0.4.7 // indirect
|
||||
github.com/rogpeppe/go-internal v1.13.1 // indirect
|
||||
github.com/rs/cors v1.10.1 // indirect
|
||||
|
||||
Reference in New Issue
Block a user