feat: update auto render
This commit is contained in:
2
go.mod
2
go.mod
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user