@@ -3,22 +3,17 @@ module github.com/pa-m/sklearn
3
3
require (
4
4
github.com/ajstarks/svgo v0.0.0-20190826172357-de52242f3d65 // indirect
5
5
github.com/chewxy/math32 v1.0.4
6
+ github.com/davecgh/go-spew v1.1.1 // indirect
6
7
github.com/fogleman/gg v1.3.0 // indirect
7
8
github.com/jung-kurt/gofpdf v1.10.1 // indirect
8
- github.com/mgechev/revive v0.0.0-20190917153825-40564c5052ae // indirect
9
+ github.com/kr/pretty v0.1.0 // indirect
9
10
github.com/pa-m/optimize v0.0.0-20190612075243-15ee852a6d9a
10
11
github.com/pa-m/randomkit v0.0.0-20190612075210-f24d270692b4
11
12
github.com/pkg/errors v0.8.1
12
- github.com/remyoudompheng/bigfft v0.0.0-20190728182440-6a916e37a237 // indirect
13
- github.com/stretchr/objx v0.2.0 // indirect
14
- golang.org/x/crypto v0.0.0-20190829043050-9756ffdc2472 // indirect
15
13
golang.org/x/exp v0.0.0-20190829153037-c13cbed26979
16
14
golang.org/x/image v0.0.0-20190902063713-cb417be4ba39 // indirect
17
- golang.org/x/mobile v0.0.0-20190830201351-c6da95954960 // indirect
18
- golang.org/x/net v0.0.0-20190827160401-ba9fcec4b297 // indirect
19
- golang.org/x/sys v0.0.0-20190904154756-749cb33beabd // indirect
20
- golang.org/x/tools v0.0.0-20190905235650-93dcc2f048f5
21
- gonum.org/v1/gonum v0.0.0-20190904110519-2065cbd6b42a
15
+ golang.org/x/tools v0.0.0-20190905235650-93dcc2f048f5 // indirect
16
+ gonum.org/v1/gonum v0.0.0-20190929233944-b20cf7805fc4
22
17
gonum.org/v1/plot v0.0.0-20190615073203-9aa86143727f
23
18
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
24
19
gorgonia.org/tensor v0.9.1
0 commit comments