feat: basic firmware registry

This commit is contained in:
2025-10-21 14:27:21 +02:00
commit 986745d8c8
20 changed files with 1831 additions and 0 deletions

8
go.mod Normal file
View File

@@ -0,0 +1,8 @@
module spore-registry
go 1.22
require (
github.com/mattn/go-sqlite3 v1.14.22
github.com/rs/cors v1.11.1
)