aboutsummaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod9
1 files changed, 9 insertions, 0 deletions
diff --git a/go.mod b/go.mod
new file mode 100644
index 0000000..b919550
--- /dev/null
+++ b/go.mod
@@ -0,0 +1,9 @@
+module github.com/tydavis/dnstracker
+
+go 1.12
+
+require (
+ github.com/miekg/dns v1.0.4
+ golang.org/x/crypto v0.0.0-20180228161326-91a49db82a88 // indirect
+ golang.org/x/net v0.0.0-20180218175443-cbe0f9307d01 // indirect
+)