2020-09-13 19:27:47 +08:00
|
|
|
module github.com/TeaOSLab/EdgeCommon
|
|
|
|
|
|
2022-07-07 09:19:15 +08:00
|
|
|
go 1.18
|
2020-09-13 19:27:47 +08:00
|
|
|
|
|
|
|
|
require (
|
2022-03-04 12:21:23 +08:00
|
|
|
github.com/golang/protobuf v1.5.2
|
2023-06-28 09:12:13 +08:00
|
|
|
github.com/iwind/TeaGo v0.0.0-20230623080147-cd1e53b4915f
|
2023-07-11 19:47:05 +08:00
|
|
|
github.com/tdewolff/minify/v2 v2.12.7
|
2023-03-19 17:45:25 +08:00
|
|
|
golang.org/x/net v0.8.0
|
2022-03-20 10:43:52 +08:00
|
|
|
google.golang.org/grpc v1.45.0
|
2022-03-04 12:21:23 +08:00
|
|
|
google.golang.org/protobuf v1.27.1
|
2023-06-28 09:12:13 +08:00
|
|
|
gopkg.in/yaml.v3 v3.0.1
|
2020-09-13 19:27:47 +08:00
|
|
|
)
|
2022-07-07 09:19:15 +08:00
|
|
|
|
|
|
|
|
require (
|
2023-07-11 19:47:05 +08:00
|
|
|
github.com/kr/text v0.2.0 // indirect
|
|
|
|
|
github.com/tdewolff/parse/v2 v2.6.6 // indirect
|
2023-03-19 17:45:25 +08:00
|
|
|
golang.org/x/sys v0.6.0 // indirect
|
|
|
|
|
golang.org/x/text v0.8.0 // indirect
|
2022-07-07 09:19:15 +08:00
|
|
|
google.golang.org/genproto v0.0.0-20220317150908-0efb43f6373e // indirect
|
|
|
|
|
)
|