feat: implement initial GoDump backup service with management web UI and MySQL support

This commit is contained in:
2026-06-04 16:59:53 +00:00
parent 2dc6ee723f
commit 318f6c9b46
16 changed files with 1935 additions and 1 deletions
+11
View File
@@ -0,0 +1,11 @@
module godump
go 1.26.3
require (
github.com/go-sql-driver/mysql v1.10.0
github.com/robfig/cron/v3 v3.0.1
gopkg.in/yaml.v3 v3.0.1
)
require filippo.io/edwards25519 v1.2.0 // indirect