feat: add route render

This commit is contained in:
Rogee
2024-12-20 20:47:19 +08:00
parent a6e6443120
commit 8ff0f683c1
11 changed files with 740 additions and 385 deletions

2
go.mod
View File

@@ -5,7 +5,9 @@ go 1.23.2
require (
github.com/Masterminds/sprig/v3 v3.3.0
github.com/bradleyjkemp/cupaloy/v2 v2.8.0
github.com/ettle/strcase v0.2.0
github.com/go-jet/jet/v2 v2.12.0
github.com/iancoleman/strcase v0.3.0
github.com/lib/pq v1.10.9
github.com/pkg/errors v0.9.1
github.com/pressly/goose/v3 v3.23.1