]> Sergey Matveev's repositories - tofuproxy.git/blobdiff - go.mod
Fix integer decoding
[tofuproxy.git] / go.mod
diff --git a/go.mod b/go.mod
index b8365611a2b398d8fa59a41b565137bf7cf21f25..d2caa590c338f2020f65888efd85bf786493015e 100644 (file)
--- a/go.mod
+++ b/go.mod
@@ -3,14 +3,15 @@ module go.stargrave.org/tofuproxy
 go 1.17
 
 require (
-       github.com/dustin/go-humanize v1.0.0
-       github.com/miekg/dns v1.1.29
+       github.com/dustin/go-humanize v1.0.1
+       github.com/miekg/dns v1.1.50
        go.cypherpunks.ru/tai64n/v2 v2.0.0
-       go.cypherpunks.ru/ucspi v0.0.0-20210904200151-57c1e9924fef
+       go.cypherpunks.ru/ucspi v0.0.0-20221227143432-90ef9ebd205c
 )
 
 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.7.0 // indirect
+       golang.org/x/net v0.5.0 // indirect
+       golang.org/x/sys v0.4.0 // indirect
+       golang.org/x/tools v0.5.0 // indirect
 )