]> Sergey Matveev's repositories - meta4ra.git/blobdiff - go.mod
Fix various lint warnings and suggestions
[meta4ra.git] / go.mod
diff --git a/go.mod b/go.mod
index 19e71d867487eef9413c6663a5eec6c485550277..6fdba3adfc3e86864f306cec2b69ef76ae1e1ba3 100644 (file)
--- a/go.mod
+++ b/go.mod
@@ -1,10 +1,17 @@
 module go.stargrave.org/meta4ra
 
-go 1.20
+go 1.21
 
 require (
-       go.cypherpunks.ru/gogost/v5 v5.10.0
-       golang.org/x/crypto v0.8.0
+       github.com/dchest/skein v0.0.0-20171112102903-d7f1022db390
+       github.com/zeebo/xxh3 v1.0.2
+       go.cypherpunks.su/gogost/v6 v6.0.0
+       golang.org/x/crypto v0.25.0
+       lukechampine.com/blake3 v1.3.0
 )
 
-require golang.org/x/sys v0.7.0 // indirect
+require (
+       github.com/dustin/go-humanize v1.0.1 // indirect
+       github.com/klauspost/cpuid/v2 v2.2.8 // indirect
+       golang.org/x/sys v0.22.0 // indirect
+)