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-cache-prober/go.mod
2024-05-11 19:52:03 +08:00

17 lines
429 B
Modula-2

module cache_prober
go 1.18
require (
github.com/go-sql-driver/mysql v1.7.0
github.com/miekg/dns v1.1.50
)
require (
golang.org/x/mod v0.4.2 // indirect
golang.org/x/net v0.0.0-20210726213435-c6fcb2dbf985 // indirect
golang.org/x/sys v0.0.0-20210630005230-0f9fa26af87c // indirect
golang.org/x/tools v0.1.6-0.20210726203631-07bc1bf47fb2 // indirect
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
)