feat: update auto render

This commit is contained in:
2025-08-07 20:03:53 +08:00
parent fd67864247
commit d7e8ca38f8
39 changed files with 5684 additions and 130 deletions

2
go.mod
View File

@@ -3,6 +3,7 @@ module github.com/rogeecn/database_render
go 1.24.1
require (
github.com/fsnotify/fsnotify v1.7.0
github.com/gofiber/fiber/v3 v3.0.0-beta.5
github.com/spf13/cobra v1.9.1
github.com/spf13/viper v1.18.2
@@ -14,7 +15,6 @@ require (
require (
github.com/andybalholm/brotli v1.2.0 // indirect
github.com/fsnotify/fsnotify v1.7.0 // indirect
github.com/go-sql-driver/mysql v1.7.1 // indirect
github.com/gofiber/schema v1.6.0 // indirect
github.com/gofiber/utils/v2 v2.0.0-beta.13 // indirect