]> Sergey Matveev's repositories - tofuproxy.git/blobdiff - go.mod
Update dependencies
[tofuproxy.git] / go.mod
diff --git a/go.mod b/go.mod
index 686d90a7b1688140a5fc9ede955031e3d879f037..d2caa590c338f2020f65888efd85bf786493015e 100644 (file)
--- a/go.mod
+++ b/go.mod
@@ -3,15 +3,15 @@ module go.stargrave.org/tofuproxy
 go 1.17
 
 require (
-       github.com/dustin/go-humanize v1.0.0
+       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-20220830130500-33f105c103ef
+       go.cypherpunks.ru/ucspi v0.0.0-20221227143432-90ef9ebd205c
 )
 
 require (
-       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
+       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
 )