-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
23 lines (22 loc) · 988 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
module github.com/project-anomalia/anomalia
require (
github.com/chewxy/hm v1.0.0 // indirect
github.com/chewxy/math32 v1.0.0 // indirect
github.com/chewxy/stl v1.3.1 // indirect
github.com/gogo/protobuf v1.2.1 // indirect
github.com/golang/protobuf v1.3.1 // indirect
github.com/google/flatbuffers v1.11.0 // indirect
github.com/kisielk/errcheck v1.2.0 // indirect
github.com/pkg/errors v0.8.1 // indirect
github.com/project-anomalia/stl v1.3.1
github.com/xtgo/set v1.0.0 // indirect
golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 // indirect
golang.org/x/net v0.0.0-20190628185345-da137c7871d7 // indirect
golang.org/x/sys v0.0.0-20190626221950-04f50cda93cb // indirect
golang.org/x/text v0.3.2 // indirect
golang.org/x/tools v0.0.0-20190703172252-a00916dd39a5 // indirect
gonum.org/v1/gonum v0.0.0-20190628223043-536a303fd62f // indirect
gorgonia.org/tensor v0.8.1 // indirect
gorgonia.org/vecf32 v0.7.0 // indirect
gorgonia.org/vecf64 v0.7.0 // indirect
)