2020-09-13 19:27:47 +08:00
|
|
|
module github.com/TeaOSLab/EdgeCommon
|
|
|
|
|
|
2024-07-27 13:29:26 +08:00
|
|
|
go 1.22
|
2020-09-13 19:27:47 +08:00
|
|
|
|
|
|
|
|
require (
|
2024-07-27 13:29:26 +08:00
|
|
|
github.com/hashicorp/go-set v0.1.14
|
|
|
|
|
github.com/iwind/TeaGo v0.0.0-20240508072741-7647e70b7070
|
|
|
|
|
github.com/miekg/dns v1.1.61
|
|
|
|
|
golang.org/x/net v0.26.0
|
|
|
|
|
google.golang.org/grpc v1.63.2
|
2024-04-12 16:48:15 +08:00
|
|
|
google.golang.org/protobuf v1.33.0
|
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 (
|
2024-07-27 13:29:26 +08:00
|
|
|
github.com/kr/pretty v0.3.1 // indirect
|
|
|
|
|
github.com/rogpeppe/go-internal v1.12.0 // indirect
|
|
|
|
|
golang.org/x/mod v0.18.0 // indirect
|
|
|
|
|
golang.org/x/sync v0.7.0 // indirect
|
|
|
|
|
golang.org/x/sys v0.21.0 // indirect
|
|
|
|
|
golang.org/x/text v0.16.0 // indirect
|
|
|
|
|
golang.org/x/tools v0.22.0 // indirect
|
|
|
|
|
google.golang.org/genproto/googleapis/rpc v0.0.0-20240415180920-8c6c420018be // indirect
|
|
|
|
|
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
|
2022-07-07 09:19:15 +08:00
|
|
|
)
|