mirror of
https://github.com/tuneinsight/lattigo.git
synced 2025-09-13 03:27:14 +00:00
24 lines
617 B
Modula-2
24 lines
617 B
Modula-2
module github.com/tuneinsight/lattigo/v6
|
|
|
|
go 1.23.0
|
|
|
|
toolchain go1.24.0
|
|
|
|
require (
|
|
github.com/google/go-cmp v0.7.0
|
|
github.com/stretchr/testify v1.10.0
|
|
golang.org/x/crypto v0.35.0
|
|
golang.org/x/exp v0.0.0-20250506013437-ce4c2cf36ca6
|
|
)
|
|
|
|
require (
|
|
github.com/ALTree/bigfloat v0.2.0
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/kr/pretty v0.3.1 // indirect
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
github.com/rogpeppe/go-internal v1.14.1 // indirect
|
|
golang.org/x/sys v0.33.0 // indirect
|
|
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
)
|