-
Notifications
You must be signed in to change notification settings - Fork 6
/
go.mod
21 lines (19 loc) · 970 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
module github.com/sachaservan/private-ann
go 1.16
require (
github.com/alexflint/go-arg v1.4.2
github.com/gonum/blas v0.0.0-20181208220705-f22b278b28ac // indirect
github.com/gonum/diff v0.0.0-20181124234638-500114f11e71 // indirect
github.com/gonum/floats v0.0.0-20181209220543-c233463c7e82 // indirect
github.com/gonum/integrate v0.0.0-20181209220457-a422b5c0fdf2 // indirect
github.com/gonum/internal v0.0.0-20181124074243-f884aa714029 // indirect
github.com/gonum/lapack v0.0.0-20181123203213-e4cdc5a0bff9 // indirect
github.com/gonum/mathext v0.0.0-20181121095525-8a4bf007ea55 // indirect
github.com/gonum/matrix v0.0.0-20181209220409-c518dec07be9 // indirect
github.com/gonum/stat v0.0.0-20181125101827-41a0da705a5b
github.com/montanaflynn/stats v0.6.6
github.com/ncw/gmp v1.0.4
github.com/sachaservan/paillier v0.0.0-20201119232153-30237183ba29 // indirect
github.com/sachaservan/vec v0.0.0-20210525154010-4d83667d9588
gonum.org/v1/plot v0.9.0
)