]> Sergey Matveev's repositories - paster.git/blobdiff - go.mod
BLAKE3
[paster.git] / go.mod
diff --git a/go.mod b/go.mod
index 4dbc7c13a1407b4c3ffcdbef9bd7e091ca88e38d..76d5dfb5193ab179910d92ad93bfafa2d2dc183f 100644 (file)
--- a/go.mod
+++ b/go.mod
@@ -2,4 +2,12 @@ module go.stargrave.org/paster/v2
 
 go 1.17
 
-require go.cypherpunks.ru/netstring/v2 v2.4.0
+require (
+       go.cypherpunks.ru/netstring/v2 v2.4.0
+       lukechampine.com/blake3 v1.1.7
+)
+
+require (
+       github.com/klauspost/cpuid/v2 v2.2.4 // indirect
+       golang.org/x/sys v0.7.0 // indirect
+)