Files
EdgeAdmin/go.mod

25 lines
937 B
Modula-2
Raw Normal View History

2020-07-22 09:59:40 +08:00
module github.com/TeaOSLab/EdgeAdmin
go 1.16
2020-09-13 20:37:07 +08:00
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-12-02 16:09:23 +08:00
github.com/cespare/xxhash v1.1.0
2020-10-13 20:05:29 +08:00
github.com/go-sql-driver/mysql v1.5.0
2021-06-20 19:23:02 +08:00
github.com/google/go-cmp v0.5.6 // indirect
2022-03-04 15:01:26 +08:00
github.com/iwind/TeaGo v0.0.0-20220304043459-0dd944a5b475
github.com/iwind/gosock v0.0.0-20211103081026-ee4652210ca4
2021-10-26 20:43:47 +08:00
github.com/json-iterator/go v1.1.12 // indirect
github.com/miekg/dns v1.1.35
2021-10-26 20:43:47 +08:00
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
github.com/skip2/go-qrcode v0.0.0-20200617195104-da1b6568686e
github.com/tealeg/xlsx/v3 v3.2.3
github.com/xlzd/gotp v0.0.0-20181030022105-c8557ba2c119
2022-03-04 12:35:28 +08:00
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c // indirect
golang.org/x/sys v0.0.0-20220227234510-4e6760a101f9
google.golang.org/grpc v1.44.0
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
2020-07-22 22:19:39 +08:00
)