]> Sergey Matveev's repositories - tofuproxy.git/blobdiff - go.mod
Atom feed
[tofuproxy.git] / go.mod
diff --git a/go.mod b/go.mod
index bcb407597ba27ffea3c3e6a21426a6e8fc6aa9d7..d29cc78ba5c91841425bd803ee626b37851f7d27 100644 (file)
--- a/go.mod
+++ b/go.mod
@@ -6,12 +6,12 @@ require (
        github.com/dustin/go-humanize v1.0.1
        github.com/miekg/dns v1.1.55
        go.cypherpunks.ru/tai64n/v2 v2.0.1
-       go.cypherpunks.ru/ucspi v0.0.0-20221227143432-90ef9ebd205c
+       go.cypherpunks.ru/ucspi v0.0.0-20230808200029-ef2a022b68db
 )
 
 require (
        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
+       golang.org/x/tools v0.12.0 // indirect
 )