2020-10-12 08:29:16 +03:00
|
|
|
module github.com/v2fly/domain-list-community
|
2020-09-19 21:17:43 +03:00
|
|
|
|
2023-02-08 12:31:27 +02:00
|
|
|
go 1.19
|
2020-09-19 21:17:43 +03:00
|
|
|
|
|
|
|
require (
|
2023-12-12 14:19:01 +02:00
|
|
|
github.com/v2fly/v2ray-core/v5 v5.13.0
|
2023-06-27 06:42:31 +03:00
|
|
|
google.golang.org/protobuf v1.31.0
|
2020-09-19 21:17:43 +03:00
|
|
|
)
|
2021-09-01 05:04:12 +03:00
|
|
|
|
2022-08-22 06:05:14 +03:00
|
|
|
require (
|
|
|
|
github.com/adrg/xdg v0.4.0 // indirect
|
2023-10-30 10:42:05 +02:00
|
|
|
github.com/golang/protobuf v1.5.3 // indirect
|
2023-12-12 14:19:01 +02:00
|
|
|
golang.org/x/sys v0.15.0 // indirect
|
2022-08-22 06:05:14 +03:00
|
|
|
)
|