From b6385e524ebbfe242f9d36eb4361f8568e6bf895 Mon Sep 17 00:00:00 2001 From: Tyler Davis Date: Thu, 6 Jan 2022 04:50:20 +0000 Subject: Update module to 1.17 and update all deps --- go.mod | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) (limited to 'go.mod') diff --git a/go.mod b/go.mod index 1e3b6ae..1664268 100644 --- a/go.mod +++ b/go.mod @@ -1,10 +1,14 @@ module github.com/tydavis/dnstracker -go 1.15 +go 1.17 + +require github.com/miekg/dns v1.1.45 require ( - 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 + golang.org/x/crypto v0.0.0-20211215153901-e495a2d5b3d3 // indirect + golang.org/x/mod v0.5.1 // indirect + golang.org/x/net v0.0.0-20220105145211-5b0dc2dfae98 // indirect + golang.org/x/sys v0.0.0-20211216021012-1d35b9e2eb4e // indirect + golang.org/x/tools v0.1.8 // indirect + golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect ) -- cgit v1.2.3