From fbccb1a45feb6b8005f06dc1b2557770011ce424 Mon Sep 17 00:00:00 2001 From: Connection Refused Date: Sat, 4 Sep 2021 13:36:34 +0800 Subject: [PATCH] Update dependencies --- Other/aiodns/go.mod | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/Other/aiodns/go.mod b/Other/aiodns/go.mod index d17e1cc4..be97a011 100644 --- a/Other/aiodns/go.mod +++ b/Other/aiodns/go.mod @@ -1,5 +1,10 @@ module aiodns -go 1.16 +go 1.17 require github.com/miekg/dns v1.1.43 + +require ( + golang.org/x/net v0.0.0-20210226172049-e18ecbb05110 // indirect + golang.org/x/sys v0.0.0-20210303074136-134d130e1a04 // indirect +)