Move audit subscribe to client, Fix tests
This commit is contained in:
6
go.mod
6
go.mod
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user