aboutsummaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
authorTyler Davis <tydavis@gmail.com>2021-02-15 20:47:30 +0000
committerTyler Davis <tydavis@gmail.com>2021-02-15 20:47:30 +0000
commita687ebabb6589ebb36a9c385f583a19ac462b831 (patch)
tree4112f2272dfe6df7f106819c1381ab59d7ea5d2f /go.mod
parentf22b6da3c7964a23d93269b6c5de9f322c3837a8 (diff)
downloaddnstracker-a687ebabb6589ebb36a9c385f583a19ac462b831.tar.gz
dnstracker-a687ebabb6589ebb36a9c385f583a19ac462b831.zip
Update go modules for 1.15
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
)