Move audit subscribe to client, Fix tests

This commit is contained in:
George Suntres
2026-04-24 15:51:08 -04:00
parent d673df0ca1
commit 66ba2b8874
8 changed files with 128 additions and 30 deletions

6
go.mod
View File

@@ -3,8 +3,8 @@ module git.gsuntres.com/general/mongo
go 1.25.0
require (
git.gsuntres.com/general/commons v0.0.0-20260423171748-0ce3f3b5eb8c
git.gsuntres.com/general/events v0.0.0-20260423140000-1435849fb2c0
git.gsuntres.com/general/commons v0.0.0-20260423193720-28dcfb9e4ce9
git.gsuntres.com/general/events v0.0.0-20260424194951-506e91ff46a2
git.gsuntres.com/general/sys v0.0.1
github.com/go-viper/mapstructure/v2 v2.5.0
github.com/google/go-cmp v0.7.0
@@ -78,3 +78,5 @@ require (
google.golang.org/protobuf v1.36.11 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)
replace git.gsuntres.com/general/events => /home/master/Workspace/_general/events