aboutsummaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod9
1 files changed, 5 insertions, 4 deletions
diff --git a/go.mod b/go.mod
index b919550..1e3b6ae 100644
--- a/go.mod
+++ b/go.mod
@@ -1,9 +1,10 @@
module github.com/tydavis/dnstracker
-go 1.12
+go 1.15
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
+ github.com/miekg/dns v1.1.38
+ golang.org/x/crypto v0.0.0-20201221181555-eec23a3978ad // indirect
+ golang.org/x/net v0.0.0-20210119194325-5f4716e94777 // indirect
+ golang.org/x/sys v0.0.0-20210124154548-22da62e12c0c // indirect
)