]> Sergey Matveev's repositories - meta4ra.git/blobdiff - go.mod
*-hashes-detect, *-hash, *-check -stdin/-all-hashes, optional builtins
[meta4ra.git] / go.mod
diff --git a/go.mod b/go.mod
index 47276ebdfabcbc7d4f37aa76127661033a7c374f..4aef9b29cf3953b0237abc6a3c17afe4bc337305 100644 (file)
--- a/go.mod
+++ b/go.mod
@@ -1,3 +1,16 @@
 module go.stargrave.org/meta4ra
 
 go 1.20
+
+require (
+       github.com/dchest/skein v0.0.0-20171112102903-d7f1022db390
+       github.com/zeebo/xxh3 v1.0.2
+       go.cypherpunks.ru/gogost/v5 v5.14.0
+       golang.org/x/crypto v0.21.0
+       lukechampine.com/blake3 v1.2.1
+)
+
+require (
+       github.com/klauspost/cpuid/v2 v2.0.9 // indirect
+       golang.org/x/sys v0.18.0 // indirect
+)