2020-07-22 09:59:40 +08:00
|
|
|
module github.com/TeaOSLab/EdgeAdmin
|
|
|
|
|
|
2020-09-13 20:37:07 +08:00
|
|
|
go 1.15
|
|
|
|
|
|
|
|
|
|
replace github.com/TeaOSLab/EdgeCommon => ../EdgeCommon
|
2020-07-22 09:59:40 +08:00
|
|
|
|
2020-07-22 22:19:39 +08:00
|
|
|
require (
|
2020-09-13 20:37:07 +08:00
|
|
|
github.com/TeaOSLab/EdgeCommon v0.0.0-00010101000000-000000000000
|
2020-10-13 20:05:29 +08:00
|
|
|
github.com/go-sql-driver/mysql v1.5.0
|
2020-07-22 22:19:39 +08:00
|
|
|
github.com/go-yaml/yaml v2.1.0+incompatible
|
2020-11-20 15:32:42 +08:00
|
|
|
github.com/iwind/TeaGo v0.0.0-20201120063500-ee2d7090f4bc
|
2020-11-20 17:08:10 +08:00
|
|
|
github.com/tealeg/xlsx/v3 v3.2.3
|
2020-10-13 20:05:29 +08:00
|
|
|
golang.org/x/sys v0.0.0-20200724161237-0e2f3a69832c // indirect
|
2020-09-13 20:37:07 +08:00
|
|
|
google.golang.org/grpc v1.32.0
|
2020-10-11 16:20:55 +08:00
|
|
|
gopkg.in/yaml.v3 v3.0.0-20200615113413-eeeca48fe776
|
2020-07-22 22:19:39 +08:00
|
|
|
)
|