This repository has been archived on 2025-09-14. You can view files and clone it, but cannot push or open issues or pull requests.
Files
modikai-echodns/go.mod

18 lines
360 B
Modula-2
Raw Permalink Normal View History

2023-06-19 10:06:24 +08:00
module echodns
go 1.20
2023-08-04 17:23:12 +08:00
require (
github.com/miekg/dns v1.1.55
github.com/rs/zerolog v1.30.0
)
2023-06-19 10:06:24 +08:00
require (
2023-08-04 17:23:12 +08:00
github.com/mattn/go-colorable v0.1.12 // indirect
github.com/mattn/go-isatty v0.0.14 // indirect
2023-06-19 10:06:24 +08:00
golang.org/x/mod v0.7.0 // indirect
golang.org/x/net v0.2.0 // indirect
golang.org/x/sys v0.2.0 // indirect
golang.org/x/tools v0.3.0 // indirect
)