]> Sergey Matveev's repositories - tofuproxy.git/blobdiff - go.mod
bytes.Equal instead of bytes.Compare
[tofuproxy.git] / go.mod
diff --git a/go.mod b/go.mod
index b8365611a2b398d8fa59a41b565137bf7cf21f25..49fdb6f7b85d71d158fb7c621d3825a022200b0f 100644 (file)
--- a/go.mod
+++ b/go.mod
@@ -1,16 +1,18 @@
 module go.stargrave.org/tofuproxy
 
-go 1.17
+go 1.20
 
 require (
-       github.com/dustin/go-humanize v1.0.0
-       github.com/miekg/dns v1.1.29
-       go.cypherpunks.ru/tai64n/v2 v2.0.0
-       go.cypherpunks.ru/ucspi v0.0.0-20210904200151-57c1e9924fef
+       github.com/dustin/go-humanize v1.0.1
+       github.com/miekg/dns v1.1.55
+       go.cypherpunks.ru/netrc v0.1.0
+       go.cypherpunks.ru/tai64n/v2 v2.0.1
+       go.cypherpunks.ru/ucspi v0.0.0-20230808200029-ef2a022b68db
 )
 
 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.12.0 // indirect
+       golang.org/x/net v0.14.0 // indirect
+       golang.org/x/sys v0.11.0 // indirect
+       golang.org/x/tools v0.12.0 // indirect
 )