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-20220331220935-ae2d96664a29
|
|
golang.org/x/sys v0.0.0-20220330033206-e17cdc41300f // indirect
|
|
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
|
|
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
|
|
)
|