mirror of
https://github.com/tuneinsight/lattigo.git
synced 2025-09-13 03:27:14 +00:00
13 lines
311 B
Modula-2
13 lines
311 B
Modula-2
module github.com/ldsec/lattigo
|
|
|
|
go 1.13
|
|
|
|
require golang.org/x/crypto v0.0.0-20191011191535-87dc89f01550
|
|
|
|
require golang.org/x/lint v0.0.0-20200302205851-738671d3881b
|
|
|
|
require (
|
|
github.com/stretchr/testify v0.0.0-20190311161405-34c6fa2dc709
|
|
golang.org/x/tools v0.0.0-20200324053659-5c746ccfa245 // indirect
|
|
)
|