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 +)