]> Sergey Matveev's repositories - tofuproxy.git/blobdiff - go.mod
Update dependencies
[tofuproxy.git] / go.mod
diff --git a/go.mod b/go.mod
index d02536353ecf9d29f20b464a6476efe3c4683852..bcb407597ba27ffea3c3e6a21426a6e8fc6aa9d7 100644 (file)
--- a/go.mod
+++ b/go.mod
@@ -1,17 +1,17 @@
 module go.stargrave.org/tofuproxy
 
-go 1.18
+go 1.20
 
 require (
        github.com/dustin/go-humanize v1.0.1
-       github.com/miekg/dns v1.1.52
-       go.cypherpunks.ru/tai64n/v2 v2.0.0
+       github.com/miekg/dns v1.1.55
+       go.cypherpunks.ru/tai64n/v2 v2.0.1
        go.cypherpunks.ru/ucspi v0.0.0-20221227143432-90ef9ebd205c
 )
 
 require (
-       golang.org/x/mod v0.9.0 // indirect
-       golang.org/x/net v0.8.0 // indirect
-       golang.org/x/sys v0.6.0 // indirect
-       golang.org/x/tools v0.7.0 // indirect
+       golang.org/x/mod v0.12.0 // indirect
+       golang.org/x/net v0.14.0 // indirect
+       golang.org/x/sys v0.11.0 // indirect
+       golang.org/x/tools v0.11.1 // indirect
 )