mirror of
https://github.com/luxfi/math.git
synced 2026-07-27 03:38:49 +00:00
25 lines
706 B
AMPL
25 lines
706 B
AMPL
module github.com/luxfi/math
|
|
|
|
go 1.24.5
|
|
|
|
require (
|
|
github.com/luxfi/geth v1.16.34
|
|
github.com/luxfi/ids v1.0.2
|
|
github.com/stretchr/testify v1.10.0
|
|
golang.org/x/exp v0.0.0-20250813145105-42675adae3e6
|
|
)
|
|
|
|
replace github.com/luxfi/utils => ../utils
|
|
|
|
require (
|
|
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
|
|
github.com/gorilla/rpc v1.2.1 // indirect
|
|
github.com/luxfi/crypto v1.2.9 // 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.5.2 // indirect
|
|
golang.org/x/crypto v0.40.0 // indirect
|
|
gonum.org/v1/gonum v0.16.0 // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
)
|