blob: e354c18389a0a558da2efbcdea03ee2faf9856c9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
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
)
|