summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorMDK <[email protected]>2024-05-11 19:52:03 +0800
committerMDK <[email protected]>2024-05-11 19:52:03 +0800
commit24ee3689d02ada61c0d0d599adcdc26ad6826e9e (patch)
tree3413258b0b4cba326c00821334ca23651ff67cf2 /go.mod
cache probe source codeHEADmain
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod16
1 files changed, 16 insertions, 0 deletions
diff --git a/go.mod b/go.mod
new file mode 100644
index 0000000..e354c18
--- /dev/null
+++ b/go.mod
@@ -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
+)