refactor: add root store (#1153)

This commit is contained in:
Jonas Plum
2025-09-21 11:47:29 +02:00
committed by GitHub
parent d9f759c879
commit 9da90e7cc8
15 changed files with 713 additions and 26 deletions

4
go.mod
View File

@@ -1,14 +1,12 @@
module github.com/SecurityBrewery/catalyst
go 1.24
go 1.25
tool (
github.com/oapi-codegen/oapi-codegen/v2/cmd/oapi-codegen
github.com/sqlc-dev/sqlc/cmd/sqlc
)
replace github.com/tus/tusd/v2 v2.8.0 => github.com/SecurityBrewery/tusd/v2 v2.0.0-20250628083448-4def5f97f3a6
require (
github.com/brianvoe/gofakeit/v7 v7.2.1
github.com/go-chi/chi/v5 v5.2.2