Files
lattigo/go.mod
dependabot[bot] 10eab53212 Bump golang.org/x/crypto from 0.18.0 to 0.31.0
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.18.0 to 0.31.0.
- [Commits](https://github.com/golang/crypto/compare/v0.18.0...v0.31.0)

---
updated-dependencies:
- dependency-name: golang.org/x/crypto
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-12-13 10:45:34 +00:00

22 lines
621 B
Modula-2

module github.com/tuneinsight/lattigo/v6
go 1.21
require (
github.com/google/go-cmp v0.5.8
github.com/stretchr/testify v1.8.0
golang.org/x/crypto v0.31.0
golang.org/x/exp v0.0.0-20230321023759-10a507213a29
)
require (
github.com/ALTree/bigfloat v0.0.0-20220102081255-38c8b72a9924
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/kr/pretty v0.3.0 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/rogpeppe/go-internal v1.9.0 // indirect
golang.org/x/sys v0.28.0 // indirect
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)