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 )