Remove local replace directive and update to geth v0.15.40, node v1.13.13

This commit is contained in:
Hanzo Dev
2025-07-21 14:23:22 -05:00
parent 39e10a2250
commit b2b91f9da7
2 changed files with 6 additions and 6 deletions
+2 -4
View File
@@ -2,12 +2,10 @@ module github.com/luxfi/netrunner
go 1.24.5
replace github.com/luxfi/geth => ../geth
require (
github.com/grpc-ecosystem/grpc-gateway/v2 v2.27.1
github.com/luxfi/geth v0.15.31
github.com/luxfi/node v1.13.9
github.com/luxfi/geth v0.15.40
github.com/luxfi/node v1.13.13
github.com/onsi/ginkgo/v2 v2.23.4
github.com/onsi/gomega v1.37.0
github.com/otiai10/copy v1.14.1
+4 -2
View File
@@ -294,8 +294,10 @@ 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/node v1.13.9 h1:D7P41v4SQ6ZTjUQ+9VpYWtofThYPhV8oI9dl7+SB/Is=
github.com/luxfi/node v1.13.9/go.mod h1:AcNHZ2EmL3oYLlvTyiAXmItiZyziapHBZKzS2/UgUWI=
github.com/luxfi/geth v0.15.40 h1:h3tlT5P5x7199uAfWpo45by08EbQQXYIo2CqyPnwcBk=
github.com/luxfi/geth v0.15.40/go.mod h1:IqfzUTLCcQjyeAqaBOPfqLaMknAOeCMsVvQHdXq9b/w=
github.com/luxfi/node v1.13.13 h1:d9EBufYVsUAX0djLg7GJkMWnrb4TEhSUY/rDwJEbdhc=
github.com/luxfi/node v1.13.13/go.mod h1:hjc+249TnVTMoCySYlmwjrVA3WOLCk3s9KRx7Lz7vNE=
github.com/magiconair/properties v1.8.6 h1:5ibWZ6iY0NctNGWo87LalDlEZ6R41TqbbDamhfG/Qzo=
github.com/magiconair/properties v1.8.6/go.mod h1:y3VJvCyxH9uVvJTWEGAELF3aiYNyPKd5NZ3oSwXrF60=
github.com/mattn/go-colorable v0.1.13 h1:fFA4WZxdEF4tXPZVKMLwD8oUnCTTo08duU7wxecdEvA=