feat: store connection and source CRUD

This commit is contained in:
2026-06-27 13:02:17 +08:00
parent 3d0b91fe23
commit 7cd84c8468
5 changed files with 131 additions and 2 deletions
+6 -1
View File
@@ -2,9 +2,14 @@ module aiaa-notification-service
go 1.26.2
require github.com/spf13/viper v1.21.0
require (
github.com/go-sql-driver/mysql v1.10.0
github.com/jmoiron/sqlx v1.4.0
github.com/spf13/viper v1.21.0
)
require (
filippo.io/edwards25519 v1.2.0 // indirect
github.com/fsnotify/fsnotify v1.9.0 // indirect
github.com/go-viper/mapstructure/v2 v2.4.0 // indirect
github.com/pelletier/go-toml/v2 v2.2.4 // indirect