]> Sergey Matveev's repositories - meta4ra.git/blob - go.mod
Prepare for release
[meta4ra.git] / go.mod
1 module go.stargrave.org/meta4ra
2
3 go 1.20
4
5 require (
6         github.com/dchest/skein v0.0.0-20171112102903-d7f1022db390
7         github.com/zeebo/xxh3 v1.0.2
8         go.cypherpunks.ru/gogost/v5 v5.14.0
9         golang.org/x/crypto v0.21.0
10         lukechampine.com/blake3 v1.2.1
11 )
12
13 require (
14         github.com/klauspost/cpuid/v2 v2.0.9 // indirect
15         golang.org/x/sys v0.18.0 // indirect
16 )