mirror of
https://github.com/SecurityBrewery/catalyst.git
synced 2026-02-13 00:33:37 +01:00
refactor: add root store (#1153)
This commit is contained in:
4
go.mod
4
go.mod
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user