From 401160628157b35bd5bb11629e88c262492d13e9 Mon Sep 17 00:00:00 2001 From: zeekay Date: Wed, 15 Jul 2026 11:12:34 -0700 Subject: [PATCH] =?UTF-8?q?chore(deps):=20bump=20geth=20v1.20.1=20+=20luxf?= =?UTF-8?q?i=20deps=20=E2=80=94=20stack=20unification?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- go.mod | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/go.mod b/go.mod index 7dd7b4d..4cf72ed 100644 --- a/go.mod +++ b/go.mod @@ -3,7 +3,7 @@ module github.com/luxfi/math go 1.26.4 require ( - github.com/luxfi/ids v1.2.9 + github.com/luxfi/ids v1.3.2 github.com/luxfi/math/big v0.1.0 github.com/luxfi/sampler v1.1.0 github.com/stretchr/testify v1.11.1 @@ -15,7 +15,8 @@ require ( github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect github.com/klauspost/cpuid/v2 v2.3.0 // indirect github.com/kr/text v0.2.0 // indirect - github.com/luxfi/crypto v1.19.0 // indirect + github.com/luxfi/crypto v1.20.2 // indirect + github.com/luxfi/geth v1.20.1 github.com/luxfi/mock v0.1.0 // indirect github.com/mr-tron/base58 v1.2.0 // indirect github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect