Files
lattigo/go.mod
ChristianMct 0bdf202ed5 Upgrading dependancies and enabling CI tests for latest Go versions (#198)
* updated dependencies

* added go 1.18 and 1.17 to CI builds
2022-04-14 09:39:25 +02:00

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
)