diff options
| author | MDK <[email protected]> | 2024-05-11 19:52:03 +0800 |
|---|---|---|
| committer | MDK <[email protected]> | 2024-05-11 19:52:03 +0800 |
| commit | 24ee3689d02ada61c0d0d599adcdc26ad6826e9e (patch) | |
| tree | 3413258b0b4cba326c00821334ca23651ff67cf2 /go.mod | |
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 16 |
1 files changed, 16 insertions, 0 deletions
@@ -0,0 +1,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 +) |
