From 8c8af9b5457ef7cdd77aa33c3dd19f4c68832278 Mon Sep 17 00:00:00 2001 From: zeekay Date: Sun, 26 Jul 2026 10:13:06 -0700 Subject: [PATCH] chore: sync working tree Commits 1 outstanding change(s) that were sitting uncommitted. No build artifacts and no secrets in the changeset (both checked). --- go.mod | 2 ++ 1 file changed, 2 insertions(+) diff --git a/go.mod b/go.mod index 03b06f4..2b3c961 100644 --- a/go.mod +++ b/go.mod @@ -73,3 +73,5 @@ require ( gopkg.in/natefinch/lumberjack.v2 v2.2.1 // indirect gopkg.in/yaml.v3 v3.0.1 // indirect ) + +replace github.com/luxfi/geth => /Users/z/work/lux/geth