openbrain/go.mod

17 lines
440 B
Modula-2
Raw Normal View History

2022-03-31 11:47:07 +08:00
module github.com/openbrain/openbrain
go 1.16
2022-03-31 15:26:51 +08:00
require (
github.com/astaxie/beego v1.12.3
github.com/casdoor/casdoor-go-sdk v0.3.3
2022-04-12 23:09:24 +08:00
github.com/danaugrs/go-tsne/tsne v0.0.0-20220306155740-2250969e057f
2022-03-31 15:26:51 +08:00
github.com/go-sql-driver/mysql v1.6.0
2022-04-07 21:59:44 +08:00
github.com/muesli/clusters v0.0.0-20200529215643-2700303c1762
github.com/muesli/kmeans v0.3.0
2022-04-05 10:19:58 +08:00
github.com/tealeg/xlsx v1.0.5
2022-04-12 23:09:24 +08:00
gonum.org/v1/gonum v0.9.3
2022-03-31 15:26:51 +08:00
xorm.io/core v0.7.3
xorm.io/xorm v1.2.5
)