]> Sergey Matveev's repositories - tofuproxy.git/blobdiff - go.mod
Update dependant libraries
[tofuproxy.git] / go.mod
diff --git a/go.mod b/go.mod
index 779bef0c9bb95c59956f87d437a2d71a3727b30f..686d90a7b1688140a5fc9ede955031e3d879f037 100644 (file)
--- a/go.mod
+++ b/go.mod
@@ -4,13 +4,14 @@ go 1.17
 
 require (
        github.com/dustin/go-humanize v1.0.0
-       github.com/miekg/dns v1.1.29
+       github.com/miekg/dns v1.1.50
        go.cypherpunks.ru/tai64n/v2 v2.0.0
-       go.cypherpunks.ru/ucspi v0.0.0-20210908140534-cfdc20a8225f
+       go.cypherpunks.ru/ucspi v0.0.0-20220830130500-33f105c103ef
 )
 
 require (
-       golang.org/x/crypto v0.0.0-20191011191535-87dc89f01550 // indirect
-       golang.org/x/net v0.0.0-20190923162816-aa69164e4478 // indirect
-       golang.org/x/sys v0.0.0-20210423082822-04245dca01da // indirect
+       golang.org/x/mod v0.6.0 // indirect
+       golang.org/x/net v0.2.0 // indirect
+       golang.org/x/sys v0.2.0 // indirect
+       golang.org/x/tools v0.2.0 // indirect
 )