Initial commit

This commit is contained in:
y a t s
2026-01-25 14:41:59 -05:00
commit 244667457a
8 changed files with 443 additions and 0 deletions

13
go.mod Normal file
View File

@@ -0,0 +1,13 @@
module github.com/y-a-t-s/cerberus
go 1.25.5
require (
github.com/minio/sha256-simd v1.0.1
golang.org/x/net v0.49.0
)
require (
github.com/klauspost/cpuid/v2 v2.2.3 // indirect
golang.org/x/sys v0.40.0 // indirect
)