feat: store connection and source CRUD
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user