mirror of
https://github.com/luxfi/math.git
synced 2026-07-27 03:38:49 +00:00
Picks up the 2026-06-06 relicensing: - luxfi/vm v1.2.0 → Lux Ecosystem License v1.2 (was Lux Research v1.0). License-only retag of the extracted runtime; patent reservation preserved for runtime optimization surfaces, royalty-free for Descending Chains. - luxfi/sampler v1.1.0 → BSD-3-Clause (was Lux Research v1.0). License restored to match the luxfi/node provenance (originally extracted from node/utils/sampler). - luxfi/staking v1.5.0 → BSD-3-Clause (was Lux Research v1.0). License restored to match the luxfi/node provenance. No code changes in this commit — go.mod/go.sum only.
28 lines
856 B
AMPL
28 lines
856 B
AMPL
module github.com/luxfi/math
|
|
|
|
go 1.26.3
|
|
|
|
require (
|
|
github.com/luxfi/ids v1.2.9
|
|
github.com/luxfi/math/big v0.1.0
|
|
github.com/luxfi/sampler v1.1.0
|
|
github.com/stretchr/testify v1.11.1
|
|
github.com/zeebo/blake3 v0.2.4
|
|
golang.org/x/exp v0.0.0-20260312153236-7ab1446f8b90
|
|
)
|
|
|
|
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/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
|
|
go.uber.org/mock v0.6.0 // indirect
|
|
golang.org/x/crypto v0.49.0 // indirect
|
|
golang.org/x/sys v0.42.0 // indirect
|
|
gonum.org/v1/gonum v0.17.0 // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
)
|