From 91cb93a1f601bc8185bb21bf8257d93e3b14b30c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Feb 2026 14:32:11 +0000 Subject: [PATCH] build(deps): bump github.com/luxfi/math from 1.2.3 to 1.2.4 Bumps [github.com/luxfi/math](https://github.com/luxfi/math) from 1.2.3 to 1.2.4. - [Commits](https://github.com/luxfi/math/compare/v1.2.3...v1.2.4) --- updated-dependencies: - dependency-name: github.com/luxfi/math dependency-version: 1.2.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- go.mod | 2 +- go.sum | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 1c05d85c3..baee899d3 100644 --- a/go.mod +++ b/go.mod @@ -26,7 +26,7 @@ require ( github.com/luxfi/go-bip39 v1.1.2 github.com/luxfi/ids v1.2.9 github.com/luxfi/log v1.4.1 - github.com/luxfi/math v1.2.3 + github.com/luxfi/math v1.2.4 github.com/luxfi/math/big v0.1.0 github.com/luxfi/math/safe v0.0.1 github.com/luxfi/metric v1.5.0 diff --git a/go.sum b/go.sum index 88194c74d..fdd6f5d75 100644 --- a/go.sum +++ b/go.sum @@ -227,6 +227,8 @@ github.com/luxfi/log v1.4.1 h1:rIfFRodb9jrD/w7KayaUk0Oc+37PaQQdKEEMJCjR8gw= github.com/luxfi/log v1.4.1/go.mod h1:64IE3xRMJcpkQwnPUfJw3pDj7wU0kRS7BZ9wM7R72jk= github.com/luxfi/math v1.2.3 h1:BgvIFw/srPXFLbcqtoDhLJOfmBsn86GPA1iWgsoyUb4= github.com/luxfi/math v1.2.3/go.mod h1:C8STnF2H+D6rqBPt248CiWY2TGuJgdtv/+4UqrT15iM= +github.com/luxfi/math v1.2.4 h1:iVz7s0gToCNUU/2cLT8gUa8MLzc0YRp4jBmeXBeKdXk= +github.com/luxfi/math v1.2.4/go.mod h1:i+Am9YvFsqDE75ZW8MPE62XCXGukXNiN/7mD9SKxxZY= github.com/luxfi/math/big v0.1.0 h1:Vz4c0RsZVPdIKPsHPgAJChH/R3p15WHRUz7LkLf+NIQ= github.com/luxfi/math/big v0.1.0/go.mod h1:BuxSu22RbO93xBLk5Eam5nldFponoJ73xDFz4uJ3Huk= github.com/luxfi/math/safe v0.0.1 h1:GfSBINV9mOFgHzd32JbgfHSLhlNn0BwnP43rteYEosc=