forked from pa-m/sklearn
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
123 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,28 +1,24 @@ | ||
module github.com/pa-m/sklearn | ||
|
||
require ( | ||
github.com/ajstarks/svgo v0.0.0-20181006003313-6ce6a3bcf6cd // indirect | ||
github.com/chewxy/hm v1.0.0 // indirect | ||
github.com/chewxy/math32 v1.0.0 | ||
github.com/ajstarks/svgo v0.0.0-20190826172357-de52242f3d65 // indirect | ||
github.com/chewxy/math32 v1.0.4 | ||
github.com/fogleman/gg v1.3.0 // indirect | ||
github.com/jung-kurt/gofpdf v1.5.4 // indirect | ||
github.com/jung-kurt/gofpdf v1.10.1 // indirect | ||
github.com/pa-m/optimize v0.0.0-20190612075243-15ee852a6d9a | ||
github.com/pa-m/randomkit v0.0.0-20190612075210-f24d270692b4 | ||
github.com/phpdave11/gofpdi v1.0.5 // indirect | ||
github.com/pkg/errors v0.8.1 | ||
github.com/remyoudompheng/bigfft v0.0.0-20190728182440-6a916e37a237 // indirect | ||
github.com/stretchr/objx v0.2.0 // indirect | ||
github.com/xtgo/set v1.0.0 // indirect | ||
golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 // indirect | ||
golang.org/x/exp v0.0.0-20190718202018-cfdd5522f6f6 | ||
golang.org/x/image v0.0.0-20190729225735-1bd0cf576493 // indirect | ||
golang.org/x/mobile v0.0.0-20190719004257-d2bd2a29d028 // indirect | ||
golang.org/x/net v0.0.0-20190724013045-ca1201d0de80 // indirect | ||
golang.org/x/sys v0.0.0-20190730183949-1393eb018365 // indirect | ||
golang.org/x/tools v0.0.0-20190730215328-ed3277de2799 | ||
gonum.org/v1/gonum v0.0.0-20190724213354-3129c79de289 | ||
golang.org/x/crypto v0.0.0-20190829043050-9756ffdc2472 // indirect | ||
golang.org/x/exp v0.0.0-20190829153037-c13cbed26979 | ||
golang.org/x/image v0.0.0-20190902063713-cb417be4ba39 // indirect | ||
golang.org/x/mobile v0.0.0-20190830201351-c6da95954960 // indirect | ||
golang.org/x/net v0.0.0-20190827160401-ba9fcec4b297 // indirect | ||
golang.org/x/sys v0.0.0-20190904154756-749cb33beabd // indirect | ||
golang.org/x/tools v0.0.0-20190905235650-93dcc2f048f5 | ||
gonum.org/v1/gonum v0.0.0-20190904110519-2065cbd6b42a | ||
gonum.org/v1/plot v0.0.0-20190615073203-9aa86143727f | ||
gorgonia.org/tensor v0.8.1 | ||
gorgonia.org/vecf32 v0.7.0 // indirect | ||
gorgonia.org/vecf64 v0.7.0 // indirect | ||
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect | ||
gorgonia.org/tensor v0.9.1 | ||
) |
Oops, something went wrong.