Migation to monorepo

This commit is contained in:
2026-02-18 15:26:17 +08:00
parent 78f22a8320
commit 432fb9ba72
13 changed files with 33 additions and 199 deletions

8
chron-core/go.mod Normal file
View File

@@ -0,0 +1,8 @@
module git.michelsen.id/phill/chron/chron-core
go 1.25.7
require (
github.com/klauspost/cpuid/v2 v2.0.9 // indirect
lukechampine.com/blake3 v1.4.1 // indirect
)