add initial application structure with configuration, logging, and health check endpoints

This commit is contained in:
kever
2026-01-15 22:48:28 +08:00
parent fe67f09e72
commit 2efefc7e05
24 changed files with 178 additions and 83 deletions

1
go.mod
View File

@@ -5,6 +5,7 @@ go 1.24.11
require (
github.com/go-sql-driver/mysql v1.9.3
github.com/labstack/echo/v4 v4.15.0
github.com/pkg/errors v0.9.1
github.com/redis/go-redis/v9 v9.17.2
github.com/robfig/cron/v3 v3.0.1
github.com/spf13/viper v1.21.0