mirror of
https://github.com/tuneinsight/lattigo.git
synced 2025-09-13 03:27:14 +00:00
14 lines
437 B
Modula-2
14 lines
437 B
Modula-2
module github.com/tuneinsight/lattigo/v3
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/kr/text v0.2.0 // indirect
|
|
github.com/stretchr/testify v1.7.1
|
|
golang.org/x/crypto v0.0.0-20220517005047-85d78b3ac167
|
|
golang.org/x/sys v0.0.0-20220513210249-45d2b4557a2a // indirect
|
|
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
|
|
gopkg.in/yaml.v3 v3.0.0-20220512140231-539c8e751b99 // indirect
|
|
)
|