1
0
mirror of https://github.com/sjwhitworth/golearn.git synced 2025-04-26 13:49:14 +08:00
golearn/go.mod
2020-03-09 21:30:31 +09:00

11 lines
261 B
Modula-2

module github.com/sjwhitworth/golearn
go 1.14
require (
github.com/smartystreets/goconvey v1.6.4
golang.org/x/exp v0.0.0-20200228211341-fcea875c7e85 // indirect
golang.org/x/tools v0.0.0-20200308013534-11ec41452d41 // indirect
gonum.org/v1/gonum v0.7.0
)